Fixed small things including namespaces and imports.
Fixed ActivityWBS_1
Showing
6 changed files
with
16 additions
and
162 deletions
| ... | @@ -7,13 +7,10 @@ | ... | @@ -7,13 +7,10 @@ |
| 7 | # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS | 7 | # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS |
| 8 | # imports: http://data.posccaesar.org/npd/ | 8 | # imports: http://data.posccaesar.org/npd/ |
| 9 | # imports: http://data.posccaesar.org/pob/ | 9 | # imports: http://data.posccaesar.org/pob/ |
| 10 | -# imports: http://data.posccaesar.org/sccs/ | ||
| 11 | 10 | ||
| 12 | @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . | 11 | @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . |
| 13 | -@prefix COR: <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#> . | ||
| 14 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . | 12 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . |
| 15 | @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . | 13 | @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . |
| 16 | -@prefix SCCS: <http://example.com/> . | ||
| 17 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 14 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 18 | @prefix p1: <http://example.org/file1#> . | 15 | @prefix p1: <http://example.org/file1#> . |
| 19 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 16 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| ... | @@ -21,7 +18,7 @@ | ... | @@ -21,7 +18,7 @@ |
| 21 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 18 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 22 | 19 | ||
| 23 | NCS: rdf:type owl:Ontology ; | 20 | NCS: rdf:type owl:Ontology ; |
| 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/> . | 21 | + owl:imports <http://data.posccaesar.org/epcis/> , ILAP: , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/brreg/> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> . |
| 25 | 22 | ||
| 26 | NCS:Active | 23 | NCS:Active |
| 27 | rdf:type ILAP:Status ; | 24 | rdf:type ILAP:Status ; |
| ... | @@ -124,10 +121,10 @@ ILAP: | ... | @@ -124,10 +121,10 @@ ILAP: |
| 124 | ILAP:ActivityWBS_1 | 121 | ILAP:ActivityWBS_1 |
| 125 | ILAP:hasWBSProjectType | 122 | ILAP:hasWBSProjectType |
| 126 | ILAP:CAPEX ; | 123 | ILAP:CAPEX ; |
| 127 | - ILAP:hasWBSResource <SCCS:COR_ABA> ; | 124 | + ILAP:hasWBSResource <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_ABA> ; |
| 128 | ILAP:hasWBScomponent | 125 | ILAP:hasWBScomponent |
| 129 | - <SCCS:PBS_BSAB> ; | 126 | + <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_BABA> ; |
| 130 | - ILAP:hasWBSphase <SCCS:SAB_11> . | 127 | + ILAP:hasWBSphase <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_11> . |
| 131 | 128 | ||
| 132 | ILAP:Aquisition | 129 | ILAP:Aquisition |
| 133 | rdf:type ILAP:PlanLifecycleStage ; | 130 | rdf:type ILAP:PlanLifecycleStage ; |
| ... | @@ -433,40 +430,40 @@ ILAP:hasWBScomponent | ... | @@ -433,40 +430,40 @@ ILAP:hasWBScomponent |
| 433 | ILAP:hasWBSphase | 430 | ILAP:hasWBSphase |
| 434 | rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . | 431 | rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . |
| 435 | 432 | ||
| 436 | -COR:A | 433 | +<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> |
| 437 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 434 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 438 | 435 | ||
| 439 | -COR:B | 436 | +<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#B> |
| 440 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 437 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 441 | 438 | ||
| 442 | -COR:C | 439 | +<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#C> |
| 443 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 440 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 444 | 441 | ||
| 445 | -COR:E | 442 | +<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#E> |
| 446 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 443 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 447 | 444 | ||
| 448 | -COR:H | 445 | +<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#H> |
| 449 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 446 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 450 | 447 | ||
| 451 | -COR:K | 448 | +<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#K> |
| 452 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 449 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 453 | 450 | ||
| 454 | -COR:L | 451 | +<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#L> |
| 455 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 452 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 456 | 453 | ||
| 457 | -COR:M | 454 | +<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#M> |
| 458 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 455 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 459 | 456 | ||
| 460 | -COR:Q | 457 | +<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#Q> |
| 461 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 458 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 462 | 459 | ||
| 463 | -COR:R | 460 | +<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#R> |
| 464 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 461 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 465 | 462 | ||
| 466 | -COR:S | 463 | +<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#S> |
| 467 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 464 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 468 | 465 | ||
| 469 | -COR:X | 466 | +<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#X> |
| 470 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 467 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 471 | 468 | ||
| 472 | <http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#A> | 469 | <http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#A> | ... | ... |
This diff is collapsed. Click to expand it.
StandardData/COR.ttl
deleted
100644 → 0
This diff could not be displayed because it is too large.
StandardData/PBS.ttl
deleted
100644 → 0
This diff could not be displayed because it is too large.
StandardData/SAB.ttl
deleted
100644 → 0
This diff is collapsed. Click to expand it.
StandardData/SCCS.ttl
deleted
100644 → 0
| 1 | -# baseURI: http://data.posccaesar.org/sccs/ | ||
| 2 | - | ||
| 3 | -@prefix : <http://data.posccaesar.org/sccs/> . | ||
| 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 . | ||
| 11 | - | ||
| 12 | -:COR_A_General_Costs | ||
| 13 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; | ||
| 14 | - rdfs:label "COR A"^^xsd:string . | ||
| 15 | - | ||
| 16 | -:COR_B_Bulk_Materials | ||
| 17 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; | ||
| 18 | - rdfs:label "COR B"^^xsd:string . | ||
| 19 | - | ||
| 20 | -:COR_C_Construction_Overheads | ||
| 21 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; | ||
| 22 | - rdfs:label "COR C"^^xsd:string . | ||
| 23 | - | ||
| 24 | -:COR_E_Equipment | ||
| 25 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; | ||
| 26 | - rdfs:label "COR E"^^xsd:string . | ||
| 27 | - | ||
| 28 | -:COR_H_Owners_Personnel | ||
| 29 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; | ||
| 30 | - rdfs:label "COR H"^^xsd:string . | ||
| 31 | - | ||
| 32 | -:COR_K_Engineering_Manpower | ||
| 33 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; | ||
| 34 | - rdfs:label "COR K"^^xsd:string . | ||
| 35 | - | ||
| 36 | -:COR_L_Direct_Labor | ||
| 37 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; | ||
| 38 | - rdfs:label "COR L"^^xsd:string . | ||
| 39 | - | ||
| 40 | -:COR_M_Indirect_Labor | ||
| 41 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; | ||
| 42 | - rdfs:label "COR M"^^xsd:string . | ||
| 43 | - | ||
| 44 | -:COR_Q_Owners_Personnel_Overheads | ||
| 45 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; | ||
| 46 | - rdfs:label "COR Q"^^xsd:string . | ||
| 47 | - | ||
| 48 | -:COR_R_Engineering_Overheads | ||
| 49 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; | ||
| 50 | - rdfs:label "COR R"^^xsd:string . | ||
| 51 | - | ||
| 52 | -:COR_S_Unit_Work | ||
| 53 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; | ||
| 54 | - rdfs:label "COR S"^^xsd:string . | ||
| 55 | - | ||
| 56 | -:COR_X_Marine_Operations_and_Logistics | ||
| 57 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; | ||
| 58 | - rdfs:label "COR X"^^xsd:string . | ||
| 59 | - | ||
| 60 | -:COR_Y_Landbased_Plant_and_Equipment | ||
| 61 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; | ||
| 62 | - rdfs:label "COR Y"^^xsd:string . | ||
| 63 | - | ||
| 64 | -:CORcode | ||
| 65 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; | ||
| 66 | - rdfs:label "COR code"^^xsd:string ; | ||
| 67 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> , <http://data.posccaesar.org/ilap/Discipline> , <http://data.posccaesar.org/ilap/Resource> , :SCCScode . | ||
| 68 | - | ||
| 69 | -:PBS_AAAA_Derrick | ||
| 70 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; | ||
| 71 | - rdfs:label "Derrick"^^xsd:string . | ||
| 72 | - | ||
| 73 | -:PBS_AAA_Drilling_Area | ||
| 74 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; | ||
| 75 | - rdfs:label "Drilling Area"^^xsd:string . | ||
| 76 | - | ||
| 77 | -:PBS_AA_Topsides | ||
| 78 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; | ||
| 79 | - rdfs:label "Topsides"^^xsd:string . | ||
| 80 | - | ||
| 81 | -:PBS_AB_Substructures | ||
| 82 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; | ||
| 83 | - rdfs:label "Substructures"^^xsd:string . | ||
| 84 | - | ||
| 85 | -:PBS_AC_Wells | ||
| 86 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; | ||
| 87 | - rdfs:label "Wells"^^xsd:string . | ||
| 88 | - | ||
| 89 | -:PBS_AD_Subsea_Production_Systems | ||
| 90 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; | ||
| 91 | - rdfs:label "Subsea Production Systems"^^xsd:string . | ||
| 92 | - | ||
| 93 | -:PBS_AE_Transport_Systems | ||
| 94 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; | ||
| 95 | - rdfs:label "Transport Systems"^^xsd:string . | ||
| 96 | - | ||
| 97 | -:PBS_AW_Windmills | ||
| 98 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; | ||
| 99 | - rdfs:label "Windmills"^^xsd:string . | ||
| 100 | - | ||
| 101 | -:PBS_A_Offshore_Field_Installlations | ||
| 102 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; | ||
| 103 | - rdfs:label "Offshore Field Installlations"^^xsd:string . | ||
| 104 | - | ||
| 105 | -:PBS_B_LandbasedInstallations | ||
| 106 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; | ||
| 107 | - rdfs:label "Landbased Installations"^^xsd:string . | ||
| 108 | - | ||
| 109 | -:PBScode | ||
| 110 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; | ||
| 111 | - rdfs:label "PBS code"^^xsd:string ; | ||
| 112 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/PlanContentType> , <http://data.posccaesar.org/ilap/Result> , :SCCScode , <http://posccaesar.org/rdl/RDS2065619071> . | ||
| 113 | - | ||
| 114 | -:SAB_1_Management | ||
| 115 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ; | ||
| 116 | - rdfs:label "SAB 1"^^xsd:string ; | ||
| 117 | - :hasCodeName "Management"^^xsd:string . | ||
| 118 | - | ||
| 119 | -:SAB_2_Engineering_and_Procurement | ||
| 120 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ; | ||
| 121 | - rdfs:label "SAB 2"^^xsd:string . | ||
| 122 | - | ||
| 123 | -:SAB_3_Material_deliveries | ||
| 124 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ; | ||
| 125 | - rdfs:label "SAB 3"^^xsd:string . | ||
| 126 | - | ||
| 127 | -:SAB_4_Construction | ||
| 128 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ; | ||
| 129 | - rdfs:label "SAB 4"^^xsd:string . | ||
| 130 | - | ||
| 131 | -:SAB_5_Operations | ||
| 132 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ; | ||
| 133 | - rdfs:label "SAB 5"^^xsd:string . | ||
| 134 | - | ||
| 135 | -:SABcode | ||
| 136 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; | ||
| 137 | - rdfs:label "SAB code"^^xsd:string ; | ||
| 138 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/Phase> , :SCCScode , <http://posccaesar.org/rdl/RDS2070536561> . | ||
| 139 | - | ||
| 140 | -:SCCScode | ||
| 141 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; | ||
| 142 | - rdfs:label "NORSOK Z-014 Standard cost coding system (SCCS) ontology"^^xsd:string ; | ||
| 143 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2070536561> . |
-
Please register or login to post a comment