Showing
7 changed files
with
38 additions
and
29 deletions
| ... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
| 6 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 6 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 7 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 7 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 8 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 8 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 9 | -@prefix skos: <http://www.w3.org/2004/02/skos/core#> | 9 | +@prefix skos: <http://www.w3.org/2004/02/skos/core#> . |
| 10 | 10 | ||
| 11 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding> | 11 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding> |
| 12 | rdf:type owl:Ontology ; | 12 | rdf:type owl:Ontology ; | ... | ... |
| ... | @@ -4,10 +4,10 @@ | ... | @@ -4,10 +4,10 @@ |
| 4 | # imports: http://data.posccaesar.org/diskos/ | 4 | # imports: http://data.posccaesar.org/diskos/ |
| 5 | # imports: http://data.posccaesar.org/epcis/ | 5 | # imports: http://data.posccaesar.org/epcis/ |
| 6 | # imports: http://data.posccaesar.org/ilap/ | 6 | # imports: http://data.posccaesar.org/ilap/ |
| 7 | +# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS | ||
| 7 | # imports: http://data.posccaesar.org/npd/ | 8 | # imports: http://data.posccaesar.org/npd/ |
| 8 | # imports: http://data.posccaesar.org/pob/ | 9 | # imports: http://data.posccaesar.org/pob/ |
| 9 | # imports: http://data.posccaesar.org/sccs/ | 10 | # imports: http://data.posccaesar.org/sccs/ |
| 10 | -# imports: http://www.ilap.no/codes/NORSOK/Z-014/SCCS | ||
| 11 | 11 | ||
| 12 | @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . | 12 | @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . |
| 13 | @prefix COR: <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#> . | 13 | @prefix COR: <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#> . |
| ... | @@ -21,7 +21,7 @@ | ... | @@ -21,7 +21,7 @@ |
| 21 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 21 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 22 | 22 | ||
| 23 | NCS: rdf:type owl:Ontology ; | 23 | NCS: rdf:type owl:Ontology ; |
| 24 | - owl:imports <http://data.posccaesar.org/brreg/> , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/npd/> , <http://www.ilap.no/codes/NORSOK/Z-014/SCCS> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , ILAP: , <http://data.posccaesar.org/sccs/> , <http://data.posccaesar.org/epcis/> . | 24 | + owl:imports <http://data.posccaesar.org/brreg/> , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: , <http://data.posccaesar.org/sccs/> , <http://data.posccaesar.org/epcis/> . |
| 25 | 25 | ||
| 26 | NCS:Active | 26 | NCS:Active |
| 27 | rdf:type ILAP:Status ; | 27 | rdf:type ILAP:Status ; |
| ... | @@ -89,6 +89,12 @@ NCS:PbsClass | ... | @@ -89,6 +89,12 @@ NCS:PbsClass |
| 89 | rdfs:label "PbsClass"^^xsd:string ; | 89 | rdfs:label "PbsClass"^^xsd:string ; |
| 90 | rdfs:subClassOf NCS:ClassInNorsok . | 90 | rdfs:subClassOf NCS:ClassInNorsok . |
| 91 | 91 | ||
| 92 | +NCS:PlannedActivity_1 | ||
| 93 | + rdf:type ILAP:PlannedActivity ; | ||
| 94 | + rdfs:label "Planned activity 1"^^xsd:string ; | ||
| 95 | + ILAP:hasActivityWBSelement | ||
| 96 | + ILAP:ActivityWBS_1 . | ||
| 97 | + | ||
| 92 | NCS:Planning | 98 | NCS:Planning |
| 93 | rdf:type ILAP:PlanPhase ; | 99 | rdf:type ILAP:PlanPhase ; |
| 94 | rdfs:label "Planning"^^xsd:string . | 100 | rdfs:label "Planning"^^xsd:string . |
| ... | @@ -115,6 +121,14 @@ ILAP: | ... | @@ -115,6 +121,14 @@ ILAP: |
| 115 | rdf:type owl:Ontology ; | 121 | rdf:type owl:Ontology ; |
| 116 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 122 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 117 | 123 | ||
| 124 | +ILAP:ActivityWBS_1 | ||
| 125 | + ILAP:hasWBSProjectType | ||
| 126 | + ILAP:CAPEX ; | ||
| 127 | + ILAP:hasWBSResource <SCCS:COR_ABA> ; | ||
| 128 | + ILAP:hasWBScomponent | ||
| 129 | + <SCCS:PBS_BSAB> ; | ||
| 130 | + ILAP:hasWBSphase <SCCS:SAB_11> . | ||
| 131 | + | ||
| 118 | ILAP:Aquisition | 132 | ILAP:Aquisition |
| 119 | rdf:type ILAP:PlanLifecycleStage ; | 133 | rdf:type ILAP:PlanLifecycleStage ; |
| 120 | rdfs:label "Aquire"^^xsd:string . | 134 | rdfs:label "Aquire"^^xsd:string . |
| ... | @@ -410,6 +424,15 @@ ILAP:hasTimeNow | ... | @@ -410,6 +424,15 @@ ILAP:hasTimeNow |
| 410 | rdfs:label "has time now"^^xsd:string ; | 424 | rdfs:label "has time now"^^xsd:string ; |
| 411 | rdfs:range xsd:date . | 425 | rdfs:range xsd:date . |
| 412 | 426 | ||
| 427 | +ILAP:hasWBSResource | ||
| 428 | + rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> . | ||
| 429 | + | ||
| 430 | +ILAP:hasWBScomponent | ||
| 431 | + rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> . | ||
| 432 | + | ||
| 433 | +ILAP:hasWBSphase | ||
| 434 | + rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . | ||
| 435 | + | ||
| 413 | COR:A | 436 | COR:A |
| 414 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 437 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 415 | 438 | ... | ... |
NorsokZ014/SCCS.ttl
deleted
100644 → 0
| 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 | -. |
| ... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
| 6 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 6 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 7 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 7 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 8 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 8 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 9 | -@prefix skos: <http://www.w3.org/2004/02/skos/core#> | 9 | +@prefix skos: <http://www.w3.org/2004/02/skos/core#> . |
| 10 | 10 | ||
| 11 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding> | 11 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding> |
| 12 | rdf:type owl:Ontology ; | 12 | rdf:type owl:Ontology ; | ... | ... |
This diff is collapsed. Click to expand it.
| ... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
| 6 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 6 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 7 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 7 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 8 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 8 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 9 | -@prefix skos: <http://www.w3.org/2004/02/skos/core#> | 9 | +@prefix skos: <http://www.w3.org/2004/02/skos/core#> . |
| 10 | 10 | ||
| 11 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> | 11 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> |
| 12 | rdf:type owl:Ontology ; | 12 | rdf:type owl:Ontology ; | ... | ... |
riskfactor.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/ilap/riskfactor/ | ||
| 2 | + | ||
| 3 | +@prefix : <http://data.posccaesar.org/ilap/riskfactor/> . | ||
| 4 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 5 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 6 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 7 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 8 | + | ||
| 9 | +: rdf:type owl:Ontology ; | ||
| 10 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
-
Please register or login to post a comment