Tore Christiansen

Moved a class to SAB

......@@ -21,6 +21,22 @@ SAB:NorsokZ014SABplanningActivityClass
rdfs:subClassOf SCCS:NorsokZ014thing ;
rdfs:subClassOf owl:Thing ;
.
SAB:NorsokZ014SABplanningPhaseClass
rdf:type owl:Class ;
rdfs:comment "An Activity Planning Phase that is defined by Norsok Z-014 SAB."^^xsd:string ;
rdfs:label "Norsok Z014 SAB Planning Phase Class"^^xsd:string ;
rdfs:subClassOf ILAP:AssetLifecyclePhase ;
rdfs:subClassOf owl:Thing ;
.
SAB:Project
rdfs:subClassOf [
rdf:type owl:Restriction ;
ILAP:shouldUseAnyUri "true"^^xsd:boolean ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass SAB:NorsokZ014SABplanningPhaseClass ;
owl:onProperty ILAP:hasLifecyclePhase ;
] ;
.
SAB:SAB_1
rdf:type SAB:NorsokZ014SABplanningActivityClass ;
rdf:type owl:Class ;
......@@ -1023,26 +1039,32 @@ SAB:SAB_7
skos:notation "7"^^xsd:string ;
.
SAB:SAB_D
rdf:type SAB:NorsokZ014SABplanningPhaseClass ;
rdf:type owl:Class ;
rdfs:label "SAB development phase"^^xsd:string ;
.
SAB:SAB_E
rdf:type SAB:NorsokZ014SABplanningPhaseClass ;
rdf:type owl:Class ;
rdfs:label "SAB exploration phase"^^xsd:string ;
.
SAB:SAB_O
rdf:type SAB:NorsokZ014SABplanningPhaseClass ;
rdf:type owl:Class ;
rdfs:label "SAB operation phase"^^xsd:string ;
.
SAB:SAB_P
rdf:type SAB:NorsokZ014SABplanningPhaseClass ;
rdf:type owl:Class ;
rdfs:label "SAB planning phase"^^xsd:string ;
.
SAB:SAB_R
rdf:type SAB:NorsokZ014SABplanningPhaseClass ;
rdf:type owl:Class ;
rdfs:label "SAB removal phase"^^xsd:string ;
.
SAB:SAB_S
rdf:type SAB:NorsokZ014SABplanningPhaseClass ;
rdf:type owl:Class ;
rdfs:label "SAB shutdown and decommissioning phase"^^xsd:string ;
.
......
......@@ -13,39 +13,6 @@
<http://data.posccaesar.org/ilap/Activity>
rdf:type owl:Class ;
.
<http://data.posccaesar.org/ilap/Project>
rdfs:subClassOf [
rdf:type owl:Restriction ;
<http://data.posccaesar.org/ilap/shouldUseAnyUri> "true"^^xsd:boolean ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/NorsokZ014SABplanningPhaseClass> ;
owl:onProperty <http://data.posccaesar.org/ilap/hasLifecyclePhase> ;
] ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/NorsokZ014SABplanningPhaseClass>
rdf:type owl:Class ;
rdfs:comment "An Activity Planning Phase that is defined by Norsok Z-014 SAB."^^xsd:string ;
rdfs:label "Norsok Z014 SAB Planning Phase Class"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/AssetLifecyclePhase> ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/SAB_D>
rdf:type <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/NorsokZ014SABplanningPhaseClass> ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/SAB_E>
rdf:type <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/NorsokZ014SABplanningPhaseClass> ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/SAB_O>
rdf:type <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/NorsokZ014SABplanningPhaseClass> ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/SAB_P>
rdf:type <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/NorsokZ014SABplanningPhaseClass> ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/SAB_R>
rdf:type <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/NorsokZ014SABplanningPhaseClass> ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/SAB_S>
rdf:type <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/NorsokZ014SABplanningPhaseClass> ;
.
SCCS_DO_NOT_USE_THIS_NAMESPACE:
rdf:type owl:Ontology ;
rdfs:comment """This ontology is a representation of NORSOK Z-014. The Introduction of the standard describes it as follows.
......