Showing
5 changed files
with
71 additions
and
0 deletions
COR.ttl
0 → 100644
This diff could not be displayed because it is too large.
PBS.ttl
0 → 100644
This diff could not be displayed because it is too large.
SAB.ttl
0 → 100644
This diff is collapsed. Click to expand it.
SCCS.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS | ||
| 2 | +# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding | ||
| 3 | +# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding | ||
| 4 | +# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding | ||
| 5 | + | ||
| 6 | +@prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/> . | ||
| 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | + | ||
| 12 | +<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> | ||
| 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. | ||
| 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. | ||
| 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 ; | ||
| 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/CORCoding> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> ; | ||
| 21 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 22 | + | ||
| 23 | +SCCS:SAB_D | ||
| 24 | + rdf:type owl:Class ; | ||
| 25 | + rdfs:label "SAB development phase"^^xsd:string ; | ||
| 26 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . | ||
| 27 | + | ||
| 28 | +SCCS:SAB_E | ||
| 29 | + rdf:type owl:Class ; | ||
| 30 | + rdfs:label "SAB exploration phase"^^xsd:string ; | ||
| 31 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . | ||
| 32 | + | ||
| 33 | +SCCS:SAB_O | ||
| 34 | + rdf:type owl:Class ; | ||
| 35 | + rdfs:label "SAB operation phase"^^xsd:string ; | ||
| 36 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . | ||
| 37 | + | ||
| 38 | +SCCS:SAB_P | ||
| 39 | + rdf:type owl:Class ; | ||
| 40 | + rdfs:label "SAB planning phase"^^xsd:string ; | ||
| 41 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . | ||
| 42 | + | ||
| 43 | +SCCS:SAB_R | ||
| 44 | + rdf:type owl:Class ; | ||
| 45 | + rdfs:label "SAB removal phase"^^xsd:string ; | ||
| 46 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . | ||
| 47 | + | ||
| 48 | +SCCS:SAB_S | ||
| 49 | + rdf:type owl:Class ; | ||
| 50 | + rdfs:label "SAB shutdown and decommissioning phase"^^xsd:string ; | ||
| 51 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . | ||
| 52 | + | ||
| 53 | +<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> | ||
| 54 | + rdf:type owl:Class ; | ||
| 55 | + rdfs:label "COR Thing"^^xsd:string ; | ||
| 56 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> . | ||
| 57 | + | ||
| 58 | +<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> | ||
| 59 | + rdf:type owl:Class ; | ||
| 60 | + rdfs:label "PBS Thing"^^xsd:string ; | ||
| 61 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> . | ||
| 62 | + | ||
| 63 | +<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> | ||
| 64 | + rdf:type owl:Class ; | ||
| 65 | + rdfs:label "SAB Thing"^^xsd:string ; | ||
| 66 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> . | ||
| 67 | + | ||
| 68 | +<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> | ||
| 69 | + rdf:type owl:Class , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#CORClassOfClass> ; | ||
| 70 | + rdfs:comment "SCCS top level thing"^^xsd:string ; | ||
| 71 | + rdfs:label "SCCS Thing"^^xsd:string . |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment