Tore Christiansen

Moved Drilling and Well project

...@@ -64,10 +64,10 @@ ...@@ -64,10 +64,10 @@
64 . 64 .
65 :ActivityConstraint 65 :ActivityConstraint
66 rdf:type owl:Class ; 66 rdf:type owl:Class ;
67 + :shouldHaveID "true"^^xsd:boolean ;
67 rdfs:comment "A Constraint in Plan where an Activity or Milestone is linked to other Activities (or Milestones) that must be performed (completely or partially) before it can be performed."^^xsd:string ; 68 rdfs:comment "A Constraint in Plan where an Activity or Milestone is linked to other Activities (or Milestones) that must be performed (completely or partially) before it can be performed."^^xsd:string ;
68 rdfs:label "Activity constraint"^^xsd:string ; 69 rdfs:label "Activity constraint"^^xsd:string ;
69 rdfs:subClassOf :ConstraintInPlan ; 70 rdfs:subClassOf :ConstraintInPlan ;
70 - :shouldHaveID "true"^^xsd:boolean ;
71 rdfs:subClassOf [ 71 rdfs:subClassOf [
72 rdf:type owl:Class ; 72 rdf:type owl:Class ;
73 owl:unionOf ( 73 owl:unionOf (
...@@ -131,9 +131,9 @@ ...@@ -131,9 +131,9 @@
131 :ActivityInPlan 131 :ActivityInPlan
132 rdf:type :ClassOfClassOfActivity ; 132 rdf:type :ClassOfClassOfActivity ;
133 rdf:type owl:Class ; 133 rdf:type owl:Class ;
134 + :shouldHaveID "true"^^xsd:boolean ;
134 rdfs:comment "An Plan of Activity that has its role within a larger PlanForActivity as a criterion for membership. An ActivityInPlan is part of a PlanForActivity, with defined Constraints, Duration, Schedule Dates, Resources and Results."^^xsd:string ; 135 rdfs:comment "An Plan of Activity that has its role within a larger PlanForActivity as a criterion for membership. An ActivityInPlan is part of a PlanForActivity, with defined Constraints, Duration, Schedule Dates, Resources and Results."^^xsd:string ;
135 rdfs:label "Activity in Plan"^^xsd:string ; 136 rdfs:label "Activity in Plan"^^xsd:string ;
136 - :shouldHaveID "true"^^xsd:boolean ;
137 rdfs:subClassOf :PlanForActivity ; 137 rdfs:subClassOf :PlanForActivity ;
138 rdfs:subClassOf [ 138 rdfs:subClassOf [
139 rdf:type owl:Restriction ; 139 rdf:type owl:Restriction ;
...@@ -1158,8 +1158,9 @@ ...@@ -1158,8 +1158,9 @@
1158 . 1158 .
1159 :DrillingAndWellProject 1159 :DrillingAndWellProject
1160 rdf:type :ProjectType ; 1160 rdf:type :ProjectType ;
1161 - rdfs:label "A DrillingActivity that is a drilling and well project"^^xsd:string ; 1161 + rdfs:comment "A DrillingActivity that is a drilling and well project."^^xsd:string ;
1162 - rdfs:subClassOf :DrillingActivity ; 1162 + rdfs:label "Drilling and Well Project"^^xsd:string ;
1163 + rdfs:subClassOf :Project ;
1163 . 1164 .
1164 :DrillingPlan 1165 :DrillingPlan
1165 rdf:type owl:Class ; 1166 rdf:type owl:Class ;
...@@ -1256,17 +1257,15 @@ ...@@ -1256,17 +1257,15 @@
1256 rdfs:subClassOf [ 1257 rdfs:subClassOf [
1257 rdf:type owl:Restriction ; 1258 rdf:type owl:Restriction ;
1258 owl:onDataRange xsd:string ; 1259 owl:onDataRange xsd:string ;
1259 - owl:onProperty :hasID ; 1260 + owl:onProperty :hasApplication ;
1260 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 1261 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1261 ] ; 1262 ] ;
1262 -rdfs:subClassOf [ 1263 + rdfs:subClassOf [
1263 rdf:type owl:Restriction ; 1264 rdf:type owl:Restriction ;
1264 owl:onDataRange xsd:string ; 1265 owl:onDataRange xsd:string ;
1265 - owl:onProperty :hasApplication ; 1266 + owl:onProperty :hasID ;
1266 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 1267 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1267 ] ; 1268 ] ;
1268 -
1269 -
1270 . 1269 .
1271 :FF 1270 :FF
1272 rdf:type owl:Class ; 1271 rdf:type owl:Class ;
...@@ -1887,7 +1886,7 @@ rdfs:subClassOf [ ...@@ -1887,7 +1886,7 @@ rdfs:subClassOf [
1887 . 1886 .
1888 :ModificationProject 1887 :ModificationProject
1889 rdf:type :ProjectType ; 1888 rdf:type :ProjectType ;
1890 - rdfs:comment "A Project which involves modification of asn Asset."^^xsd:string ; 1889 + rdfs:comment "A Project which involves modification of an Asset."^^xsd:string ;
1891 rdfs:label "Modification Project"^^xsd:string ; 1890 rdfs:label "Modification Project"^^xsd:string ;
1892 rdfs:subClassOf :Project ; 1891 rdfs:subClassOf :Project ;
1893 . 1892 .
...@@ -1931,7 +1930,7 @@ rdfs:subClassOf [ ...@@ -1931,7 +1930,7 @@ rdfs:subClassOf [
1931 :OperationAndMaintenanceProject 1930 :OperationAndMaintenanceProject
1932 rdf:type :ProjectType ; 1931 rdf:type :ProjectType ;
1933 rdfs:comment "A Project which involves operation and maintenance of an Asset."^^xsd:string ; 1932 rdfs:comment "A Project which involves operation and maintenance of an Asset."^^xsd:string ;
1934 - rdfs:label "Operation and maintenance project"^^xsd:string ; 1933 + rdfs:label "Operation and Maintenance Project"^^xsd:string ;
1935 rdfs:subClassOf :Project ; 1934 rdfs:subClassOf :Project ;
1936 . 1935 .
1937 :OperationInPlan 1936 :OperationInPlan
...@@ -2075,12 +2074,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2075,12 +2074,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2075 ] ; 2074 ] ;
2076 rdfs:subClassOf [ 2075 rdfs:subClassOf [
2077 rdf:type owl:Restriction ; 2076 rdf:type owl:Restriction ;
2078 - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
2079 - owl:onClass :ExternalReference ;
2080 - owl:onProperty :hasExternalReference ;
2081 - ] ;
2082 - rdfs:subClassOf [
2083 - rdf:type owl:Restriction ;
2084 :shouldBeInternalAndExternalRef "true"^^xsd:boolean ; 2077 :shouldBeInternalAndExternalRef "true"^^xsd:boolean ;
2085 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 2078 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
2086 owl:onClass :PlanForILAP ; 2079 owl:onClass :PlanForILAP ;
...@@ -2170,6 +2163,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2170,6 +2163,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2170 rdfs:subClassOf [ 2163 rdfs:subClassOf [
2171 rdf:type owl:Restriction ; 2164 rdf:type owl:Restriction ;
2172 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 2165 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
2166 + owl:onClass :ExternalReference ;
2167 + owl:onProperty :hasExternalReference ;
2168 + ] ;
2169 + rdfs:subClassOf [
2170 + rdf:type owl:Restriction ;
2171 + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
2173 owl:onClass :MilestoneInPlan ; 2172 owl:onClass :MilestoneInPlan ;
2174 owl:onProperty :hasMilestone ; 2173 owl:onProperty :hasMilestone ;
2175 ] ; 2174 ] ;
...@@ -2407,10 +2406,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2407,10 +2406,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2407 . 2406 .
2408 :Project 2407 :Project
2409 rdf:type owl:Class ; 2408 rdf:type owl:Class ;
2409 + :shouldHaveID "true" ;
2410 rdfs:comment "An Activity that is a temporary endeavor (in contrast with ongoing operations) with a defined beginning and end, constrained by available time, funding and resources, undertaken to achieve an objective conforming to specific requirements, meet unique objectives, and bring about beneficial change or added value (adapted from BSI and Wikipedia)."^^xsd:string ; 2410 rdfs:comment "An Activity that is a temporary endeavor (in contrast with ongoing operations) with a defined beginning and end, constrained by available time, funding and resources, undertaken to achieve an objective conforming to specific requirements, meet unique objectives, and bring about beneficial change or added value (adapted from BSI and Wikipedia)."^^xsd:string ;
2411 rdfs:label "Project"^^xsd:string ; 2411 rdfs:label "Project"^^xsd:string ;
2412 rdfs:subClassOf :Activity ; 2412 rdfs:subClassOf :Activity ;
2413 - :shouldHaveID "true" ;
2414 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> ; 2413 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> ;
2415 rdfs:subClassOf [ 2414 rdfs:subClassOf [
2416 rdf:type owl:Restriction ; 2415 rdf:type owl:Restriction ;
......