Tore Christiansen

Added 2 COR classes as members of Discipline

......@@ -668,6 +668,11 @@
rdfs:label "Class of result"^^xsd:string ;
rdfs:subClassOf owl:Class ;
.
:ClassOfStaffTime
rdf:type rdfs:Class ;
rdfs:label "Class of staff time"^^xsd:string ;
rdfs:subClassOf :ClassOfActivity ;
.
:ClosingDown
rdf:type :ShutdownPhase ;
rdfs:label "Closing down"^^xsd:string ;
......@@ -930,10 +935,9 @@
.
:Discipline
rdf:type owl:Class ;
rdfs:comment "An Organization that has the competence (area of knowledge and experience) required to carry out the work in one or more defined Activities, classified according to Discipline Code Manuals defined by participant organizations (typically by large Contractors, and based on standards such as NORSOK COR codes)."^^xsd:string ;
rdfs:comment "A Class of StaffTime that involves the competence (area of knowledge and experience) required to carry out the work in one or more defined Activities, classified according to Discipline Code Manuals defined by participant organizations (typically by large Contractors, and based on standards such as NORSOK COR codes)."^^xsd:string ;
rdfs:label "Discipline"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS282149> ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf :ClassOfStaffTime ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS6811233> ;
.
:DrillCrew
......@@ -2406,6 +2410,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:label "Shutdown Type"^^xsd:string ;
rdfs:subClassOf :SystemDescriptor ;
.
:StaffTime
rdf:type owl:Class ;
rdfs:label "Staff time"^^xsd:string ;
rdfs:subClassOf :Activity ;
.
:StartMilestone
rdf:type :MilestoneType ;
rdfs:label "Start milestone"^^xsd:string ;
......@@ -3606,8 +3615,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:subClassOf :Resource ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_K>
rdf:type :Discipline ;
rdfs:subClassOf :Resource ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_KA>
rdf:type :Discipline ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_L>
rdfs:subClassOf :Resource ;
.
......