Updated rest of initial set of classes selected for ISO 15926-13 trial
Showing
3 changed files
with
10 additions
and
11 deletions
This diff is collapsed. Click to expand it.
... | @@ -9,6 +9,10 @@ | ... | @@ -9,6 +9,10 @@ |
9 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 9 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
10 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 10 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
11 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 11 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
12 | +<http://data.posccaesar.org/ilap/Activity> | ||
13 | + rdf:type owl:Class ; | ||
14 | + rdfs:label "SAB Thing"^^xsd:string ; | ||
15 | +. | ||
12 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> | 16 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> |
13 | rdf:type owl:Ontology ; | 17 | rdf:type owl:Ontology ; |
14 | rdfs:comment """This ontology is a representation of NORSOK Z-014. The Introduction of the standard describes it as follows. | 18 | 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 | ... | @@ -25,32 +29,32 @@ This NORSOK standard has been developed on basis of the SCCS to update, improve |
25 | SCCS:SAB_D | 29 | SCCS:SAB_D |
26 | rdf:type owl:Class ; | 30 | rdf:type owl:Class ; |
27 | rdfs:label "SAB development phase"^^xsd:string ; | 31 | rdfs:label "SAB development phase"^^xsd:string ; |
28 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ; | 32 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ; |
29 | . | 33 | . |
30 | SCCS:SAB_E | 34 | SCCS:SAB_E |
31 | rdf:type owl:Class ; | 35 | rdf:type owl:Class ; |
32 | rdfs:label "SAB exploration phase"^^xsd:string ; | 36 | rdfs:label "SAB exploration phase"^^xsd:string ; |
33 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ; | 37 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ; |
34 | . | 38 | . |
35 | SCCS:SAB_O | 39 | SCCS:SAB_O |
36 | rdf:type owl:Class ; | 40 | rdf:type owl:Class ; |
37 | rdfs:label "SAB operation phase"^^xsd:string ; | 41 | rdfs:label "SAB operation phase"^^xsd:string ; |
38 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ; | 42 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ; |
39 | . | 43 | . |
40 | SCCS:SAB_P | 44 | SCCS:SAB_P |
41 | rdf:type owl:Class ; | 45 | rdf:type owl:Class ; |
42 | rdfs:label "SAB planning phase"^^xsd:string ; | 46 | rdfs:label "SAB planning phase"^^xsd:string ; |
43 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ; | 47 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ; |
44 | . | 48 | . |
45 | SCCS:SAB_R | 49 | SCCS:SAB_R |
46 | rdf:type owl:Class ; | 50 | rdf:type owl:Class ; |
47 | rdfs:label "SAB removal phase"^^xsd:string ; | 51 | rdfs:label "SAB removal phase"^^xsd:string ; |
48 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ; | 52 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ; |
49 | . | 53 | . |
50 | SCCS:SAB_S | 54 | SCCS:SAB_S |
51 | rdf:type owl:Class ; | 55 | rdf:type owl:Class ; |
52 | rdfs:label "SAB shutdown and decommissioning phase"^^xsd:string ; | 56 | rdfs:label "SAB shutdown and decommissioning phase"^^xsd:string ; |
53 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ; | 57 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ; |
54 | . | 58 | . |
55 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> | 59 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> |
56 | rdf:type owl:Class ; | 60 | rdf:type owl:Class ; |
... | @@ -61,11 +65,6 @@ SCCS:SAB_S | ... | @@ -61,11 +65,6 @@ SCCS:SAB_S |
61 | rdfs:label "PBS Thing"^^xsd:string ; | 65 | rdfs:label "PBS Thing"^^xsd:string ; |
62 | rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> ; | 66 | rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> ; |
63 | . | 67 | . |
64 | -<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> | ||
65 | - rdf:type owl:Class ; | ||
66 | - rdfs:label "SAB Thing"^^xsd:string ; | ||
67 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> ; | ||
68 | -. | ||
69 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> | 68 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> |
70 | rdf:type <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#CORClassOfClass> ; | 69 | rdf:type <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#CORClassOfClass> ; |
71 | rdf:type owl:Class ; | 70 | rdf:type owl:Class ; | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment