Tore Christiansen

Major restructuring of ontology

......@@ -26,44 +26,44 @@ ILAP:
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ILAP:Activity
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdfs:label "Activity"^^xsd:string ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Discipline ;
owl:onProperty ILAP:hasActivityDiscipline
owl:allValuesFrom ILAP:Status ;
owl:onProperty ILAP:hasActivityStatus
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Calendar ;
owl:onProperty ILAP:hasActivityCalendar
owl:onProperty ILAP:hasExternalReference ;
owl:someValuesFrom ILAP:ExternalReference
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasExternalReference ;
owl:someValuesFrom ILAP:ExternalReference
owl:allValuesFrom ILAP:Calendar ;
owl:onProperty ILAP:hasActivityCalendar
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Status ;
owl:onProperty ILAP:hasActivityStatus
owl:allValuesFrom ILAP:Discipline ;
owl:onProperty ILAP:hasActivityDiscipline
] .
ILAP:ActivityDependency
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdfs:label "Activity Dependency"^^xsd:string ;
rdfs:subClassOf ILAP:Constraint ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Activity ;
owl:onProperty ILAP:hasPredecessorActivity ;
owl:onProperty ILAP:hasSuccessorActivity ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Activity ;
owl:onProperty ILAP:hasSuccessorActivity ;
owl:onProperty ILAP:hasPredecessorActivity ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] .
......@@ -136,7 +136,7 @@ ILAP:ActivityInPlan_1
"Specific object ID"^^xsd:string .
ILAP:ActivityPlan
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 "Activity Plan"^^xsd:string ;
rdfs:subClassOf ILAP:Network ;
rdfs:subClassOf
......@@ -151,7 +151,7 @@ ILAP:ActivityStatus
rdfs:subClassOf ILAP:Status .
ILAP:ActivityWBS
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
rdfs:label "Activity WBS"^^xsd:string ;
rdfs:subClassOf ILAP:Network .
......@@ -159,18 +159,22 @@ ILAP:ActivityWBS_1
rdf:type ILAP:ActivityWBS ;
rdfs:label "Activity WBS 1"^^xsd:string .
ILAP:After_Shutdown
rdf:type ILAP:ShutdownOperation ;
rdfs:label "After Shutdown"^^xsd:string .
ILAP:Application
rdf:type owl:Class ;
rdfs:label "Application"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> .
ILAP:Asset
rdf:type owl:Class ;
rdfs:label "Asset"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> .
ILAP:Baseline
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdfs:label "Baseline"^^xsd:string ;
rdfs:subClassOf ILAP:Network .
......@@ -179,14 +183,18 @@ ILAP:BaselineSchedule
rdfs:label "Baseline schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Schedule .
ILAP:Before_Shutdown
rdf:type ILAP:ShutdownOperation ;
rdfs:label "Before Shutdown"^^xsd:string .
ILAP:CAPEX
rdf:type ILAP:ProjectType ;
rdfs:label "CAPEX"^^xsd:string .
ILAP:Calendar
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdfs:label "Calendar"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarFreePeriod ;
......@@ -194,14 +202,14 @@ ILAP:Calendar
] .
ILAP:CalendarDay
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
rdfs:label "Calendar day"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing .
ILAP:CalendarFreePeriod
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
rdfs:label "Calendar free period"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Calendar ;
......@@ -213,44 +221,56 @@ ILAP:CalendarFreePeriod
] .
ILAP:CalendarFreePeriodWeekRepeat
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
rdfs:label "Free day"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod .
rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> .
ILAP:CalendarHour
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
rdfs:label "calendar hour"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing .
ILAP:CalendarPeriod
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ;
rdfs:label "Calendar period"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarDay ;
owl:onProperty ILAP:hasCalendarPeriodDay
owl:allValuesFrom ILAP:CalendarHour ;
owl:onProperty ILAP:hasCalendarPeriodHour
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarHour ;
owl:onProperty ILAP:hasCalendarPeriodHour
owl:allValuesFrom ILAP:CalendarDay ;
owl:onProperty ILAP:hasCalendarPeriodDay
] .
ILAP:Campaign
rdf:type ILAP:ShutdownType ;
rdfs:label "Campaign"^^xsd:string .
ILAP:Category
rdf:type owl:Class ;
rdfs:label "Category"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:Change_Order_Living_Quarter
rdf:type ILAP:ShutdownContent ;
rdfs:label "Change Order Living Quarter"^^xsd:string .
ILAP:Change_over
rdf:type ILAP:ShutdownType ;
rdfs:label "Change over"^^xsd:string .
ILAP:Constraint
rdf:type owl:Class ;
rdfs:label "Constraint"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> .
ILAP:Contract
rdf:type owl:Class ;
rdfs:label "Contract"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> .
ILAP:ControlSchedule
rdf:type owl:Class ;
......@@ -260,22 +280,26 @@ ILAP:ControlSchedule
ILAP:Cost
rdf:type owl:Class ;
rdfs:label "Cost"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> .
ILAP:CostBased
rdf:type owl:Class ;
rdfs:label "Cost based"^^xsd:string ;
rdfs:subClassOf ILAP:Resource .
ILAP:Critical
rdf:type ILAP:ShutdownPriority ;
rdfs:label "Critical"^^xsd:string .
ILAP:CurrentSchedule
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdfs:label "Current schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Schedule .
ILAP:Data
rdf:type owl:Class ;
rdfs:label "Data"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ;
rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Project ;
......@@ -299,21 +323,39 @@ ILAP:DegreeOfPriority
rdfs:label "Degree of Priority"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:Dependent_on_Shutdown
rdf:type ILAP:ShutdownOperation ;
rdfs:label "Dependent on Shutdown"^^xsd:string .
ILAP:Discipline
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
rdfs:label "Discipline"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS6811233> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> .
ILAP:Drilling_Shutdown
rdf:type ILAP:ShutdownContent ;
rdfs:label "Drilling shutdown"^^xsd:string .
ILAP:During_Normal_Operation
rdf:type ILAP:ShutdownOperation ;
rdfs:label "During Normal Operation"^^xsd:string .
ILAP:During_Shutdown
rdf:type ILAP:ShutdownOperation ;
rdfs:label "During Shutdown"^^xsd:string .
ILAP:Equipment_Shutdown
rdf:type ILAP:ShutdownContent ;
rdfs:label "Equipment Shutdown"^^xsd:string .
ILAP:ExternalReference
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
rdfs:label "External Reference"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasObjectReferenceID ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
owl:allValuesFrom ILAP:Application ;
owl:onProperty ILAP:hasReferenceApplication
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -322,30 +364,57 @@ ILAP:ExternalReference
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Application ;
owl:onProperty ILAP:hasReferenceApplication
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasObjectReferenceID ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] .
ILAP:Facility
rdf:type owl:Class ;
rdfs:label "Facility"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:Field_Shutdown
rdf:type ILAP:ShutdownContent ;
rdfs:label "Field Shutdown"^^xsd:string .
ILAP:FinishToFinish
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
rdfs:label "Finish to finish"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
ILAP:FinishToStart
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
rdfs:label "Finish to start"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
ILAP:FunctionalLocation
rdf:type owl:Class ;
rdfs:label "Functional location"^^xsd:string ;
rdfs:subClassOf ILAP:Location .
ILAP:Gas_Export_Shutdown
rdf:type ILAP:ShutdownContent ;
rdfs:label "Gas Export Shutdown"^^xsd:string .
ILAP:Gas_Injection_Shutdown
rdf:type ILAP:ShutdownContent ;
rdfs:label "Gas Injection Shutdown"^^xsd:string .
ILAP:GeographicLocation
rdf:type owl:Class ;
rdfs:label "Geographic location"^^xsd:string ;
rdfs:subClassOf ILAP:Location .
ILAP:HCsystemsWork
rdf:type ILAP:RiskType ;
rdfs:label "HC systems work"^^xsd:string .
ILAP:HeightWork
rdf:type ILAP:RiskType ;
rdfs:label "Height work"^^xsd:string .
ILAP:HighCriticality
rdf:type ILAP:DegreeOfCriticality ;
rdfs:label "High criticality"^^xsd:string .
......@@ -354,25 +423,45 @@ ILAP:HighPriority
rdf:type ILAP:DegreeOfPriority ;
rdfs:label "High priority"^^xsd:string .
ILAP:High_Activity_Period
rdf:type ILAP:ShutdownPeriod ;
rdfs:label "High Activity Period"^^xsd:string .
ILAP:HotWork
rdf:type ILAP:RiskType ;
rdfs:label "Hot work"^^xsd:string .
ILAP:IndependentOfOperation
rdf:type ILAP:ShutdownOperation ;
rdfs:label "Independent of operation"^^xsd:string .
ILAP:Information
rdf:type owl:Class ;
rdfs:label "Information"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> .
ILAP:Knowledge
rdf:type owl:Class ;
rdfs:label "Knowledge"^^xsd:string ;
rdfs:subClassOf ILAP:Information .
ILAP:LiftingOperation
rdf:type ILAP:RiskType ;
rdfs:label "Lifting operation"^^xsd:string .
ILAP:LiveSchedule
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdfs:label "Live schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Schedule .
ILAP:Living_Quarter_Shutdown
rdf:type ILAP:ShutdownContent ;
rdfs:label "Living Quarter Shutdown"^^xsd:string .
ILAP:Location
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ;
rdfs:label "Location"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing .
ILAP:LowCriticality
rdf:type ILAP:DegreeOfCriticality ;
......@@ -383,13 +472,17 @@ ILAP:LowPriority
rdfs:label "Low priority"^^xsd:string .
ILAP:Milestone
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ;
rdfs:label "Milestone"^^xsd:string .
ILAP:Network
rdf:type owl:Class ;
rdfs:label "Network"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> .
ILAP:Non-Scheduled_Shutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Non-Scheduled Shutdown"^^xsd:string .
ILAP:NormalCriticality
rdf:type ILAP:DegreeOfCriticality ;
......@@ -399,6 +492,10 @@ ILAP:NormalPriority
rdf:type ILAP:DegreeOfPriority ;
rdfs:label "Normal priority"^^xsd:string .
ILAP:Not_Critical
rdf:type ILAP:ShutdownPriority ;
rdfs:label "Not Critical"^^xsd:string .
ILAP:OPEX
rdf:type ILAP:ProjectType ;
rdfs:label "OPEX"^^xsd:string .
......@@ -424,49 +521,49 @@ ILAP:PhysicalLocation
rdfs:subClassOf ILAP:Location .
ILAP:PlanClassifier
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
rdfs:label "Plan classifier"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing .
ILAP:PlanContentType
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 "Plan content type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier .
ILAP:PlanContractType
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
rdfs:label "Plan contract type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier .
ILAP:PlanExpenseType
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
rdfs:label "Plan expense type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier .
ILAP:PlanGeoArea
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ;
rdfs:label "Plan geographic area"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
ILAP:PlanLevel
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
rdfs:label "Plan level"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
ILAP:PlanLifecycleStage
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdfs:label "Plan lifecycle stage"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
ILAP:PlanObjectiveType
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ;
rdfs:label "Plan objective type"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier .
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> .
ILAP:PlanProjectType
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
rdfs:label "Plan project type"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier .
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> .
ILAP:PlannedActivity
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
......@@ -474,13 +571,20 @@ ILAP:PlannedActivity
rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResourceProfile ;
owl:onProperty ILAP:hasActivityResourceProfile
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasActivityPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivityPredecessor
owl:allValuesFrom ILAP:Location ;
owl:onProperty ILAP:hasActivityLocation
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResourceProfile ;
owl:onProperty ILAP:hasActivityResourceProfile
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -489,8 +593,10 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResponsiblePerson ;
owl:onProperty ILAP:hasActivityResponsiblePerson
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Facility ;
owl:onProperty ILAP:hasPlatform
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -499,13 +605,8 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Location ;
owl:onProperty ILAP:hasActivityLocation
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivitySuccessor
owl:onProperty ILAP:hasActivityPredecessor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -514,15 +615,18 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasActivityPlan
owl:allValuesFrom ILAP:ResponsiblePerson ;
owl:onProperty ILAP:hasActivityResponsiblePerson
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivitySuccessor
] .
ILAP:PlannedMilestone
rdf:type owl:Class ;
rdfs:label "Planned milestone"^^xsd:string ;
rdfs:label "Planned Milestone"^^xsd:string ;
rdfs:subClassOf ILAP:Milestone .
ILAP:PlanningApplication
......@@ -535,24 +639,23 @@ ILAP:Portfolio
rdfs:label "Portfolio"^^xsd:string ;
rdfs:subClassOf ILAP:Project .
ILAP:ProductionShutdown
rdf:type ILAP:ShutdownContent ;
rdfs:label "Production Shutdown"^^xsd:string .
ILAP:Programme
rdf:type owl:Class ;
rdfs:label "Programme"^^xsd:string ;
rdfs:subClassOf ILAP:Project .
ILAP:Project
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdfs:label "Project"^^xsd:string ;
rdfs:subClassOf ILAP:Activity ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Project ;
owl:onProperty ILAP:hasProjectSubproject
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExternalReference ;
owl:onProperty ILAP:hasExternalReference
owl:allValuesFrom BRREG:OilCompany ;
owl:onProperty ILAP:hasProjectResponsible
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -563,8 +666,13 @@ ILAP:Project
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:OilCompany ;
owl:onProperty ILAP:hasProjectResponsible
owl:allValuesFrom ILAP:ExternalReference ;
owl:onProperty ILAP:hasExternalReference
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Project ;
owl:onProperty ILAP:hasProjectSubproject
] .
ILAP:ProjectExecutionPlan
......@@ -573,72 +681,72 @@ ILAP:ProjectExecutionPlan
rdfs:subClassOf ILAP:Network ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanLevel ;
owl:someValuesFrom ILAP:PlanLevel
owl:allValuesFrom ILAP:PlanContractType ;
owl:onProperty ILAP:hasPlanContractType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanObjectiveType ;
owl:onProperty ILAP:hasPlanObjectiveType
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlanLevel ;
owl:onProperty ILAP:hasPlanLevel
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Project ;
owl:onProperty ILAP:hasPlanProject
owl:onProperty ILAP:hasPlanProjectType ;
owl:someValuesFrom ILAP:PlanProjectType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
owl:onProperty ILAP:hasPlanAsset
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasPlanResponsible
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanContentType ;
owl:someValuesFrom ILAP:PlanContentType
owl:allValuesFrom ILAP:PlanLifecycleStage ;
owl:onProperty ILAP:hasPlanLifecycleStage
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasPlanRollUpPlan
owl:onProperty ILAP:hasPlanGeoArea ;
owl:someValuesFrom ILAP:PlanGeoArea
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasPlanResponsible
owl:onProperty ILAP:hasPlanContentType ;
owl:someValuesFrom ILAP:PlanContentType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasPlanSubplan
owl:allValuesFrom ILAP:PlanObjectiveType ;
owl:onProperty ILAP:hasPlanObjectiveType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanProjectType ;
owl:someValuesFrom ILAP:PlanProjectType
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Project ;
owl:onProperty ILAP:hasPlanProject
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanGeoArea ;
owl:someValuesFrom ILAP:PlanGeoArea
owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
owl:onProperty ILAP:hasPlanAsset
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanContractType ;
owl:onProperty ILAP:hasPlanContractType
owl:onProperty ILAP:hasPlanLevel ;
owl:someValuesFrom ILAP:PlanLevel
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanLifecycleStage ;
owl:onProperty ILAP:hasPlanLifecycleStage
owl:allValuesFrom ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasPlanSubplan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlanLevel ;
owl:onProperty ILAP:hasPlanLevel
owl:allValuesFrom ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasPlanRollUpPlan
] .
ILAP:ProjectType
......@@ -647,14 +755,22 @@ ILAP:ProjectType
rdfs:subClassOf owl:Thing .
ILAP:Regular8To16WorkingDayCalendar
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
rdfs:label "Regular8To16Working day calendar"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> .
ILAP:RemovalOfBarriers
rdf:type ILAP:RiskType ;
rdfs:label "Removal of barriers"^^xsd:string .
ILAP:ReservoirDrillingOperation
rdf:type ILAP:RiskType ;
rdfs:label "Reservoir drilling operation"^^xsd:string .
ILAP:Resource
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
rdfs:label "Resource"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> .
ILAP:ResourceEstimate
rdf:type owl:Class ;
......@@ -662,14 +778,14 @@ ILAP:ResourceEstimate
rdfs:subClassOf ILAP:ResourceStructure .
ILAP:ResourceProfile
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ;
rdfs:label "Resource profile"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> .
ILAP:ResourceProfilePoint
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
rdfs:label "resource Profile point"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> .
ILAP:ResourceStructure
rdf:type owl:Class ;
......@@ -677,17 +793,17 @@ ILAP:ResourceStructure
rdfs:subClassOf ILAP:Network .
ILAP:ResponsibleOrganization
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
rdfs:label "Responsible organization"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> .
ILAP:ResponsiblePerson
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ;
rdfs:label "Responsible"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> .
ILAP:Result
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
rdfs:label "Result"^^xsd:string ;
rdfs:subClassOf owl:Thing .
......@@ -696,15 +812,28 @@ ILAP:RevisedSchedule
rdfs:label "Revised schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Schedule .
ILAP:Revision_Shutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Revision Shutdown"^^xsd:string .
ILAP:RiskFactor
rdf:type owl:Class ;
rdfs:label "Risk factor"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:RiskType
rdf:type owl:Class ;
rdfs:label "Risk type"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:Safety_Test_Shutdown
rdf:type ILAP:ShutdownContent ;
rdfs:label "Safety Test Shutdown"^^xsd:string .
ILAP:Schedule
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 "Scheduled Activity Network"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ;
rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
......@@ -714,41 +843,74 @@ ILAP:Schedule
] .
ILAP:ScheduledActivity
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdfs:label "Activity in Network Schedule"^^xsd:string ;
rdfs:subClassOf ILAP:PlannedActivity ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Schedule ;
owl:onProperty ILAP:hasActivitySchedule
owl:onClass ILAP:PlannedActivity ;
owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlannedActivity ;
owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
owl:onClass ILAP:Schedule ;
owl:onProperty ILAP:hasActivitySchedule
] .
ILAP:ScheduledMilestone
rdf:type owl:Class ;
rdfs:label "Scheduled milestone"^^xsd:string ;
rdfs:label "Scheduled Milestone"^^xsd:string ;
rdfs:subClassOf ILAP:PlannedMilestone .
ILAP:Scheduled_Shutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Scheduled Shutdown"^^xsd:string .
ILAP:ShallowGasOperation
rdf:type ILAP:RiskType ;
rdfs:label "Shallow gas operation"^^xsd:string .
ILAP:Shutdown
rdf:type owl:Class ;
rdfs:label "Shutdown"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:ShutdownContent
rdf:type owl:Class ;
rdfs:label "Shutdown content"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:ShutdownOperation
rdf:type owl:Class ;
rdfs:label "Shutdown operation"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:ShutdownPeriod
rdf:type owl:Class ;
rdfs:label "Shutdown period"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:ShutdownPriority
rdf:type owl:Class ;
rdfs:label "Shutdown priority"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:ShutdownType
rdf:type owl:Class ;
rdfs:label "Shutdown type"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:Shutdown_1
rdf:type ILAP:Shutdown ;
rdfs:label "Shutdown 1"^^xsd:string ;
<http://data.posccaesar.org/ilap/shutdown/hasShutdownContent>
<http://data.posccaesar.org/ilap/shutdown/ProductionShutdown> ;
<http://data.posccaesar.org/ilap/shutdown/hasShutdownOperation>
<http://data.posccaesar.org/ilap/shutdown/Dependent_on_Shutdown> , <http://data.posccaesar.org/ilap/shutdown/During_Shutdown> ;
<http://data.posccaesar.org/ilap/shutdown/During_Shutdown> , <http://data.posccaesar.org/ilap/shutdown/Dependent_on_Shutdown> ;
<http://data.posccaesar.org/ilap/shutdown/hasShutdownPeriod>
<http://data.posccaesar.org/ilap/shutdown/Shutdown_Period> ;
<http://data.posccaesar.org/ilap/shutdown/hasShutdownPriority>
......@@ -756,10 +918,18 @@ ILAP:Shutdown_1
<http://data.posccaesar.org/ilap/shutdown/hasShutdownType>
<http://data.posccaesar.org/ilap/shutdown/Scheduled_Shutdown> .
ILAP:Shutdown_Period
rdf:type ILAP:ShutdownPeriod ;
rdfs:label "Shutdown Period"^^xsd:string .
ILAP:Shutdown_not_evaluated
rdf:type ILAP:ShutdownOperation ;
rdfs:label "Shutdown not evaluated"^^xsd:string .
ILAP:Source
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
rdfs:label "Source"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> .
ILAP:SourceSpecifiedUserField
rdf:type owl:Class ;
......@@ -772,22 +942,26 @@ ILAP:SpecifiedUserField
rdfs:subClassOf ILAP:UserField .
ILAP:StartToFinish
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
rdfs:label "Start to finish"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
ILAP:StartToStart
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
rdfs:label "Start to start"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
ILAP:Status
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ;
rdfs:label "Status"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing .
ILAP:System_Shutdown
rdf:type ILAP:ShutdownContent ;
rdfs:label "System Shutdown"^^xsd:string .
ILAP:TargetSchedule
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 "Target schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Schedule .
......@@ -796,13 +970,17 @@ ILAP:Timebased
rdfs:label "Timebased"^^xsd:string ;
rdfs:subClassOf ILAP:Resource .
ILAP:Train_Shutdown
rdf:type ILAP:ShutdownContent ;
rdfs:label "Train Shutdown"^^xsd:string .
ILAP:UnitBased
rdf:type owl:Class ;
rdfs:label "Unit based"^^xsd:string ;
rdfs:subClassOf ILAP:Resource .
ILAP:UserField
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ;
rdfs:label "User field"^^xsd:string ;
rdfs:subClassOf ILAP:Data ;
rdfs:subClassOf
......@@ -816,12 +994,28 @@ ILAP:UserField
ILAP:Value
rdf:type owl:Class ;
rdfs:label "Value"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> .
ILAP:VesselOperation
rdf:type ILAP:RiskType ;
rdfs:label "Vessel operation"^^xsd:string .
ILAP:Water_Injection_Shutdown
rdf:type ILAP:ShutdownContent ;
rdfs:label "Water Injection Shutdown"^^xsd:string .
ILAP:Water_Production_Shutdown
rdf:type ILAP:ShutdownContent ;
rdfs:label "Water Production Shutdown"^^xsd:string .
ILAP:WeekendsFreeCalendar
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdfs:label "Weekends free calendar"^^xsd:string ;
rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar .
ILAP:Well_Transfer
rdf:type ILAP:ShutdownContent ;
rdfs:label "Well Transfer "^^xsd:string .
ILAP:WorkOrder
rdf:type owl:Class ;
......@@ -829,18 +1023,18 @@ ILAP:WorkOrder
rdfs:subClassOf ILAP:WorkTask .
ILAP:WorkTask
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdfs:label "Work task"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasWorkTaskActivity ;
owl:someValuesFrom ILAP:Activity
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasWorkTaskResponsible
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasWorkTaskResponsible
owl:onProperty ILAP:hasWorkTaskActivity ;
owl:someValuesFrom ILAP:Activity
] .
ILAP:WorkTaskStatus
......@@ -936,7 +1130,7 @@ ILAP:hasActivityPhysicalPercentComplete
rdfs:range xsd:float .
ILAP:hasActivityPlan
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity plan"^^xsd:string ;
rdfs:range ILAP:ProjectExecutionPlan .
......@@ -984,7 +1178,7 @@ ILAP:hasActivityResponsibleOrganization
rdfs:range ILAP:ResponsibleOrganization .
ILAP:hasActivityResponsiblePerson
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity responsible"^^xsd:string ;
rdfs:range ILAP:ResponsiblePerson .
......@@ -1019,7 +1213,7 @@ ILAP:hasActivityStatus
rdfs:range ILAP:Status .
ILAP:hasActivitySuccessor
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity successor"^^xsd:string ;
rdfs:range ILAP:ActivityDependency ;
......@@ -1080,7 +1274,7 @@ ILAP:hasCalendarDate
rdfs:label "has calendar date"^^xsd:string .
ILAP:hasCalendarFreePeriod
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:domain ILAP:Calendar ;
rdfs:label "has calendarcalendar free period"^^xsd:string ;
rdfs:range ILAP:CalendarFreePeriod .
......@@ -1222,7 +1416,7 @@ ILAP:hasLocationLongitude
ILAP:hasMilestonePredecessor
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Milestone ;
rdfs:label "has Milestone Predecessor"^^xsd:string ;
rdfs:label "has milestone predecessor"^^xsd:string ;
rdfs:range ILAP:ActivityDependency .
ILAP:hasMilestoneSuccessor
......@@ -1363,7 +1557,7 @@ ILAP:hasPlanRegulator
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanResponsible
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:domain ILAP:ResponsibleOrganization ;
rdfs:label "has plan responsible"^^xsd:string .
......@@ -1392,6 +1586,10 @@ ILAP:hasPlanUserField
rdfs:label "has plan user field"^^xsd:string ;
rdfs:range ILAP:UserField .
ILAP:hasPlatform
rdf:type owl:ObjectProperty ;
rdfs:label "has platform"^^xsd:string .
ILAP:hasPredecessorActivity
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ActivityDependency ;
......@@ -1522,7 +1720,7 @@ ILAP:hasScheduledStart
rdfs:subPropertyOf ILAP:hasScheduleDate .
ILAP:hasSuccessorActivity
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:domain ILAP:ActivityDependency ;
rdfs:label "has successor activity "^^xsd:string ;
rdfs:range ILAP:PlannedActivity ;
......@@ -1550,7 +1748,7 @@ ILAP:hasTimeNow
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:Schedule ;
rdfs:label "has time now"^^xsd:string ;
rdfs:range xsd:dateTime , xsd:date .
rdfs:range xsd:date , xsd:dateTime .
ILAP:hasUserFieldName
rdf:type owl:DatatypeProperty ;
......@@ -1615,3 +1813,30 @@ ILAP:hasWorkTaskVendor
rdfs:label "has work task vendor"^^xsd:string ;
rdfs:range BRREG:Contractor ;
rdfs:subPropertyOf ILAP:hasWorkTaskResponsible .
<http://data.posccaesar.org/ilap/riskfactor/RiskType>
rdf:type owl:Thing .
<http://data.posccaesar.org/ilap/riskfactor/hasRiskType>
rdfs:range ILAP:RiskType .
<http://data.posccaesar.org/ilap/shutdown/hasShutdownContent>
rdfs:range ILAP:ShutdownContent .
<http://data.posccaesar.org/ilap/shutdown/hasShutdownEnd>
rdfs:domain ILAP:ShutdownOperation .
<http://data.posccaesar.org/ilap/shutdown/hasShutdownOperation>
rdfs:range ILAP:ShutdownOperation .
<http://data.posccaesar.org/ilap/shutdown/hasShutdownPeriod>
rdfs:range ILAP:ShutdownPeriod .
<http://data.posccaesar.org/ilap/shutdown/hasShutdownPriority>
rdfs:range ILAP:ShutdownPriority .
<http://data.posccaesar.org/ilap/shutdown/hasShutdownStart>
rdfs:domain ILAP:ShutdownOperation .
<http://data.posccaesar.org/ilap/shutdown/hasShutdownType>
rdfs:range ILAP:ShutdownType .
......
# baseURI: http://data.posccaesar.org/NCS_PLANNING/
# imports: http:///data.posccaesar.org/ilap/PLANNING_STANDARD
# 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/ilap/refdata/NORSOK/Z-014/SCCS
# imports: http://data.posccaesar.org/ilap/riskfactor/
# imports: http://data.posccaesar.org/ilap/shutdown/
# imports: http://data.posccaesar.org/npd/
# imports: http://data.posccaesar.org/pob/
@prefix : <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix NPD: <http://data.posccaesar.org/npd/> .
@prefix PLANNING_STANDARD: <http:///data.posccaesar.org/ilap/PLANNING_STANDARD#> .
@prefix StandardData: <http://ILAP_1.5_(git)/StandardData#> .
@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#> .
......@@ -25,94 +13,8 @@
@prefix shutdown: <http://data.posccaesar.org/ilap/shutdown/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
NCS: rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/brreg/> , riskfactor: , <http://data.posccaesar.org/diskos/> , 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/epcis/> , <http:///data.posccaesar.org/ilap/PLANNING_STANDARD> , shutdown: .
NCS:DG1
rdf:type ILAP:DecisionGate ;
rdfs:label "DG1"^^xsd:string .
NCS:DG2
rdf:type ILAP:DecisionGate ;
rdfs:label "DG2"^^xsd:string .
NCS:DG3
rdf:type ILAP:DecisionGate ;
rdfs:label "DG3"^^xsd:string .
NCS:DG4
rdf:type ILAP:DecisionGate ;
rdfs:label "DG4"^^xsd:string .
NCS:DG5
rdf:type ILAP:DecisionGate ;
rdfs:label "DG5"^^xsd:string .
NCS:DG6
rdf:type ILAP:DecisionGate ;
rdfs:label "DG6"^^xsd:string .
NCS:DG7
rdf:type ILAP:DecisionGate ;
rdfs:label "DG7"^^xsd:string .
NCS:Development
rdf:type ILAP:PlanPhase ;
rdfs:label "Development"^^xsd:string .
NCS:Exploration
rdf:type ILAP:PlanPhase ;
rdfs:label "Exploration"^^xsd:string .
NCS:HighCriticality
rdf:type StandardData:Criticality ;
rdfs:label "High criticality"^^xsd:string .
NCS:HighPriority
rdf:type StandardData:Priority ;
rdfs:label "High priority"^^xsd:string .
NCS:LowCriticality
rdf:type StandardData:Criticality ;
rdfs:label "Low criticality"^^xsd:string .
NCS:LowPriority
rdf:type StandardData:Priority ;
rdfs:label "Low priority"^^xsd:string .
NCS:NPDelement_1
rdf:type NPD:NPDelement ;
rdfs:label "NPDelement 1"^^xsd:string .
NCS:NormalCriticality
rdf:type StandardData:Criticality ;
rdfs:label "Normal criticality"^^xsd:string .
NCS:NormalPriority
rdf:type StandardData:Priority ;
rdfs:label "Normal priority"^^xsd:string .
NCS:Operation
rdf:type ILAP:PlanPhase ;
rdfs:label "Operation"^^xsd:string .
NCS:PlannedActivity_1
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 1"^^xsd:string ;
ILAP:hasActivityWBSelement
ILAP:ActivityWBS_1 .
NCS:Planning
rdf:type ILAP:PlanPhase ;
rdfs:label "Planning"^^xsd:string .
NCS:Removal
rdf:type ILAP:PlanPhase ;
rdfs:label "Removal"^^xsd:string .
NCS:ShutdownAndDecommisioning
rdf:type ILAP:PlanPhase ;
rdfs:label "Shutdown and decommisioning"^^xsd:string .
: rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: .
ILAP:
rdf:type owl:Ontology ;
......@@ -126,6 +28,9 @@ ILAP:Active
rdf:type ILAP:Status ;
rdfs:label "Active"^^xsd:string .
ILAP:ActivityInPlan_1
ILAP:hasPlatform <http://data.posccaesar.org/npd/facts/Facility-271385> .
ILAP:ActivityWBS_1
ILAP:hasWBSProjectType
ILAP:CAPEX ;
......@@ -174,9 +79,37 @@ ILAP:Country
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Country"^^xsd:string .
ILAP:DG1
rdf:type ILAP:DecisionGate ;
rdfs:label "DG1"^^xsd:string .
ILAP:DG2
rdf:type ILAP:DecisionGate ;
rdfs:label "DG2"^^xsd:string .
ILAP:DG3
rdf:type ILAP:DecisionGate ;
rdfs:label "DG3"^^xsd:string .
ILAP:DG4
rdf:type ILAP:DecisionGate ;
rdfs:label "DG4"^^xsd:string .
ILAP:DG5
rdf:type ILAP:DecisionGate ;
rdfs:label "DG5"^^xsd:string .
ILAP:DG6
rdf:type ILAP:DecisionGate ;
rdfs:label "DG6"^^xsd:string .
ILAP:DG7
rdf:type ILAP:DecisionGate ;
rdfs:label "DG7"^^xsd:string .
ILAP:Development
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Develop"^^xsd:string .
rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string .
ILAP:DisasterRecovery
rdf:type ILAP:PlanObjectiveType ;
......@@ -191,7 +124,7 @@ ILAP:DrillingAndWell
rdfs:label "Drilling and well"^^xsd:string .
ILAP:Exploration
rdf:type ILAP:PlanLifecycleStage ;
rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
rdfs:label "Exploration"^^xsd:string .
ILAP:Facility
......@@ -294,12 +227,16 @@ ILAP:Monday
rdf:type ILAP:CalendarDay ;
rdfs:label "Monday"^^xsd:string .
ILAP:NPDelement_1
rdf:type NPD:NPDelement ;
rdfs:label "NPDelement 1"^^xsd:string .
ILAP:OPEX
rdf:type ILAP:PlanExpenseType ;
rdfs:label "OPEX"^^xsd:string .
ILAP:Operation
rdf:type ILAP:PlanLifecycleStage ;
rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
rdfs:label "Operation"^^xsd:string .
ILAP:OperationAndMaintenance
......@@ -314,8 +251,14 @@ ILAP:Planned
rdf:type ILAP:Status ;
rdfs:label "Planned"^^xsd:string .
ILAP:PlannedActivity_1
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 1"^^xsd:string ;
ILAP:hasActivityWBSelement
ILAP:ActivityWBS_1 .
ILAP:Planning
rdf:type ILAP:PlanLifecycleStage ;
rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
rdfs:label "Planning"^^xsd:string .
ILAP:Primavera
......@@ -343,7 +286,7 @@ ILAP:Released
rdfs:label "Released"^^xsd:string .
ILAP:Removal
rdf:type ILAP:PlanLifecycleStage ;
rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
rdfs:label "Removal"^^xsd:string .
ILAP:Renewal
......@@ -379,14 +322,14 @@ ILAP:Scheduled
rdfs:label "Scheduled"^^xsd:string .
ILAP:ShutdownAndDecommisioning
rdf:type ILAP:PlanLifecycleStage ;
rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
rdfs:label "Shutdown and decommisioning"^^xsd:string .
ILAP:StandardFreeWeekendPeriod
rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
rdfs:label "Standard free weekend period"^^xsd:string ;
ILAP:hasCalendarPeriodFreeDay
ILAP:Saturday , ILAP:Sunday .
ILAP:Sunday , ILAP:Saturday .
ILAP:StandardWorkWeekdayPeriod
rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
......@@ -503,6 +446,11 @@ shutdown:hasShutdownPriority
shutdown:hasShutdownType
rdfs:domain ILAP:Shutdown .
<http://data.posccaesar.org/npd/ontology/ilap-interface/Facility>
rdf:type owl:Class ;
rdfs:label "Facility"^^xsd:string ;
rdfs:subClassOf ILAP:Facility , owl:Thing .
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
......
K 25
svn:wc:ra_dav:version-url
V 42
/svn/ilap/!svn/ver/28/OWL_1_5/StandardData
END
NPD.ttl
K 25
svn:wc:ra_dav:version-url
V 50
/svn/ilap/!svn/ver/25/OWL_1_5/StandardData/NPD.ttl
END
EPCIS.ttl
K 25
svn:wc:ra_dav:version-url
V 52
/svn/ilap/!svn/ver/31/OWL_1_5/StandardData/EPCIS.ttl
END
POB.ttl
K 25
svn:wc:ra_dav:version-url
V 50
/svn/ilap/!svn/ver/31/OWL_1_5/StandardData/POB.ttl
END
BRREG.ttl
K 25
svn:wc:ra_dav:version-url
V 52
/svn/ilap/!svn/ver/30/OWL_1_5/StandardData/BRREG.ttl
END
CCU.ttl
K 25
svn:wc:ra_dav:version-url
V 50
/svn/ilap/!svn/ver/31/OWL_1_5/StandardData/CCU.ttl
END
SCCS.ttl
K 25
svn:wc:ra_dav:version-url
V 51
/svn/ilap/!svn/ver/31/OWL_1_5/StandardData/SCCS.ttl
END
DISKOS.ttl
K 25
svn:wc:ra_dav:version-url
V 53
/svn/ilap/!svn/ver/31/OWL_1_5/StandardData/DISKOS.ttl
END
10
dir
29
https://jord-dev.org/svn/ilap/OWL_1_5/StandardData
https://jord-dev.org/svn/ilap
2014-04-11T13:08:30.820903Z
28
hmottestad
svn:special svn:externals svn:needs-lock
32c34ce5-302f-44b3-a65a-1ca98c1fea32
BRREG.ttl
file
30
2014-04-12T11:15:19.297000Z
f3e3826734c3cab94eae7f8873f9efb8
2014-04-13T19:23:46.352844Z
30
tchr
3206
CCU.ttl
file
31
2014-04-16T16:18:52.727000Z
9d80df55191c3c45451a91f63e03325e
2014-04-21T18:24:03.858028Z
31
tchr
809
DISKOS.ttl
file
31
2014-04-16T17:46:46.569000Z
893b449eea5a8ecdcb5b695a7ccb8f0f
2014-04-21T18:24:03.858028Z
31
tchr
1353
EPCIS.ttl
file
31
2014-04-16T15:23:07.814000Z
6de151ff7c77bd0bb2720897ec1112af
2014-04-21T18:24:03.858028Z
31
tchr
4014
NPD.ttl
file
2014-04-11T13:12:48.341000Z
92e71978e1cc2de3550d5fcb0149b998
2014-04-11T12:09:45.010434Z
25
hmottestad
3415
POB.ttl
file
31
2014-04-16T20:25:55.012000Z
74ad3b8c507f74b34bdc90432246d07d
2014-04-21T18:24:03.858028Z
31
tchr
887
SCCS.ttl
file
31
2014-04-16T18:10:01.594000Z
5c4fc7e8cab9db243add699d802fdd86
2014-04-21T18:24:03.858028Z
31
tchr
4287
# baseURI: http://data.posccaesar.org/brreg/
# c14n-version: 3
@prefix : <http://data.posccaesar.org/brreg/> .
@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 ;
.
:BakerHughes
rdf:type :Contractor ;
rdfs:label "Baker hughes"^^xsd:string ;
.
:ConocoPhillips
rdf:type :OilCompany ;
rdfs:label "Conoco phillips"^^xsd:string ;
.
:Contractor
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
rdf:type owl:Class ;
rdfs:label "Contractor"^^xsd:string ;
rdfs:subClassOf :LegalEntity ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648162> ;
.
:EniNorge
rdf:type :OilCompany ;
rdfs:label "Eni norge"^^xsd:string ;
.
:LegalEntity
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
rdf:type owl:Class ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Source> ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass :Location ;
owl:onProperty :hasLegalEntityLocation ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
.
:Location
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
rdf:type owl:Class ;
rdfs:label "Location"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Location> ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> ;
rdfs:subClassOf owl:Thing ;
.
:Lundin
rdf:type :OilCompany ;
rdfs:label "Lundin"^^xsd:string ;
.
:NEA
rdf:type :Regulator ;
rdfs:label "NEA"^^xsd:string ;
.
:NPD
rdf:type :Regulator ;
rdfs:label "NPD"^^xsd:string ;
.
:NTA
rdf:type :Regulator ;
rdfs:label "NTA"^^xsd:string ;
.
:OilCompany
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
rdf:type owl:Class ;
rdfs:label "Oil Company"^^xsd:string ;
rdfs:subClassOf :LegalEntity ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648100> ;
.
:Regulator
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
rdf:type owl:Class ;
rdfs:label "Regulator"^^xsd:string ;
rdfs:subClassOf :LegalEntity ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS283544> ;
.
:Schlumberger
rdf:type :Contractor ;
rdfs:label "Schlumberger"^^xsd:string ;
.
:Sevan
rdf:type :Contractor ;
rdfs:label "Sevan"^^xsd:string ;
.
:Statoil
rdf:type :OilCompany ;
rdfs:label "Statoil"^^xsd:string ;
.
:Subsea7
rdf:type :Contractor ;
rdfs:label "Subsea7"^^xsd:string ;
.
:SumitomoMetal
rdf:type :Contractor ;
rdfs:label "Sumitomo metal"^^xsd:string ;
.
:Tananger
rdf:type :Location ;
rdfs:label "Tananger"^^xsd:string ;
.
:Technip
rdf:type :Contractor ;
rdfs:label "Technip"^^xsd:string ;
.
:hasLegalEntityLocation
rdf:type owl:ObjectProperty ;
rdfs:domain :LegalEntity ;
rdfs:label "has legal entity location"^^xsd:string ;
rdfs:range :Location ;
.
# baseURI: http://data.posccaesar.org/ccu/
# c14n-version: 3
@prefix : <http://data.posccaesar.org/ccu/> .
@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 ;
.
:CCU
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
rdf:type owl:Class ;
rdfs:label "CCU"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS221644028150> ;
rdfs:subClassOf owl:Thing ;
.
:CCU123
rdf:type :CCU ;
rdfs:label "CCU 123"^^xsd:string ;
.
:CCU456
rdf:type :CCU ;
rdfs:label "CCU 456"^^xsd:string ;
.
# baseURI: http://data.posccaesar.org/diskos/
# c14n-version: 3
@prefix : <http://data.posccaesar.org/diskos/> .
@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 ;
.
:Asset
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
rdf:type owl:Class ;
rdfs:label "Asset"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS8645837> ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onDataRange xsd:float ;
owl:onProperty :hasAssetValue ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
.
:EkofiskField
rdf:type :Asset ;
:hasAssetValue "30"^^xsd:float ;
rdfs:label "Ekofisk field"^^xsd:string ;
.
:GoliatField
rdf:type :Asset ;
:hasAssetValue "50"^^xsd:float ;
rdfs:label "Goliat field"^^xsd:string ;
.
:StatfjordField
rdf:type :Asset ;
:hasAssetValue "40"^^xsd:float ;
rdfs:label "Statfjord field"^^xsd:string ;
.
:hasAssetValue
rdf:type owl:DatatypeProperty ;
rdfs:domain :Asset ;
rdfs:label "has asset value"^^xsd:string ;
rdfs:range xsd:float ;
.
# baseURI: http://data.posccaesar.org/epcis/
# c14n-version: 3
@prefix : <http://data.posccaesar.org/epcis/> .
@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 ;
.
:ArrivingEvent
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type owl:Class ;
rdfs:label "Arriving event"^^xsd:string ;
rdfs:subClassOf :CBVevent ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS9695582> ;
.
:ArrivingEvent_1
rdf:type :ArrivingEvent ;
rdfs:label "Arriving event 1"^^xsd:string ;
.
:CBVevent
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type owl:Class ;
rdfs:label "CBV event"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf owl:Thing ;
.
:DepartingEvent
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type owl:Class ;
rdfs:label "Departing event"^^xsd:string ;
rdfs:subClassOf :CBVevent ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS9677672> ;
.
:DepartingEvent_1
rdf:type :DepartingEvent ;
rdfs:label "Departing event 1"^^xsd:string ;
.
:HoldingEvent
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type owl:Class ;
rdfs:label "Holding event"^^xsd:string ;
rdfs:subClassOf :CBVevent ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS9666467> ;
.
:HoldingEvent_1
rdf:type :HoldingEvent ;
rdfs:label "Holding event 1"^^xsd:string ;
.
:InspectingEvent
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type owl:Class ;
rdfs:label "Inspecting event"^^xsd:string ;
rdfs:subClassOf :CBVevent ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS9664082> ;
.
:InspectingEvent_1
rdf:type :InspectingEvent ;
rdfs:label "Inspecting event 1"^^xsd:string ;
.
:InspectingResultEvent
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdf:type owl:Class ;
rdfs:label "Inspecting result event"^^xsd:string ;
rdfs:subClassOf :CBVevent ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS332324> ;
.
:InspectingResultEvent_1
rdf:type :InspectingResultEvent ;
rdfs:label "Inspecting result event 1"^^xsd:string ;
.
:InternalMovingEvent
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type owl:Class ;
rdfs:label "Internal moving event"^^xsd:string ;
rdfs:subClassOf :CBVevent ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS9660707> ;
.
:InternalMovingEvent_1
rdf:type :InternalMovingEvent ;
rdfs:label "Internal moving event 1"^^xsd:string ;
.
:LoadingEvent
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type owl:Class ;
rdfs:label "Loading event"^^xsd:string ;
rdfs:subClassOf :CBVevent ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS9647792> ;
.
:LoadingEvent_1
rdf:type :LoadingEvent ;
rdfs:label "Loading event 1"^^xsd:string ;
.
:PackingEvent
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type owl:Class ;
rdfs:label "Packing event"^^xsd:string ;
rdfs:subClassOf :CBVevent ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS397677521> ;
.
:PackingEvent_1
rdf:type :PackingEvent ;
rdfs:label "Packing event 1"^^xsd:string ;
.
:UnloadingEvent
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type owl:Class ;
rdfs:label "Unloading event"^^xsd:string ;
rdfs:subClassOf :CBVevent ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS9651752> ;
.
:UnloadingEvent_1
rdf:type :UnloadingEvent ;
rdfs:label "Unloading event 1"^^xsd:string ;
.
# baseURI: http://data.posccaesar.org/npd/
@prefix : <http://data.posccaesar.org/npd/> .
@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 .
:BAA rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdfs:label "Business area agreement"^^xsd:string ;
rdfs:subClassOf :NPDelement .
:BAA_1
rdf:type :BAA ;
rdfs:label "Business Area Arrangement 1"^^xsd:string .
:Ekofisk
rdf:type :Field ;
rdfs:label "Ekofisk"^^xsd:string .
:EldfiskC
rdf:type :SubsurfaceFacility ;
rdfs:label "Eldfisk C"^^xsd:string .
:Facility
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ;
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> ;
rdfs:label "Field"^^xsd:string ;
rdfs:subClassOf :NPDelement .
:Goliat
rdf:type :Field ;
rdfs:label "Goliat"^^xsd:string .
:GoliatFPSO
rdf:type :Facility ;
rdfs:label "Goliat FPSO"^^xsd:string .
:JohanSverdrup
rdf:type :Field ;
rdfs:label "Johan sverdrup"^^xsd:string .
:License_1
rdf:type :ProductionLicense ;
rdfs:label "License 1"^^xsd:string .
:NPDelement
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ;
rdfs:label "Petroleum register element"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1750688011> .
: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 .
:ProductionLicense
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdfs:label "License"^^xsd:string ;
rdfs:subClassOf :NPDelement .
:StafjordA
rdf:type :SurfaceFacility ;
rdfs:label "Statfjord A"^^xsd:string .
:StatPipe
rdf:type :PipelineFacility .
:Statfjord
rdf:type :Field ;
rdfs:label "Statfjord"^^xsd:string .
:StatfjordB
rdf:type :SurfaceFacility ;
rdfs:label "Statfjord B"^^xsd:string .
:StatfjordSatelliteA
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 .
: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 .
: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 .
:WellBore_1
rdf:type :WellBore .
# baseURI: http://data.posccaesar.org/pob/
# c14n-version: 3
@prefix : <http://data.posccaesar.org/pob/> .
@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 ;
.
:NiloErdal
rdf:type :Person ;
rdfs:label "Nilo Erdal"^^xsd:string ;
.
:Person
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ;
rdf:type owl:Class ;
rdfs:label "Person"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/ResponsiblePerson> ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS943628961> ;
rdfs:subClassOf owl:Thing ;
.
:RolfHansen
rdf:type :Person ;
rdfs:label "Rolf Hansen"^^xsd:string ;
.
# 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 ;
.
# baseURI: http://data.posccaesar.org/brreg/
# imports: file:///C:/Users/Eier/Documents/Projects/TopBraid%20Workspace/TopBraid/SKOS/skos-core.ttl.tbc
# imports: http://topbraid.org/spin/skoscleaner
# imports: http://topbraid.org/spin/skosspin
# imports: http://www.w3.org/2004/02/skos/core
# imports: http://www.w3.org/2008/05/skos-xl
@prefix : <http://data.posccaesar.org/brreg/> .
@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:imports <http://www.w3.org/2004/02/skos/core> , <file:///C:/Users/Eier/Documents/Projects/TopBraid%20Workspace/TopBraid/SKOS/skos-core.ttl.tbc> , <http://www.w3.org/2008/05/skos-xl> , <http://topbraid.org/spin/skoscleaner> , <http://topbraid.org/spin/skosspin> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
:BakerHughes
rdf:type :Contractor ;
rdfs:label "Baker hughes"^^xsd:string .
:ConocoPhillips
rdf:type :OilCompany ;
rdfs:label "Conoco phillips"^^xsd:string .
:Contractor
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
rdfs:label "Contractor"^^xsd:string ;
rdfs:subClassOf :LegalEntity , <http://posccaesar.org/rdl/RDS8648162> .
:LegalEntity
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Source> , <http://posccaesar.org/rdl/RDS943618371> , owl:Thing .
:NPD rdf:type :Regulator ;
rdfs:label "NPD"^^xsd:string .
:OilCompany
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
rdfs:label "Oil Company"^^xsd:string ;
rdfs:subClassOf :LegalEntity , <http://posccaesar.org/rdl/RDS8648100> .
:Regulator
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
rdfs:label "Regulator"^^xsd:string ;
rdfs:subClassOf :LegalEntity , <http://posccaesar.org/rdl/RDS283544> .
# baseURI: http://data.posccaesar.org/ccu/
@prefix : <http://data.posccaesar.org/ccu/> .
@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 .
:CCU rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
rdfs:label "CCU"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS221644028150> .
:CCU123
rdf:type :CCU ;
rdfs:label "CCU 123"^^xsd:string .
# baseURI: http://data.posccaesar.org/diskos/
@prefix : <http://data.posccaesar.org/diskos/> .
@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 .
:Asset
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
rdfs:label "Asset"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8645837> .
:EkofiskField
rdf:type :Asset ;
rdfs:label "Ekofisk field"^^xsd:string .
# baseURI: http://data.posccaesar.org/epcis/
# c14n-version: 3
@prefix : <http://data.posccaesar.org/epcis/> .
@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 ;
.
:ArrivingEvent
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type owl:Class ;
rdfs:label "Arriving event"^^xsd:string ;
rdfs:subClassOf :CBVevent ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS9695582> ;
.
:ArrivingEvent_1
rdf:type :ArrivingEvent ;
rdfs:label "Arriving event 1"^^xsd:string ;
.
:CBVevent
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type owl:Class ;
rdfs:label "CBV event"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf owl:Thing ;
.
:DepartingEvent
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type owl:Class ;
rdfs:label "Departing event"^^xsd:string ;
rdfs:subClassOf :CBVevent ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS9677672> ;
.
:DepartingEvent_1
rdf:type :DepartingEvent ;
rdfs:label "Departing event 1"^^xsd:string ;
.
:HoldingEvent
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type owl:Class ;
rdfs:label "Holding event"^^xsd:string ;
rdfs:subClassOf :CBVevent ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS9666467> ;
.
:HoldingEvent_1
rdf:type :HoldingEvent ;
rdfs:label "Holding event 1"^^xsd:string ;
.
:InspectingEvent
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type owl:Class ;
rdfs:label "Inspecting event"^^xsd:string ;
rdfs:subClassOf :CBVevent ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS9664082> ;
.
:InspectingEvent_1
rdf:type :InspectingEvent ;
rdfs:label "Inspecting event 1"^^xsd:string ;
.
:InspectingResultEvent
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdf:type owl:Class ;
rdfs:label "Inspecting result event"^^xsd:string ;
rdfs:subClassOf :CBVevent ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS332324> ;
.
:InspectingResultEvent_1
rdf:type :InspectingResultEvent ;
rdfs:label "Inspecting result event 1"^^xsd:string ;
.
:InternalMovingEvent
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type owl:Class ;
rdfs:label "Internal moving event"^^xsd:string ;
rdfs:subClassOf :CBVevent ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS9660707> ;
.
:InternalMovingEvent_1
rdf:type :InternalMovingEvent ;
rdfs:label "Internal moving event 1"^^xsd:string ;
.
:LoadingEvent
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type owl:Class ;
rdfs:label "Loading event"^^xsd:string ;
rdfs:subClassOf :CBVevent ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS9647792> ;
.
:LoadingEvent_1
rdf:type :LoadingEvent ;
rdfs:label "Loading event 1"^^xsd:string ;
.
:PackingEvent
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type owl:Class ;
rdfs:label "Packing event"^^xsd:string ;
rdfs:subClassOf :CBVevent ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS397677521> ;
.
:PackingEvent_1
rdf:type :PackingEvent ;
rdfs:label "Packing event 1"^^xsd:string ;
.
:UnloadingEvent
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type owl:Class ;
rdfs:label "Unloading event"^^xsd:string ;
rdfs:subClassOf :CBVevent ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS9651752> ;
.
:UnloadingEvent_1
rdf:type :UnloadingEvent ;
rdfs:label "Unloading event 1"^^xsd:string ;
.
# baseURI: http://data.posccaesar.org/npd/
@prefix : <http://data.posccaesar.org/npd/> .
@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#> .
<http://data.posccaesar.org/ilap/ProjectExecutionPlan>
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom :NPDelement ;
owl:onProperty <http://data.posccaesar.org/ilap/hasPlanNPDelement>
] .
<http://data.posccaesar.org/ilap/hasPlanNPDelement>
rdfs:range :NPDelement .
: rdf:type owl:Ontology ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
:NPDelement
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ;
rdfs:label "Petroleum register element"^^xsd:string , "NPDelement"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750688011> , owl:Thing , <http://data.posccaesar.org/ilap/Location> .
# baseURI: http://data.posccaesar.org/pob/
# c14n-version: 3
@prefix : <http://data.posccaesar.org/pob/> .
@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 ;
.
:NiloErdal
rdf:type :Person ;
rdfs:label "Nilo Erdal"^^xsd:string ;
.
:Person
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ;
rdf:type owl:Class ;
rdfs:label "Person"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/ResponsiblePerson> ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS943628961> ;
rdfs:subClassOf owl:Thing ;
.
:RolfHansen
rdf:type :Person ;
rdfs:label "Rolf Hansen"^^xsd:string ;
.
# baseURI: http://data.posccaesar.org/ilap/riskfactor/
@prefix : <http://data.posccaesar.org/ilap/riskfactor/> .
@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 .
:HCsystemsWork
rdf:type :RiskType ;
rdfs:label "HC systems work"^^xsd:string .
:HeightWork
rdf:type :RiskType ;
rdfs:label "Height work"^^xsd:string .
:HotWork
rdf:type :RiskType ;
rdfs:label "Hot work"^^xsd:string .
:LiftingOperation
rdf:type :RiskType ;
rdfs:label "Lifting operation"^^xsd:string .
:RemovalOfBarriers
rdf:type :RiskType ;
rdfs:label "Removal of barriers"^^xsd:string .
:ReservoirDrillingOperation
rdf:type :RiskType ;
rdfs:label "Reservoir drilling operation"^^xsd:string .
:RiskType
rdf:type owl:Class ;
rdfs:label "Risk type"^^xsd:string ;
rdfs:subClassOf owl:Thing .
:ShallowGasOperation
rdf:type :RiskType ;
rdfs:label "Shallow gas operation"^^xsd:string .
:VesselOperation
rdf:type :RiskType ;
rdfs:label "Vessel operation"^^xsd:string .
:hasRiskType
rdf:type owl:ObjectProperty ;
rdfs:label "has risk type"^^xsd:string ;
rdfs:range :RiskType .
# baseURI: http://data.posccaesar.org/ilap/shutdown/
@prefix : <http://data.posccaesar.org/ilap/shutdown/> .
@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 .
:After_Shutdown
rdf:type :ShutdownOperation ;
rdfs:label "After Shutdown"^^xsd:string .
:Before_Shutdown
rdf:type :ShutdownOperation ;
rdfs:label "Before Shutdown"^^xsd:string .
:Campaign
rdf:type :ShutdownType ;
rdfs:label "Campaign"^^xsd:string .
:Change_Order_Living_Quarter
rdf:type :ShutdownContent ;
rdfs:label "Change Order Living Quarter"^^xsd:string .
:Change_over
rdf:type :ShutdownType ;
rdfs:label "Change over"^^xsd:string .
:Critical
rdf:type :ShutdownPriority ;
rdfs:label "Critical"^^xsd:string .
:Dependent_on_Shutdown
rdf:type :ShutdownOperation ;
rdfs:label "Dependent on Shutdown"^^xsd:string .
:Drilling_Shutdown
rdf:type :ShutdownContent ;
rdfs:label "Drilling shutdown"^^xsd:string .
:During_Normal_Operation
rdf:type :ShutdownOperation ;
rdfs:label "During Normal Operation"^^xsd:string .
:During_Shutdown
rdf:type :ShutdownOperation ;
rdfs:label "During Shutdown"^^xsd:string .
:Equipment_Shutdown
rdf:type :ShutdownContent ;
rdfs:label "Equipment Shutdown"^^xsd:string .
:Field_Shutdown
rdf:type :ShutdownContent ;
rdfs:label "Field Shutdown"^^xsd:string .
:Gas_Export_Shutdown
rdf:type :ShutdownContent ;
rdfs:label "Gas Export Shutdown"^^xsd:string .
:Gas_Injection_Shutdown
rdf:type :ShutdownContent ;
rdfs:label "Gas Injection Shutdown"^^xsd:string .
:High_Activity_Period
rdf:type :ShutdownPeriod ;
rdfs:label "High Activity Period"^^xsd:string .
:IndependentOfOperation
rdf:type :ShutdownOperation ;
rdfs:label "Independent of operation"^^xsd:string .
:Living_Quarter_Shutdown
rdf:type :ShutdownContent ;
rdfs:label "Living Quarter Shutdown"^^xsd:string .
:Non-Scheduled_Shutdown
rdf:type :ShutdownType ;
rdfs:label "Non-Scheduled Shutdown"^^xsd:string .
:Not_Critical
rdf:type :ShutdownPriority ;
rdfs:label "Not Critical"^^xsd:string .
:ProductionShutdown
rdf:type :ShutdownContent ;
rdfs:label "Production Shutdown"^^xsd:string .
:Revision_Shutdown
rdf:type :ShutdownType ;
rdfs:label "Revision Shutdown"^^xsd:string .
:Safety_Test_Shutdown
rdf:type :ShutdownContent ;
rdfs:label "Safety Test Shutdown"^^xsd:string .
:Scheduled_Shutdown
rdf:type :ShutdownType ;
rdfs:label "Scheduled Shutdown"^^xsd:string .
:ShutdownContent
rdf:type owl:Class ;
rdfs:label "Shutdown content"^^xsd:string ;
rdfs:subClassOf owl:Thing .
:ShutdownOperation
rdf:type owl:Class ;
rdfs:label "Shutdown operation"^^xsd:string ;
rdfs:subClassOf owl:Thing .
:ShutdownPeriod
rdf:type owl:Class ;
rdfs:label "Shutdown period"^^xsd:string ;
rdfs:subClassOf owl:Thing .
:ShutdownPriority
rdf:type owl:Class ;
rdfs:label "Shutdown priority"^^xsd:string ;
rdfs:subClassOf owl:Thing .
:ShutdownType
rdf:type owl:Class ;
rdfs:label "Shutdown type"^^xsd:string ;
rdfs:subClassOf owl:Thing .
:Shutdown_Period
rdf:type :ShutdownPeriod ;
rdfs:label "Shutdown Period"^^xsd:string .
:Shutdown_not_evaluated
rdf:type :ShutdownOperation ;
rdfs:label "Shutdown not evaluated"^^xsd:string .
:System_Shutdown
rdf:type :ShutdownContent ;
rdfs:label "System Shutdown"^^xsd:string .
:Train_Shutdown
rdf:type :ShutdownContent ;
rdfs:label "Train Shutdown"^^xsd:string .
:Water_Injection_Shutdown
rdf:type :ShutdownContent ;
rdfs:label "Water Injection Shutdown"^^xsd:string .
:Water_Production_Shutdown
rdf:type :ShutdownContent ;
rdfs:label "Water Production Shutdown"^^xsd:string .
:Well_Transfer
rdf:type :ShutdownContent ;
rdfs:label "Well Transfer "^^xsd:string .
:hasShutdownContent
rdf:type owl:ObjectProperty ;
rdfs:label "has shutdown content"^^xsd:string ;
rdfs:range :ShutdownContent .
:hasShutdownEnd
rdf:type owl:DatatypeProperty ;
rdfs:domain :ShutdownOperation ;
rdfs:label "has shutdwn end"^^xsd:string ;
rdfs:range xsd:dateTime .
:hasShutdownOperation
rdf:type owl:ObjectProperty ;
rdfs:label "has shutdown operation"^^xsd:string ;
rdfs:range :ShutdownOperation .
:hasShutdownPeriod
rdf:type owl:ObjectProperty ;
rdfs:label "has shutdown period"^^xsd:string ;
rdfs:range :ShutdownPeriod .
:hasShutdownPriority
rdf:type owl:ObjectProperty ;
rdfs:label "has shutdown priority"^^xsd:string ;
rdfs:range :ShutdownPriority .
:hasShutdownStart
rdf:type owl:DatatypeProperty ;
rdfs:domain :ShutdownOperation ;
rdfs:label "has shutdown start"^^xsd:string ;
rdfs:range xsd:dateTime .
:hasShutdownType
rdf:type owl:ObjectProperty ;
rdfs:label "has shutdown type"^^xsd:string ;
rdfs:range :ShutdownType .