Tore Christiansen

Reordered subclasses of ActivityPlaningPhaseClass

......@@ -1065,7 +1065,7 @@
rdf:type owl:Class ;
rdfs:comment "A System Descriptor that describes the Type of Drilling Project."^^xsd:string ;
rdfs:label "Drilling Project Type"^^xsd:string ;
rdfs:subClassOf :ClassOfActivity ;
rdfs:subClassOf :ProjectType ;
.
:DrillingRig
rdf:type owl:Class ;
......@@ -2017,9 +2017,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:ProjectPhase
rdf:type owl:Class ;
rdfs:comment "A Phase that divides a Project into distinct Periods."^^xsd:string ;
rdfs:comment "An Activity Planning Phase Class that divides a Project into distinct Periods."^^xsd:string ;
rdfs:label "Project Phase"^^xsd:string ;
rdfs:subClassOf :ClassOfActivity ;
rdfs:subClassOf :ActivityPlanningPhaseClass ;
.
:ProjectType
rdf:type owl:Class ;
......@@ -2445,9 +2445,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:ShutdownPhase
rdf:type owl:Class ;
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 ;
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 ;
rdfs:label "Shutdown phase"^^xsd:string ;
rdfs:subClassOf :ClassOfActivity ;
rdfs:subClassOf :ActivityPlanningPhaseClass ;
.
:ShutdownPlan
rdf:type owl:Class ;
......@@ -2456,7 +2456,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:ShutdownType
rdf:type owl:Class ;
rdfs:comment "A System Descriptor that describes a Shutdown."^^xsd:string ;
rdfs:comment "A Project Type that describes a Shutdown."^^xsd:string ;
rdfs:label "Shutdown Type"^^xsd:string ;
rdfs:subClassOf :ClassOfActivity ;
.
......@@ -4019,7 +4019,7 @@ SCCS:NorsokZ014SABplanningActivityClass
.
SCCS:NorsokZ014SABplanningPhaseClass
rdf:type rdfs:Class ;
rdfs:label "Norsok Z-014 SAB Planning Phase class"^^xsd:string ;
rdfs:label "An Activity Planning Phase Class that is a Norsok Z-014 SAB Planning Phase class"^^xsd:string ;
rdfs:subClassOf :ActivityPlanningPhaseClass ;
.
SCCS:PBS_A
......