Tore Christiansen

Updated rest of initial set of classes selected for ISO 15926-13 trial

This diff is collapsed. Click to expand it.
......@@ -9,6 +9,10 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.posccaesar.org/ilap/Activity>
rdf:type owl:Class ;
rdfs:label "SAB Thing"^^xsd:string ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS>
rdf:type owl:Ontology ;
rdfs:comment """This ontology is a representation of NORSOK Z-014. The Introduction of the standard describes it as follows.
......@@ -25,32 +29,32 @@ This NORSOK standard has been developed on basis of the SCCS to update, improve
SCCS:SAB_D
rdf:type owl:Class ;
rdfs:label "SAB development phase"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
.
SCCS:SAB_E
rdf:type owl:Class ;
rdfs:label "SAB exploration phase"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
.
SCCS:SAB_O
rdf:type owl:Class ;
rdfs:label "SAB operation phase"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
.
SCCS:SAB_P
rdf:type owl:Class ;
rdfs:label "SAB planning phase"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
.
SCCS:SAB_R
rdf:type owl:Class ;
rdfs:label "SAB removal phase"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
.
SCCS:SAB_S
rdf:type owl:Class ;
rdfs:label "SAB shutdown and decommissioning phase"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
rdf:type owl:Class ;
......@@ -61,11 +65,6 @@ SCCS:SAB_S
rdfs:label "PBS Thing"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
rdf:type owl:Class ;
rdfs:label "SAB Thing"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing>
rdf:type <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#CORClassOfClass> ;
rdf:type owl:Class ;
......
This diff is collapsed. Click to expand it.