Tore Christiansen

Major update of organization and structure of files

# baseURI: http://data.posccaesar.org/NCS_PLANNING/
# imports: http://data.posccaesar.org/brreg/
# imports: http://data.posccaesar.org/ccu/
# imports: http://data.posccaesar.org/diskos/
# imports: http://data.posccaesar.org/epcis/
# imports: http://data.posccaesar.org/ilap/
# imports: http://data.posccaesar.org/npd/
# imports: http://data.posccaesar.org/pob/
# imports: http://www.ilap.no/codes/NORSOK/Z-014/CORCoding
@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://data.posccaesar.org/sccs/> .
@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#> .
......@@ -14,17 +20,12 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
NCS: rdf:type owl:Ontology ;
owl:imports ILAP: , <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding> .
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/> .
ILAP:
rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/ccu/> , SCCS: , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/brreg/> , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/diskos/> , ILAP: , <http://data.posccaesar.org/epcis/> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ILAP:Active
rdf:type ILAP:Status ;
rdfs:label "Active"^^xsd:string .
ILAP:Aquisition
rdf:type ILAP:PlanLifecyclePhase ;
rdfs:label "Aquire"^^xsd:string .
......@@ -291,14 +292,16 @@ ILAP:Wellbore
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Wellbore"^^xsd:string .
ILAP:hasActivityCOR
rdfs:range SCCS:CORcode .
ILAP:hasActivityWBS
rdfs:range COR:CORelement .
ILAP:hasActivityBaselineSchedule
rdfs:range ILAP:NetworkSchedule .
ILAP:hasPlanAsset
rdfs:range <http://data.posccaesar.org/diskos/Asset> .
ILAP:hasTimeNow
rdf:type owl:DatatypeProperty ;
rdfs:label "has time now"^^xsd:string ;
rdfs:range xsd:date .
COR:CORelement
rdf:type ILAP:NORSOKZ014 , COR:CORClassOfClass .
......
This diff is collapsed. Click to expand it.
......@@ -9,7 +9,7 @@
: rdf:type owl:Ontology ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
:BAA rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
:BAA rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:label "Business area agreement"^^xsd:string ;
rdfs:subClassOf :NPDelement .
......@@ -26,12 +26,12 @@
rdfs:label "Eldfisk C"^^xsd:string .
:Facility
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ;
rdfs:label "Facility"^^xsd:string ;
rdfs:subClassOf :NPDelement .
:Field
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
rdfs:label "Field"^^xsd:string ;
rdfs:subClassOf :NPDelement .
......@@ -52,16 +52,16 @@
rdfs:label "License 1"^^xsd:string .
:NPDelement
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ;
rdfs:label "Petroleum register element"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1750688011> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750688011> , owl:Thing .
:PipelineFacility
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility .
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ;
rdfs:subClassOf :Facility , <http://posccaesar.org/rdl/RDS1750613511> .
:ProductionLicense
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:label "License"^^xsd:string ;
rdfs:subClassOf :NPDelement .
......@@ -76,6 +76,11 @@
rdf:type :Field ;
rdfs:label "Statfjord"^^xsd:string .
:StatfjordA
rdf:type owl:Class ;
rdfs:label "Statfjord a"^^xsd:string ;
rdfs:subClassOf :SurfaceFacility .
:StatfjordB
rdf:type :SurfaceFacility ;
rdfs:label "Statfjord B"^^xsd:string .
......@@ -84,16 +89,16 @@
rdf:type :SubsurfaceFacility .
:SubsurfaceFacility
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility .
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ;
rdfs:subClassOf :Facility , <http://posccaesar.org/rdl/RDS1750613511> .
:SurfaceFacility
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility .
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ;
rdfs:subClassOf :Facility , <http://posccaesar.org/rdl/RDS1750613511> .
:WellBore
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFeature> , owl:Class ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1714464911> , :NPDelement .
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFeature> ;
rdfs:subClassOf :NPDelement , <http://posccaesar.org/rdl/RDS1714464911> .
:WellBore_1
rdf:type :WellBore .
......
......@@ -106,6 +106,13 @@ UC1:CurrentSchedule_1
ILAP:hasSchedulePlan
UC1:ProjectPlan_1 .
UC1:ExternalReference_1
rdf:type ILAP:ExternalReference ;
rdfs:label "External reference 1"^^xsd:string ;
ILAP:hasReferenceApplication
ILAP:SAP ;
ILAP:hasReferenceID "UC2-Ex2-P6-102"^^xsd:string .
UC1:LiveSchedule_1
rdf:type ILAP:LiveSchedule ;
rdfs:label "Live schedule 1"^^xsd:string ;
......@@ -142,13 +149,13 @@ UC1:Profile_1
rdf:type ILAP:Profile ;
rdfs:label "Profile 1"^^xsd:string ;
ILAP:hasProfilePoint
ILAP:ProfilePoint_2 , ILAP:ProfilePoint_1 .
ILAP:ProfilePoint_1 , ILAP:ProfilePoint_2 .
UC1:ProjectPlan_1
rdf:type ILAP:ProjectPlan ;
rdfs:label "Project plan 1"^^xsd:string ;
ILAP:hasPlanUserField
<http://data.posccaesar.org/NCS_PLANNING/UserField_3> , <http://data.posccaesar.org/NCS_PLANNING/UserField_2> , <http://data.posccaesar.org/NCS_PLANNING/UserField_1> .
<http://data.posccaesar.org/NCS_PLANNING/UserField_1> , <http://data.posccaesar.org/NCS_PLANNING/UserField_2> , <http://data.posccaesar.org/NCS_PLANNING/UserField_3> .
UC1:Project_1
rdf:type ILAP:Project ;
......
This diff is collapsed. Click to expand it.