Tore Christiansen

Major update

...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
6 # imports: http://data.posccaesar.org/ilap/ 6 # imports: http://data.posccaesar.org/ilap/
7 # imports: http://data.posccaesar.org/npd/ 7 # imports: http://data.posccaesar.org/npd/
8 # imports: http://data.posccaesar.org/pob/ 8 # imports: http://data.posccaesar.org/pob/
9 -# imports: http://www.ilap.no/codes/NORSOK/Z-014/CORCoding 9 +# imports: http://www.ilap.no/codes/NORSOK/Z-014/SCCS
10 10
11 @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . 11 @prefix : <http://data.posccaesar.org/NCS_PLANNING/> .
12 @prefix COR: <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#> . 12 @prefix COR: <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#> .
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
20 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 20 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
21 21
22 NCS: rdf:type owl:Ontology ; 22 NCS: rdf:type owl:Ontology ;
23 - owl:imports <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding> , ILAP: , <http://data.posccaesar.org/brreg/> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/epcis/> , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/pob/> . 23 + owl:imports <http://data.posccaesar.org/epcis/> , ILAP: , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ccu/> , <http://www.ilap.no/codes/NORSOK/Z-014/SCCS> , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/brreg/> .
24 24
25 ILAP: 25 ILAP:
26 rdf:type owl:Ontology ; 26 rdf:type owl:Ontology ;
...@@ -303,5 +303,41 @@ ILAP:hasTimeNow ...@@ -303,5 +303,41 @@ ILAP:hasTimeNow
303 rdfs:label "has time now"^^xsd:string ; 303 rdfs:label "has time now"^^xsd:string ;
304 rdfs:range xsd:date . 304 rdfs:range xsd:date .
305 305
306 +COR:A
307 + rdfs:subClassOf COR:CORelement .
308 +
309 +COR:B
310 + rdfs:subClassOf COR:CORelement .
311 +
312 +COR:C
313 + rdfs:subClassOf COR:CORelement .
314 +
306 COR:CORelement 315 COR:CORelement
307 rdf:type ILAP:NORSOKZ014 , COR:CORClassOfClass . 316 rdf:type ILAP:NORSOKZ014 , COR:CORClassOfClass .
317 +
318 +COR:E
319 + rdfs:subClassOf COR:CORelement .
320 +
321 +COR:H
322 + rdfs:subClassOf COR:CORelement .
323 +
324 +COR:K
325 + rdfs:subClassOf COR:CORelement .
326 +
327 +COR:L
328 + rdfs:subClassOf COR:CORelement .
329 +
330 +COR:M
331 + rdfs:subClassOf COR:CORelement .
332 +
333 +COR:Q
334 + rdfs:subClassOf COR:CORelement .
335 +
336 +COR:R
337 + rdfs:subClassOf COR:CORelement .
338 +
339 +COR:S
340 + rdfs:subClassOf COR:CORelement .
341 +
342 +COR:X
343 + rdfs:subClassOf COR:CORelement .
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
1 +# baseURI: http://www.ilap.no/codes/NORSOK/Z-014/SCCS
2 +# imports: http://www.ilap.no/codes/NORSOK/Z-014/CORCoding
3 +# imports: http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding
4 +# imports: http://www.ilap.no/codes/NORSOK/Z-014/SABCoding
5 +
6 +@prefix SCCS: <http://www.ilap.no/codes/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://www.ilap.no/codes/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://www.ilap.no/codes/NORSOK/Z-014/CORCoding> ;
21 + owl:imports <http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding> ;
22 + owl:imports <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding> ;
23 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
24 +.
This diff could not be displayed because it is too large.