Tore Christiansen

Fixed small things including namespaces and imports.

Fixed ActivityWBS_1
......@@ -7,13 +7,10 @@
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS
# imports: http://data.posccaesar.org/npd/
# imports: http://data.posccaesar.org/pob/
# imports: http://data.posccaesar.org/sccs/
@prefix : <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix COR: <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#> .
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix SCCS: <http://example.com/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix p1: <http://example.org/file1#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
......@@ -21,7 +18,7 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
NCS: rdf:type owl:Ontology ;
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/> .
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> .
NCS:Active
rdf:type ILAP:Status ;
......@@ -124,10 +121,10 @@ ILAP:
ILAP:ActivityWBS_1
ILAP:hasWBSProjectType
ILAP:CAPEX ;
ILAP:hasWBSResource <SCCS:COR_ABA> ;
ILAP:hasWBSResource <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_ABA> ;
ILAP:hasWBScomponent
<SCCS:PBS_BSAB> ;
ILAP:hasWBSphase <SCCS:SAB_11> .
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_BABA> ;
ILAP:hasWBSphase <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_11> .
ILAP:Aquisition
rdf:type ILAP:PlanLifecycleStage ;
......@@ -433,40 +430,40 @@ ILAP:hasWBScomponent
ILAP:hasWBSphase
rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> .
COR:A
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
COR:B
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#B>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
COR:C
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#C>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
COR:E
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#E>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
COR:H
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#H>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
COR:K
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#K>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
COR:L
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#L>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
COR:M
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#M>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
COR:Q
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#Q>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
COR:R
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#R>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
COR:S
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#S>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
COR:X
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#X>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
<http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#A>
......
This diff is collapsed. Click to expand it.
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.
# baseURI: http://data.posccaesar.org/sccs/
@prefix : <http://data.posccaesar.org/sccs/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
: rdf:type owl:Ontology ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
:COR_A_General_Costs
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
rdfs:label "COR A"^^xsd:string .
:COR_B_Bulk_Materials
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
rdfs:label "COR B"^^xsd:string .
:COR_C_Construction_Overheads
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
rdfs:label "COR C"^^xsd:string .
:COR_E_Equipment
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
rdfs:label "COR E"^^xsd:string .
:COR_H_Owners_Personnel
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
rdfs:label "COR H"^^xsd:string .
:COR_K_Engineering_Manpower
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
rdfs:label "COR K"^^xsd:string .
:COR_L_Direct_Labor
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
rdfs:label "COR L"^^xsd:string .
:COR_M_Indirect_Labor
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
rdfs:label "COR M"^^xsd:string .
:COR_Q_Owners_Personnel_Overheads
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
rdfs:label "COR Q"^^xsd:string .
:COR_R_Engineering_Overheads
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
rdfs:label "COR R"^^xsd:string .
:COR_S_Unit_Work
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
rdfs:label "COR S"^^xsd:string .
:COR_X_Marine_Operations_and_Logistics
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
rdfs:label "COR X"^^xsd:string .
:COR_Y_Landbased_Plant_and_Equipment
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
rdfs:label "COR Y"^^xsd:string .
:CORcode
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
rdfs:label "COR code"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> , <http://data.posccaesar.org/ilap/Discipline> , <http://data.posccaesar.org/ilap/Resource> , :SCCScode .
:PBS_AAAA_Derrick
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
rdfs:label "Derrick"^^xsd:string .
:PBS_AAA_Drilling_Area
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
rdfs:label "Drilling Area"^^xsd:string .
:PBS_AA_Topsides
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
rdfs:label "Topsides"^^xsd:string .
:PBS_AB_Substructures
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
rdfs:label "Substructures"^^xsd:string .
:PBS_AC_Wells
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
rdfs:label "Wells"^^xsd:string .
:PBS_AD_Subsea_Production_Systems
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
rdfs:label "Subsea Production Systems"^^xsd:string .
:PBS_AE_Transport_Systems
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
rdfs:label "Transport Systems"^^xsd:string .
:PBS_AW_Windmills
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
rdfs:label "Windmills"^^xsd:string .
:PBS_A_Offshore_Field_Installlations
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
rdfs:label "Offshore Field Installlations"^^xsd:string .
:PBS_B_LandbasedInstallations
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
rdfs:label "Landbased Installations"^^xsd:string .
:PBScode
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
rdfs:label "PBS code"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/PlanContentType> , <http://data.posccaesar.org/ilap/Result> , :SCCScode , <http://posccaesar.org/rdl/RDS2065619071> .
:SAB_1_Management
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ;
rdfs:label "SAB 1"^^xsd:string ;
:hasCodeName "Management"^^xsd:string .
:SAB_2_Engineering_and_Procurement
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ;
rdfs:label "SAB 2"^^xsd:string .
:SAB_3_Material_deliveries
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ;
rdfs:label "SAB 3"^^xsd:string .
:SAB_4_Construction
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ;
rdfs:label "SAB 4"^^xsd:string .
:SAB_5_Operations
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ;
rdfs:label "SAB 5"^^xsd:string .
:SABcode
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
rdfs:label "SAB code"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Phase> , :SCCScode , <http://posccaesar.org/rdl/RDS2070536561> .
:SCCScode
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
rdfs:label "NORSOK Z-014 Standard cost coding system (SCCS) ontology"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2070536561> .