Tore Christiansen

Added superclasses and definitions from ISO 15926 for the remaining classes

1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<projectDescription>
3 + <name>ILAP 2.5 (git)</name>
4 + <comment></comment>
5 + <projects>
6 + </projects>
7 + <buildSpec>
8 + </buildSpec>
9 + <natures>
10 + </natures>
11 +</projectDescription>
...@@ -3,69 +3,72 @@ ...@@ -3,69 +3,72 @@
3 # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding 3 # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding
4 # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding 4 # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding
5 5
6 -@prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/> . 6 +# c14n-version: 3
7 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 7 +@prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/> .
8 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 8 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
9 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 9 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
10 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 10 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
11 - 11 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
12 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> 12 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS>
13 - rdf:type owl:Ontology ; 13 + 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. 14 + rdfs:comment """This ontology is a representation of NORSOK Z-014. The Introduction of the standard describes it as follows.
15 This NORSOK standard describes a system for coding of cost and weight estimates and as-built/experience data which has been recognised for some time as standard cost coding system (SCCS). 15 This NORSOK standard describes a system for coding of cost and weight estimates and as-built/experience data which has been recognised for some time as standard cost coding system (SCCS).
16 The SCCS was originally developed in 1989 by the three Norwegian oil companies Norsk Hydro, Saga Petroleum and Statoil with purpose of standardisation and specification of a cost coding system. The Norwegian Petroleum Directorate (NPD) joined the work to ensure consistency between the new standard and NPD`s requirements for reporting to their INVERS database. 16 The SCCS was originally developed in 1989 by the three Norwegian oil companies Norsk Hydro, Saga Petroleum and Statoil with purpose of standardisation and specification of a cost coding system. The Norwegian Petroleum Directorate (NPD) joined the work to ensure consistency between the new standard and NPD`s requirements for reporting to their INVERS database.
17 The SCCS is designed to provide a uniform coding basis for the estimate preparation and to serve as a standard for collecting/collating historical data. 17 The SCCS is designed to provide a uniform coding basis for the estimate preparation and to serve as a standard for collecting/collating historical data.
18 This NORSOK standard has been developed on basis of the SCCS to update, improve and simplify previous edition no. 2 of the system from 1992 and to open for ownership, input and support from the entire Norwegian petroleum industry. NPD’s ‘Veiledning til PUD/PAD’, states that cost reporting should be coded according to SCCS."""^^xsd:string ; 18 This NORSOK standard has been developed on basis of the SCCS to update, improve and simplify previous edition no. 2 of the system from 1992 and to open for ownership, input and support from the entire Norwegian petroleum industry. NPD’s ‘Veiledning til PUD/PAD’, states that cost reporting should be coded according to SCCS."""^^xsd:string ;
19 - rdfs:label "NORSOK Z-014 Standard cost coding system (SCCS) ontology"^^xsd:string ; 19 + rdfs:label "NORSOK Z-014 Standard cost coding system (SCCS) ontology"^^xsd:string ;
20 - owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding> ; 20 + owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding> ;
21 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 21 + owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding> ;
22 - 22 + owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> ;
23 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
24 +.
23 SCCS:SAB_D 25 SCCS:SAB_D
24 - rdf:type owl:Class ; 26 + rdf:type owl:Class ;
25 - rdfs:label "SAB development phase"^^xsd:string ; 27 + rdfs:label "SAB development phase"^^xsd:string ;
26 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . 28 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ;
27 - 29 +.
28 SCCS:SAB_E 30 SCCS:SAB_E
29 - rdf:type owl:Class ; 31 + rdf:type owl:Class ;
30 - rdfs:label "SAB exploration phase"^^xsd:string ; 32 + rdfs:label "SAB exploration phase"^^xsd:string ;
31 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . 33 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ;
32 - 34 +.
33 SCCS:SAB_O 35 SCCS:SAB_O
34 - rdf:type owl:Class ; 36 + rdf:type owl:Class ;
35 - rdfs:label "SAB operation phase"^^xsd:string ; 37 + rdfs:label "SAB operation phase"^^xsd:string ;
36 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . 38 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ;
37 - 39 +.
38 SCCS:SAB_P 40 SCCS:SAB_P
39 - rdf:type owl:Class ; 41 + rdf:type owl:Class ;
40 - rdfs:label "SAB planning phase"^^xsd:string ; 42 + rdfs:label "SAB planning phase"^^xsd:string ;
41 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . 43 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ;
42 - 44 +.
43 SCCS:SAB_R 45 SCCS:SAB_R
44 - rdf:type owl:Class ; 46 + rdf:type owl:Class ;
45 - rdfs:label "SAB removal phase"^^xsd:string ; 47 + rdfs:label "SAB removal phase"^^xsd:string ;
46 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . 48 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ;
47 - 49 +.
48 SCCS:SAB_S 50 SCCS:SAB_S
49 - rdf:type owl:Class ; 51 + rdf:type owl:Class ;
50 - rdfs:label "SAB shutdown and decommissioning phase"^^xsd:string ; 52 + rdfs:label "SAB shutdown and decommissioning phase"^^xsd:string ;
51 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . 53 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ;
52 - 54 +.
53 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> 55 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
54 - rdf:type owl:Class ; 56 + rdf:type owl:Class ;
55 - rdfs:label "COR Thing"^^xsd:string ; 57 + rdfs:label "COR Thing"^^xsd:string ;
56 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> . 58 +.
57 -
58 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> 59 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
59 - rdf:type owl:Class ; 60 + rdf:type owl:Class ;
60 - rdfs:label "PBS Thing"^^xsd:string ; 61 + rdfs:label "PBS Thing"^^xsd:string ;
61 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> . 62 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> ;
62 - 63 +.
63 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> 64 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
64 - rdf:type owl:Class ; 65 + rdf:type owl:Class ;
65 - rdfs:label "SAB Thing"^^xsd:string ; 66 + rdfs:label "SAB Thing"^^xsd:string ;
66 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> . 67 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> ;
67 - 68 +.
68 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> 69 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing>
69 - rdf:type <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#CORClassOfClass> , owl:Class ; 70 + rdf:type <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#CORClassOfClass> ;
70 - rdfs:comment "A Thing that is classified according to the NORSOK Z-014 Standard Cost Coding System (SCCS)"^^xsd:string ; 71 + rdf:type owl:Class ;
71 - rdfs:label "SCCS Thing"^^xsd:string . 72 + rdfs:comment "A Thing that is classified according to the NORSOK Z-014 Standard Cost Coding System (SCCS)"^^xsd:string ;
73 + rdfs:label "SCCS Thing"^^xsd:string ;
74 +.
......
This diff is collapsed. Click to expand it.