Showing
4 changed files
with
39 additions
and
0 deletions
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> ; | ||
21 | + owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding> ; | ||
22 | + owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> ; | ||
23 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
24 | +. | ||
25 | +<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#COR_Thing> | ||
26 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#SCCS_Thing> ; | ||
27 | +. | ||
28 | +<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#PBS_Thing> | ||
29 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#SCCS_Thing> ; | ||
30 | +. | ||
31 | +<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#SAB_Thing> | ||
32 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#SCCS_Thing> ; | ||
33 | +. | ||
34 | +<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#SCCS_Thing> | ||
35 | + rdf:type <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#CORClassOfClass> ; | ||
36 | + rdf:type owl:Class ; | ||
37 | + rdfs:comment "SCCS top level thing"^^xsd:string ; | ||
38 | + rdfs:label "SCCS Thing"^^xsd:string ; | ||
39 | +. |
-
Please register or login to post a comment