SCCS.ttl 4.18 KB
# baseURI: http://data.posccaesar.org/sccs/

# c14n-version: 3
@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 :SCCScode ;
  rdfs:label "COR A"^^xsd:string ;
.
:COR_B_Bulk_Materials
  rdf:type :CORcode ;
  rdfs:label "COR B"^^xsd:string ;
.
:COR_C_Construction_Overheads
  rdf:type :CORcode ;
  rdfs:label "COR C"^^xsd:string ;
.
:COR_E_Equipment
  rdf:type :CORcode ;
  rdfs:label "COR E"^^xsd:string ;
.
:COR_H_Owners_Personnel
  rdf:type :CORcode ;
  rdfs:label "COR H"^^xsd:string ;
.
:COR_K_Engineering_Manpower
  rdf:type :CORcode ;
  rdfs:label "COR K"^^xsd:string ;
.
:COR_L_Direct_Labor
  rdf:type :CORcode ;
  rdfs:label "COR L"^^xsd:string ;
.
:COR_M_Indirect_Labor
  rdf:type :CORcode ;
  rdfs:label "COR M"^^xsd:string ;
.
:COR_Q_Owners_Personnel_Overheads
  rdf:type :CORcode ;
  rdfs:label "COR Q"^^xsd:string ;
.
:COR_R_Engineering_Overheads
  rdf:type :CORcode ;
  rdfs:label "COR R"^^xsd:string ;
.
:COR_S_Unit_Work
  rdf:type :CORcode ;
  rdfs:label "COR S"^^xsd:string ;
.
:COR_X_Marine_Operations_and_Logistics
  rdf:type :CORcode ;
  rdfs:label "COR X"^^xsd:string ;
.
:COR_Y_Landbased_Plant_and_Equipment
  rdf:type :CORcode ;
  rdfs:label "COR Y"^^xsd:string ;
.
:CORcode
  rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
  rdf:type owl:Class ;
  rdfs:label "COR code"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/ilap/Discipline> ;
  rdfs:subClassOf <http://data.posccaesar.org/ilap/Resource> ;
  rdfs:subClassOf :SCCScode ;
  rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> ;
.
:PBS_AAAA_Derrick
  rdf:type :PBScode ;
  rdfs:label "Derrick"^^xsd:string ;
.
:PBS_AAA_Drilling_Area
  rdf:type :PBScode ;
  rdfs:label "Drilling Area"^^xsd:string ;
.
:PBS_AA_Topsides
  rdf:type :PBScode ;
  rdfs:label "Topsides"^^xsd:string ;
.
:PBS_AB_Substructures
  rdf:type :PBScode ;
  rdfs:label "Substructures"^^xsd:string ;
.
:PBS_AC_Wells
  rdf:type :PBScode ;
  rdfs:label "Wells"^^xsd:string ;
.
:PBS_AD_Subsea_Production_Systems
  rdf:type :PBScode ;
  rdfs:label "Subsea Production Systems"^^xsd:string ;
.
:PBS_AE_Transport_Systems
  rdf:type :PBScode ;
  rdfs:label "Transport Systems"^^xsd:string ;
.
:PBS_AW_Windmills
  rdf:type :PBScode ;
  rdfs:label "Windmills"^^xsd:string ;
.
:PBS_A_Offshore_Field_Installlations
  rdf:type :PBScode ;
  rdfs:label "Offshore Field Installlations"^^xsd:string ;
.
:PBS_B_LandbasedInstallations
  rdf:type :PBScode ;
  rdfs:label "Landbased Installations"^^xsd:string ;
.
:PBScode
  rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
  rdf:type owl:Class ;
  rdfs:label "PBS code"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/ilap/PlanContentType> ;
  rdfs:subClassOf <http://data.posccaesar.org/ilap/Result> ;
  rdfs:subClassOf :SCCScode ;
  rdfs:subClassOf <http://posccaesar.org/rdl/RDS2065619071> ;
.
:SAB_1_Management
  rdf:type :SABcode ;
  :hasCodeName "Management"^^xsd:string ;
  rdfs:label "SAB 1"^^xsd:string ;
.
:SAB_2_Engineering_and_Procurement
  rdf:type :SABcode ;
  rdfs:label "SAB 2"^^xsd:string ;
.
:SAB_3_Material_deliveries
  rdf:type :SABcode ;
  rdfs:label "SAB 3"^^xsd:string ;
.
:SAB_4_Construction
  rdf:type :SABcode ;
  rdfs:label "SAB 4"^^xsd:string ;
.
:SAB_5_Operations
  rdf:type :SABcode ;
  rdfs:label "SAB 5"^^xsd:string ;
.
:SABcode
  rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
  rdf:type owl:Class ;
  rdfs:label "SAB code"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/ilap/Phase> ;
  rdfs:subClassOf :SCCScode ;
  rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> ;
.
:SCCScode
  rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
  rdf:type owl:Class ;
  rdfs:label "SCCS code"^^xsd:string ;
  rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> ;
  rdfs:subClassOf owl:Thing ;
.