Tore Christiansen

Reordered subclasses of ActivityPlaningPhaseClass

...@@ -1065,7 +1065,7 @@ ...@@ -1065,7 +1065,7 @@
1065 rdf:type owl:Class ; 1065 rdf:type owl:Class ;
1066 rdfs:comment "A System Descriptor that describes the Type of Drilling Project."^^xsd:string ; 1066 rdfs:comment "A System Descriptor that describes the Type of Drilling Project."^^xsd:string ;
1067 rdfs:label "Drilling Project Type"^^xsd:string ; 1067 rdfs:label "Drilling Project Type"^^xsd:string ;
1068 - rdfs:subClassOf :ClassOfActivity ; 1068 + rdfs:subClassOf :ProjectType ;
1069 . 1069 .
1070 :DrillingRig 1070 :DrillingRig
1071 rdf:type owl:Class ; 1071 rdf:type owl:Class ;
...@@ -2017,9 +2017,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2017,9 +2017,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2017 . 2017 .
2018 :ProjectPhase 2018 :ProjectPhase
2019 rdf:type owl:Class ; 2019 rdf:type owl:Class ;
2020 - rdfs:comment "A Phase that divides a Project into distinct Periods."^^xsd:string ; 2020 + rdfs:comment "An Activity Planning Phase Class that divides a Project into distinct Periods."^^xsd:string ;
2021 rdfs:label "Project Phase"^^xsd:string ; 2021 rdfs:label "Project Phase"^^xsd:string ;
2022 - rdfs:subClassOf :ClassOfActivity ; 2022 + rdfs:subClassOf :ActivityPlanningPhaseClass ;
2023 . 2023 .
2024 :ProjectType 2024 :ProjectType
2025 rdf:type owl:Class ; 2025 rdf:type owl:Class ;
...@@ -2445,9 +2445,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2445,9 +2445,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2445 . 2445 .
2446 :ShutdownPhase 2446 :ShutdownPhase
2447 rdf:type owl:Class ; 2447 rdf:type owl:Class ;
2448 - rdfs:comment "A Phase that places an Activity relative to a given Shutdown (i.e., to be carried out before, during or after shutdown, etc.)."^^xsd:string ; 2448 + rdfs:comment "An Activity Planning Phase Class that places an Activity relative to a given Shutdown (i.e., to be carried out before, during or after shutdown, etc.)."^^xsd:string ;
2449 rdfs:label "Shutdown phase"^^xsd:string ; 2449 rdfs:label "Shutdown phase"^^xsd:string ;
2450 - rdfs:subClassOf :ClassOfActivity ; 2450 + rdfs:subClassOf :ActivityPlanningPhaseClass ;
2451 . 2451 .
2452 :ShutdownPlan 2452 :ShutdownPlan
2453 rdf:type owl:Class ; 2453 rdf:type owl:Class ;
...@@ -2456,7 +2456,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2456,7 +2456,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2456 . 2456 .
2457 :ShutdownType 2457 :ShutdownType
2458 rdf:type owl:Class ; 2458 rdf:type owl:Class ;
2459 - rdfs:comment "A System Descriptor that describes a Shutdown."^^xsd:string ; 2459 + rdfs:comment "A Project Type that describes a Shutdown."^^xsd:string ;
2460 rdfs:label "Shutdown Type"^^xsd:string ; 2460 rdfs:label "Shutdown Type"^^xsd:string ;
2461 rdfs:subClassOf :ClassOfActivity ; 2461 rdfs:subClassOf :ClassOfActivity ;
2462 . 2462 .
...@@ -4019,7 +4019,7 @@ SCCS:NorsokZ014SABplanningActivityClass ...@@ -4019,7 +4019,7 @@ SCCS:NorsokZ014SABplanningActivityClass
4019 . 4019 .
4020 SCCS:NorsokZ014SABplanningPhaseClass 4020 SCCS:NorsokZ014SABplanningPhaseClass
4021 rdf:type rdfs:Class ; 4021 rdf:type rdfs:Class ;
4022 - rdfs:label "Norsok Z-014 SAB Planning Phase class"^^xsd:string ; 4022 + rdfs:label "An Activity Planning Phase Class that is a Norsok Z-014 SAB Planning Phase class"^^xsd:string ;
4023 rdfs:subClassOf :ActivityPlanningPhaseClass ; 4023 rdfs:subClassOf :ActivityPlanningPhaseClass ;
4024 . 4024 .
4025 SCCS:PBS_A 4025 SCCS:PBS_A
......