Tore Christiansen

Update hasShutdown... relationships

......@@ -13,57 +13,49 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.posccaesar.org/Data/UC1/ActivityInSchedule_1>
ILAP:hasActivityInScheduleActivityInPlan
ILAP:ActivityInPlan_1 .
<http://data.posccaesar.org/Data/UC1/ActivityInSchedule_2>
ILAP:hasActivityInScheduleActivityInPlan
ILAP:ActivityInPlan_1 .
ILAP:
rdf:type owl:Ontology ;
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
] .
......@@ -71,24 +63,14 @@ ILAP:ActivityDependency
ILAP:ActivityInPlan_1
rdf:type ILAP:PlannedActivity ;
rdfs:label "Activity in plan 1"^^xsd:string ;
ILAP:hasActivityActiveStatus
<http://data.posccaesar.org/Data/UC1/ActivityStatus_1> ;
ILAP:hasActivityActualProgressPercent
"75"^^xsd:float ;
ILAP:hasActivityCalendar
<http://data.posccaesar.org/Data/UC1/Calendar_1> ;
ILAP:hasActivityContractor
BRREG:BakerHughes ;
ILAP:hasActivityDiscipline
<http://data.posccaesar.org/Data/UC1/Discipline_1> ;
ILAP:hasActivityEstimatedWeight
"10500"^^xsd:float ;
ILAP:hasActivityLocation
NCS:NPDelement_1 ;
ILAP:hasActivityPartActivity
<http://data.posccaesar.org/Data/UC1/ActivityInPlan_2> ;
ILAP:hasActivityPhase
<http://data.posccaesar.org/Data/UC1/Phase_1> ;
ILAP:hasActivityPhysicalPercentComplete
"70"^^xsd:float ;
ILAP:hasActivityPlan
......@@ -99,20 +81,12 @@ ILAP:ActivityInPlan_1
<http://data.posccaesar.org/Data/UC1/PlannedResource_1> ;
ILAP:hasActivityRegulator
BRREG:NPD ;
ILAP:hasActivityResourceProfile
<http://data.posccaesar.org/Data/UC1/Profile_1> ;
ILAP:hasActivityResponsiblePerson
POB:RolfHansen ;
ILAP:hasActivityResult
<http://data.posccaesar.org/Data/UC1/Result_1> ;
ILAP:hasActivityRiskFactor
<http://data.posccaesar.org/Data/UC1/RiskFactor_1> ;
ILAP:hasActivityShutdown
<http://data.posccaesar.org/Data/UC1/Shutdown_1> ;
ILAP:hasActivityStatus
ILAP:Active ;
ILAP:hasActivitySuccessor
<http://data.posccaesar.org/Data/UC1/ActivityDependency_1> ;
ILAP:hasActivitySupplier
BRREG:BakerHughes ;
ILAP:hasActivityTaskLeader
......@@ -136,7 +110,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 +125,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 .
......@@ -166,15 +140,15 @@ ILAP:After_Shutdown
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 .
......@@ -192,9 +166,9 @@ ILAP:CAPEX
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 ;
......@@ -202,14 +176,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 ;
......@@ -221,28 +195,28 @@ 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
......@@ -261,12 +235,12 @@ ILAP:Change_over
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 ;
......@@ -276,26 +250,22 @@ 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 ;
......@@ -324,9 +294,9 @@ ILAP:Dependent_on_Shutdown
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 ;
......@@ -345,15 +315,13 @@ ILAP:Equipment_Shutdown
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 ;
......@@ -362,8 +330,10 @@ 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
......@@ -376,14 +346,14 @@ ILAP:Field_Shutdown
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 ;
......@@ -434,7 +404,7 @@ ILAP:IndependentOfOperation
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 ;
......@@ -446,7 +416,7 @@ ILAP:LiftingOperation
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 .
......@@ -455,9 +425,9 @@ ILAP:Living_Quarter_Shutdown
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 ;
......@@ -468,7 +438,7 @@ 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:MiniShutdown
......@@ -478,7 +448,7 @@ ILAP:MiniShutdown
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 ;
......@@ -492,10 +462,6 @@ 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 .
......@@ -521,49 +487,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 ;
......@@ -571,23 +537,15 @@ ILAP:PlannedActivity
rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivitySuccessor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivityPredecessor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResponsiblePerson ;
owl:onProperty ILAP:hasActivityResponsiblePerson
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasActivityPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Location ;
owl:onProperty ILAP:hasActivityLocation
owl:allValuesFrom ILAP:ResourceProfile ;
owl:onProperty ILAP:hasActivityResourceProfile
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -596,20 +554,13 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasActivityPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasActivityDiscipline ;
owl:someValuesFrom ILAP:Discipline
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResourceProfile ;
owl:onProperty ILAP:hasActivityResourceProfile
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivityPredecessor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -622,6 +573,21 @@ ILAP:PlannedActivity
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Facility ;
owl:onProperty ILAP:hasPlatform
] ;
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
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResponsiblePerson ;
owl:onProperty ILAP:hasActivityResponsiblePerson
] .
ILAP:PlannedMilestone
......@@ -649,18 +615,13 @@ ILAP:Programme
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 ;
......@@ -671,8 +632,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
......@@ -681,72 +647,72 @@ ILAP:ProjectExecutionPlan
rdfs:subClassOf ILAP:Network ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
owl:onProperty ILAP:hasPlanAsset
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Project ;
owl:onProperty ILAP:hasPlanProject
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasPlanRollUpPlan
owl:onProperty ILAP:hasPlanSubplan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasPlanResponsible
owl:onProperty ILAP:hasPlanGeoArea ;
owl:someValuesFrom ILAP:PlanGeoArea
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanLevel ;
owl:someValuesFrom ILAP:PlanLevel
owl:onProperty ILAP:hasPlanContentType ;
owl:someValuesFrom ILAP:PlanContentType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanContractType ;
owl:onProperty ILAP:hasPlanContractType
owl:allValuesFrom ILAP:PlanObjectiveType ;
owl:onProperty ILAP:hasPlanObjectiveType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanLifecycleStage ;
owl:onProperty ILAP:hasPlanLifecycleStage
owl:onProperty ILAP:hasPlanProjectType ;
owl:someValuesFrom ILAP:PlanProjectType
] ;
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
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanProjectType ;
owl:someValuesFrom ILAP:PlanProjectType
owl:allValuesFrom ILAP:PlanContractType ;
owl:onProperty ILAP:hasPlanContractType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasPlanSubplan
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasPlanResponsible
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanObjectiveType ;
owl:onProperty ILAP:hasPlanObjectiveType
owl:onProperty ILAP:hasPlanLevel ;
owl:someValuesFrom ILAP:PlanLevel
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Project ;
owl:onProperty ILAP:hasPlanProject
owl:allValuesFrom ILAP:PlanLifecycleStage ;
owl:onProperty ILAP:hasPlanLifecycleStage
] ;
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:onProperty ILAP:hasPlanContentType ;
owl:someValuesFrom ILAP:PlanContentType
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlanLevel ;
owl:onProperty ILAP:hasPlanLevel
] .
ILAP:ProjectType
......@@ -755,9 +721,9 @@ 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 ;
......@@ -768,9 +734,9 @@ ILAP:ReservoirDrillingOperation
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 ;
......@@ -778,14 +744,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 ;
......@@ -793,17 +759,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 .
......@@ -831,9 +797,9 @@ ILAP:Safety_Test_Shutdown
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
......@@ -843,22 +809,22 @@ 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
......@@ -889,30 +855,11 @@ ILAP:ShutdownPeriod
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/hasShutdownPeriod>
<http://data.posccaesar.org/ilap/shutdown/Shutdown_Period> ;
<http://data.posccaesar.org/ilap/shutdown/hasShutdownPriority>
<http://data.posccaesar.org/ilap/shutdown/Critical> ;
<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 .
......@@ -922,9 +869,9 @@ ILAP:Shutdown_not_evaluated
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 ;
......@@ -937,26 +884,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 .
......@@ -975,7 +922,7 @@ ILAP:UnitBased
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
......@@ -989,7 +936,7 @@ 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 ;
......@@ -1004,9 +951,9 @@ ILAP:Water_Production_Shutdown
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 ;
......@@ -1018,18 +965,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
......@@ -1125,7 +1072,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 .
......@@ -1173,7 +1120,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 .
......@@ -1208,7 +1155,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 ;
......@@ -1269,7 +1216,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 .
......@@ -1552,7 +1499,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 .
......@@ -1714,8 +1661,22 @@ ILAP:hasScheduledStart
rdfs:range xsd:date ;
rdfs:subPropertyOf ILAP:hasScheduleDate .
ILAP:hasShutdownContent
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Shutdown ;
rdfs:label "has shutdown content"^^xsd:string ;
rdfs:range ILAP:ShutdownContent .
ILAP:hasShutdownPeriod
rdfs:domain ILAP:Shutdown .
ILAP:hasShutdownType
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Shutdown ;
rdfs:label "has shutdown type"^^xsd:string .
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 ;
......@@ -1743,7 +1704,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 ;
......@@ -1809,9 +1770,6 @@ ILAP:hasWorkTaskVendor
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 .
......@@ -1821,8 +1779,5 @@ ILAP:hasWorkTaskVendor
<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/hasShutdownType>
rdfs:range ILAP:ShutdownType .
......
......@@ -14,11 +14,11 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
: rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: .
owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> .
:ResponsibleOrganization_1
rdf:type ILAP:ResponsibleOrganization ;
rdfs:label "Responsible organization 1"^^xsd:string .
:RiskFactor_1
rdf:type ILAP:RiskFactor ;
rdfs:label "Risk factor 1"^^xsd:string .
ILAP:
rdf:type owl:Ontology ;
......@@ -114,8 +114,8 @@ ILAP:DG7
rdfs:label "DG7"^^xsd:string .
ILAP:Development
rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string .
rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string .
ILAP:DisasterRecovery
rdf:type ILAP:PlanObjectiveType ;
......@@ -130,7 +130,7 @@ ILAP:DrillingAndWell
rdfs:label "Drilling and well"^^xsd:string .
ILAP:Exploration
rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
rdfs:label "Exploration"^^xsd:string .
ILAP:Facility
......@@ -242,7 +242,7 @@ ILAP:OPEX
rdfs:label "OPEX"^^xsd:string .
ILAP:Operation
rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
rdfs:label "Operation"^^xsd:string .
ILAP:OperationAndMaintenance
......@@ -264,7 +264,7 @@ ILAP:PlannedActivity_1
ILAP:ActivityWBS_1 .
ILAP:Planning
rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
rdfs:label "Planning"^^xsd:string .
ILAP:Primavera
......@@ -292,7 +292,7 @@ ILAP:Released
rdfs:label "Released"^^xsd:string .
ILAP:Removal
rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
rdfs:label "Removal"^^xsd:string .
ILAP:Renewal
......@@ -328,14 +328,14 @@ ILAP:Scheduled
rdfs:label "Scheduled"^^xsd:string .
ILAP:ShutdownAndDecommisioning
rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
rdfs:label "Shutdown and decommisioning"^^xsd:string .
ILAP:StandardFreeWeekendPeriod
rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
rdfs:label "Standard free weekend period"^^xsd:string ;
ILAP:hasCalendarPeriodFreeDay
ILAP:Sunday , ILAP:Saturday .
ILAP:Saturday , ILAP:Sunday .
ILAP:StandardWorkWeekdayPeriod
rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
......@@ -422,6 +422,21 @@ ILAP:hasPlanAsset
ILAP:hasPlanResponsible
rdfs:range ILAP:ResponsibleOrganization .
ILAP:hasRiskType
rdfs:domain ILAP:RiskFactor .
ILAP:hasShutdownContent
rdfs:domain ILAP:Shutdown .
ILAP:hasShutdownOperation
rdfs:domain ILAP:Shutdown .
ILAP:hasShutdownPriority
rdfs:domain ILAP:Shutdown .
ILAP:hasShutdownType
rdfs:domain ILAP:Shutdown .
ILAP:hasWBSResource
rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> .
......@@ -434,33 +449,15 @@ ILAP:hasWBSphase
ILAP:hasWorkTaskResponsible
rdfs:range ILAP:ResponsiblePerson .
riskfactor:hasRiskType
rdfs:domain ILAP:RiskFactor .
shutdown:hasShutdownContent
rdfs:domain ILAP:Shutdown .
shutdown:hasShutdownOperation
rdfs:domain ILAP:Shutdown .
shutdown:hasShutdownPeriod
rdfs:domain ILAP:Shutdown .
shutdown:hasShutdownPriority
rdfs:domain ILAP:Shutdown .
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 .
rdfs:subClassOf owl:Thing , ILAP:Facility .
<http://data.posccaesar.org/rdl/RDS282149>
rdf:type owl:Class ;
rdfs:label "RDS282149"^^xsd:string ;
rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing .
rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization .
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
......
......@@ -6,319 +6,38 @@
@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 shutdown: <http://data.posccaesar.org/ilap/shutdown/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
UC1: rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
UC1:ActivityDependency_1
rdf:type ILAP:ActivityDependency ;
rdfs:label "Activity dependency 1"^^xsd:string .
UC1:ActivityInPlan_2
rdf:type ILAP:PlannedActivity ;
rdfs:label "Activity in plan 2"^^xsd:string ;
ILAP:hasActivityPlan
UC1:ProjectPlan_1 .
UC1:ActivityInSchedule_1
rdf:type ILAP:ScheduledActivity ;
rdfs:label "Activity in schedule 1"^^xsd:string ;
ILAP:hasActivityActualWeight
"100750"^^xsd:float ;
ILAP:hasActivitySchedule
UC1:LiveSchedule_1 ;
ILAP:hasActivityScheduledResource
UC1:ScheduledResource_1 .
UC1:ActivityInSchedule_2
rdf:type ILAP:ScheduledActivity ;
rdfs:label "Activity in schedule 2"^^xsd:string ;
ILAP:hasActivitySchedule
UC1:ActualSchedule_1 .
UC1:ActivityInSchedule_3
rdf:type ILAP:ScheduledActivity ;
rdfs:label "Activity in schedule 3"^^xsd:string ;
ILAP:hasActivityInScheduleActivityInPlan
UC1:ActivityInPlan_2 ;
ILAP:hasActivitySchedule
UC1:LiveSchedule_1 .
UC1:ActivityInSchedule_4
rdf:type ILAP:ScheduledActivity ;
rdfs:label "Activity in schedule 4"^^xsd:string ;
ILAP:hasActivityInScheduleActivityInPlan
UC1:ActivityInPlan_2 ;
ILAP:hasActivitySchedule
UC1:ActualSchedule_1 .
UC1:ActivityStatus_1
rdf:type ILAP:ActivityStatus ;
rdfs:label "Activity status 1"^^xsd:string .
UC1:ActualSchedule_1
rdf:type ILAP:TargetSchedule ;
rdfs:label "Actual schedule 1"^^xsd:string ;
ILAP:hasPlanUserField
<http://data.posccaesar.org/NCS_PLANNING/UserField_3> ;
ILAP:hasScheduleBaseline
UC1:Baseline_1 ;
ILAP:hasSchedulePlan
UC1:ProjectPlan_1 .
UC1:Baseline_1
rdf:type ILAP:Baseline ;
rdfs:label "Baseline 1"^^xsd:string ;
ILAP:hasBaselineCreatedDate
"2014-03-25"^^xsd:date .
UC1:Baseline_2
rdf:type ILAP:Baseline ;
rdfs:label "Baseline 2"^^xsd:string ;
ILAP:hasBaselineCreatedDate
"2014-03-25"^^xsd:date .
UC1:Baseline_3
rdf:type ILAP:Baseline ;
rdfs:label "Baseline 3"^^xsd:string ;
ILAP:hasBaselineCreatedDate
"2014-03-25"^^xsd:date .
UC1:Baseline_4
rdf:type ILAP:Baseline ;
rdfs:label "Baseline 4"^^xsd:string ;
ILAP:hasBaselineCreatedDate
"2014-03-25"^^xsd:date .
UC1:Calendar_1
rdf:type ILAP:Calendar ;
rdfs:label "Calendar 1"^^xsd:string .
UC1:CurrentSchedule_1
rdf:type ILAP:CurrentSchedule ;
rdfs:label "Current schedule 1"^^xsd:string ;
ILAP:hasScheduleBaseline
UC1:Baseline_2 ;
ILAP:hasSchedulePlan
UC1:ProjectPlan_1 .
UC1:DecisionGate_1
rdf:type ILAP:DecisionGate ;
rdfs:label "Decision gate 1"^^xsd:string .
UC1:Discipline_1
rdf:type ILAP:Discipline ;
rdfs:label "Discipline 1"^^xsd:string .
UC1:ExternalReference_1
rdf:type ILAP:ExternalReference ;
rdfs:label "External reference 1"^^xsd:string ;
ILAP:hasObjectReferenceID
"UC2-Ex2-P6-102"^^xsd:string ;
ILAP:hasReferenceApplication
ILAP:SAP .
UC1:LiveSchedule_1
rdf:type ILAP:LiveSchedule ;
rdfs:label "Live schedule 1"^^xsd:string ;
ILAP:hasScheduleBaseline
UC1:Baseline_3 .
UC1:Milestone_1
rdf:type ILAP:Milestone ;
rdfs:label "Milestone 1"^^xsd:string .
UC1:Milestone_2
rdf:type ILAP:Milestone ;
rdfs:label "Milestone 2"^^xsd:string .
UC1:Phase_1
rdf:type ILAP:Phase ;
rdfs:label "Phase 1"^^xsd:string .
UC1:PlannedActivity_1
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 1"^^xsd:string ;
ILAP:hasActivityActualProgressPercent
"50"^^xsd:float ;
ILAP:hasActivityCalendar
<http://data.posccaesar.org/Data/UC2/Regular8To16WorkingDayCalendar_1> ;
ILAP:hasActivityContractor
<http://data.posccaesar.org/brreg/Subsea7> ;
ILAP:hasActivityDiscipline
<http://data.posccaesar.org/Data/UC2/Discipline_1> ;
ILAP:hasActivityEstimatedWeight
"15000"^^xsd:float ;
ILAP:hasActivityLocation
<http://data.posccaesar.org/npd/StafjordA> , <http://data.posccaesar.org/Data/UC2/Location_1> ;
ILAP:hasActivityPartActivity
<http://data.posccaesar.org/Data/UC2/PlannedActivity_2> ;
ILAP:hasActivityPhase
<http://data.posccaesar.org/NCS_PLANNING/Operation> ;
ILAP:hasActivityPhysicalPercentComplete
"45"^^xsd:float ;
ILAP:hasActivityPlannedProgressPercent
55 ;
ILAP:hasActivityRegulator
<http://data.posccaesar.org/brreg/NPD> ;
ILAP:hasActivityResponsibleOrganization
<http://data.posccaesar.org/Data/UC2/ResponsibleOrganization_1> ;
ILAP:hasActivityResponsiblePerson
<http://data.posccaesar.org/Data/UC2/ResponsiblePerson_1> ;
ILAP:hasActivityStatus
<http://data.posccaesar.org/NCS_PLANNING/Active> ;
ILAP:hasActivitySupplier
<http://data.posccaesar.org/brreg/Schlumberger> ;
ILAP:hasActivityTaskLeader
<http://data.posccaesar.org/Data/UC2/ResponsiblePerson_1> ;
ILAP:hasActivityVendor
<http://data.posccaesar.org/brreg/BakerHughes> ;
ILAP:hasActivityWBSelement
<http://data.posccaesar.org/Data/UC2/ActivityWBS_1> ;
ILAP:hasActivityWorkVolume
"550"^^xsd:float .
UC1:PlannedResource_1
rdf:type ILAP:PlannedResource ;
rdfs:label "Planned resource 1"^^xsd:string ;
ILAP:hasResourceProfile
UC1:Profile_1 .
UC1:ProfilePoint_1
rdf:type ILAP:ResourceProfilePoint ;
rdfs:label "Profile point 1"^^xsd:string ;
ILAP:hasProfilePointXValue
"0.1"^^xsd:float ;
ILAP:hasProfilePointYValue
"0.2"^^xsd:float .
UC1:ProfilePoint_2
rdf:type ILAP:ResourceProfilePoint ;
rdfs:label "Profile point 2"^^xsd:string ;
ILAP:hasProfilePointXValue
"1.0"^^xsd:float ;
ILAP:hasProfilePointYValue
"0.9"^^xsd:float .
UC1:Profile_1
rdf:type ILAP:ResourceProfile ;
rdfs:label "Profile 1"^^xsd:string ;
ILAP:hasProfilePoint
ILAP:ProfilePoint_1 , ILAP:ProfilePoint_2 .
UC1:ProjectPlan_1
rdf:type ILAP:ProjectPlan ;
rdfs:label "Project plan 1"^^xsd:string ;
ILAP:hasExternalReference
<http://data.posccaesar.org/Data/UC2/R-1234567890> ;
ILAP:hasObjectReferenceID
"RDS489590"^^xsd:string ;
ILAP:hasPlanAssetOwner
<http://data.posccaesar.org/brreg/EniNorge> ;
ILAP:hasPlanContractType
ILAP:ScheduleDriven ;
ILAP:hasPlanContractor
<http://data.posccaesar.org/brreg/Subsea7> ;
ILAP:hasPlanExpenseType
ILAP:CAPEX ;
ILAP:hasPlanGeoArea ILAP:Facility ;
ILAP:hasPlanLevel ILAP:L4_ContractControlNetworkSchedule ;
ILAP:hasPlanLicenseOperator
<http://data.posccaesar.org/brreg/EniNorge> ;
ILAP:hasPlanLicensePartner
<http://data.posccaesar.org/brreg/EniNorge> ;
ILAP:hasPlanLifecycleStage
ILAP:Development ;
ILAP:hasPlanNPDelement
<http://data.posccaesar.org/Data/UC2/Location_1> , <http://data.posccaesar.org/npd/Goliat> ;
ILAP:hasPlanObjectiveType
ILAP:BusinessAsUsual ;
ILAP:hasPlanProject <http://data.posccaesar.org/Data/UC2/Project_1> ;
ILAP:hasPlanProjectType
ILAP:GreenFieldProject ;
ILAP:hasPlanRegulator
<http://data.posccaesar.org/brreg/NPD> ;
ILAP:hasPlanResponsible
<http://data.posccaesar.org/brreg/EniNorge> ;
ILAP:hasPlanRollUpPlan
<http://data.posccaesar.org/Data/UC2/ProjectPlan_2> ;
ILAP:hasPlanSubplan <http://data.posccaesar.org/Data/UC2/ProjectPlan_2> ;
ILAP:hasPlanSupplier
<http://data.posccaesar.org/brreg/BakerHughes> , <http://data.posccaesar.org/brreg/Schlumberger> ;
ILAP:hasPlanUserField
<http://data.posccaesar.org/NCS_PLANNING/UserField_2> , <http://data.posccaesar.org/NCS_PLANNING/UserField_3> , <http://data.posccaesar.org/NCS_PLANNING/UserField_1> .
UC1:Project_1
rdf:type ILAP:Project ;
rdfs:label "Project 1"^^xsd:string .
UC1:Result_1
rdf:type ILAP:Result ;
rdfs:label "Result 1"^^xsd:string .
UC1:RiskFactor_1
rdf:type ILAP:RiskFactor ;
rdfs:label "Risk factor 1"^^xsd:string .
rdfs:label "Planned resource 1"^^xsd:string .
UC1:ScheduledResource_1
rdf:type ILAP:ScheduledResource ;
rdfs:label "Scheduled resource 1"^^xsd:string ;
ILAP:hasResourceProfile
UC1:Profile_1 .
UC1:TargetSchedule_1
rdf:type ILAP:TargetSchedule ;
rdfs:label "Target schedule 1"^^xsd:string ;
ILAP:hasScheduleBaseline
UC1:Baseline_4 ;
ILAP:hasSchedulePlan
UC1:ProjectPlan_1 .
rdfs:label "Scheduled resource 1"^^xsd:string .
UC1:Shutdown_2
rdf:type ILAP:Shutdown ;
rdfs:label "Shutdown 2"^^xsd:string ;
ILAP:hasShutdownContent
ILAP:Equipment_Shutdown ;
ILAP:hasShutdownPeriod
"SD-2015"^^xsd:string ;
ILAP:hasShutdownType
ILAP:Scheduled_Shutdown .
UC1:UserField_1
rdf:type ILAP:UserField ;
rdfs:label "User field 1"^^xsd:string .
UC1:UserField_2
rdf:type ILAP:UserField ;
rdfs:label "User field 2"^^xsd:string .
UC1:UserField_3
rdf:type ILAP:UserField ;
rdfs:label "User field 3"^^xsd:string .
<http://data.posccaesar.org/Data/UC2/NetworkSchedule_1>
ILAP:hasSchedulePlan
UC1:ProjectPlan_1 .
<http://data.posccaesar.org/Data/UC2/PlannedActivity_1>
ILAP:PlannedActivity_1
ILAP:hasActivityPlan
UC1:ProjectPlan_1 .
<http://data.posccaesar.org/NCS_PLANNING/UserField_1>
ILAP:hasUserFieldName
"Area"^^xsd:string ;
ILAP:hasUserFieldSource
<http://data.posccaesar.org/brreg/Sevan> ;
ILAP:hasUserFieldValue
"Processing System"^^xsd:string .
ILAP:hasShutdownPeriod
rdf:type owl:DatatypeProperty ;
rdfs:label "has shutdown period"^^xsd:string ;
rdfs:range xsd:string .
<http://data.posccaesar.org/NCS_PLANNING/UserField_2>
ILAP:hasUserFieldSource
<http://data.posccaesar.org/brreg/Sevan> ;
ILAP:hasUserFieldValue
"SAP-WO-101-3"^^xsd:string .
<http://data.posccaesar.org/NCS_PLANNING/UserField_3>
ILAP:hasUserFieldName
"Risk Factor"^^xsd:string ;
ILAP:hasUserFieldSource
<http://data.posccaesar.org/brreg/Sevan> ;
ILAP:hasUserFieldValue
"Explosive Environment"^^xsd:string .
ILAP:PlannedActivity_1
ILAP:hasActivityPlan
UC1:ProjectPlan_1 .
ILAP:hasShutdownType
rdfs:range ILAP:ShutdownType .
......
# baseURI: http://data.posccaesar.org/Data/UC2/
# imports: http://data.posccaesar.org/NCS_PLANNING/
@prefix : <http://data.posccaesar.org/Data/UC2/> .
@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 NPD: <http://data.posccaesar.org/npd/> .
@prefix PBS: <http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#> .
@prefix UC2: <http://data.posccaesar.org/Data/UC2/> .
@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#> .
UC2: rdf:type owl:Ontology ;
owl:imports NCS: .
UC2:ActivityWBS_1
rdf:type <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6> , PBS:AC , ILAP:ActivityWBS , COR:ADA ;
rdfs:label "Activity WBS 1"^^xsd:string .
UC2:Baseline_1
rdf:type ILAP:Baseline ;
rdfs:label "Baseline 1"^^xsd:string .
UC2:ContractorsContractControlSchedule_1
rdf:type ILAP:ContractorsContractControlSchedule ;
rdfs:label "Contractors contract control schedule 1"^^xsd:string .
UC2:CurrentControlEstimate_1
rdf:type ILAP:CurrentControlEstimate ;
rdfs:label "Current control estimate 1"^^xsd:string .
UC2:Discipline_1
rdf:type ILAP:Discipline , COR:BEA ;
rdfs:label "Discipline 1"^^xsd:string .
UC2:Discipline_2
rdf:type ILAP:Discipline ;
rdfs:label "Discipline 2"^^xsd:string .
UC2:Location_1
rdf:type ILAP:Location , NPD:StatfjordA ;
rdfs:label "Location 1"^^xsd:string .
UC2:Milestone_1
rdf:type ILAP:Milestone ;
rdfs:label "Milestone 1"^^xsd:string .
UC2:NetworkSchedule_1
rdf:type ILAP:Schedule ;
rdfs:label "Network schedule 1"^^xsd:string .
UC2:PlannedActivity_2
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 2"^^xsd:string .
UC2:ProfilePoint_1
rdf:type ILAP:ResourceProfilePoint ;
rdfs:label "Profile point 1"^^xsd:string ;
ILAP:hasProfilePointXValue
"0"^^xsd:float ;
ILAP:hasProfilePointYValue
"0"^^xsd:float .
UC2:ProfilePoint_2
rdf:type ILAP:ResourceProfilePoint ;
rdfs:label "Profile point 2"^^xsd:string ;
ILAP:hasProfilePointXValue
"1"^^xsd:float ;
ILAP:hasProfilePointYValue
"1"^^xsd:float .
UC2:Profile_1
rdf:type ILAP:ResourceProfile ;
rdfs:label "Profile 1"^^xsd:string ;
ILAP:hasProfilePoint
UC2:ProfilePoint_2 , UC2:ProfilePoint_1 .
UC2:ProjectPlan_2
rdf:type ILAP:ProjectPlan ;
rdfs:label "Project plan 2"^^xsd:string .
UC2:Project_1
rdf:type ILAP:Project ;
rdfs:label "Project 1"^^xsd:string .
UC2:R-1234567890
rdf:type ILAP:ExternalReference ;
rdfs:label "R-1234567890"^^xsd:string .
UC2:Regular8To16WorkingDayCalendar_1
rdf:type ILAP:Regular8To16WorkingDayCalendar ;
rdfs:label "Regular8To16Working day calendar 1"^^xsd:string .
UC2:ResourceStructure_1
rdf:type ILAP:Resource ;
rdfs:label "Resource structure 1"^^xsd:string .
UC2:ResponsibleOrganization_1
rdf:type ILAP:ResponsibleOrganization ;
rdfs:label "Responsible organization 1"^^xsd:string .
UC2:ResponsiblePerson_1
rdf:type ILAP:ResponsiblePerson ;
rdfs:label "Responsible person 1"^^xsd:string .
UC2:Result_1
rdf:type ILAP:Result ;
rdfs:label "Result 1"^^xsd:string .
<http://data.posccaesar.org/brreg/LegalEntity>
rdfs:subClassOf ILAP:ResponsibleOrganization .
ILAP:ContractorWBS_1
rdf:type ILAP:ContractorWBS ;
rdfs:label "Contractor WBS 1"^^xsd:string ;
ILAP:hasContractorWBSelement
"Pump engineer"^^xsd:string , "Installing pump"^^xsd:string , "Installation activity"^^xsd:string .
ILAP:Discipline_1
rdf:type COR:CDA .
ILAP:PlannedActivity
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResponsibleOrganization ;
owl:onProperty ILAP:hasActivityResponsibleOrganization
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Calendar ;
owl:onProperty ILAP:hasActivityCalendar
] .
ILAP:PlannedActivity_1
rdf:type <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#412> , PBS:ACAE , COR:ADA ;
ILAP:hasActivityContractor
<http://data.posccaesar.org/brreg/Subsea7> ;
ILAP:hasActivityDiscipline
UC2:Discipline_2 .
ILAP:TargetSchedule_1
rdf:type ILAP:TargetSchedule ;
rdfs:label "Target schedule 1"^^xsd:string ;
ILAP:hasBaselineCreatedDate
"2014-03-01"^^xsd:date .
ILAP:UC2_ActivityInSchedule_1-hasActivityInScheduleActivityInPlan-UC2_ActivityInPlan_1
rdf:type rdf:Statement ;
rdf:predicate ILAP:hasActivityInScheduleActivityInPlan ;
rdfs:label "UC2 Activity in schedule 1-has activity in schedule activity in plan-UC2 Activity in plan 1"^^xsd:string .
ILAP:hasActivityWBSelement
rdfs:range ILAP:ActivityWBS .
ILAP:hasObjectReferenceID
rdfs:domain owl:Thing .
# baseURI: http://data.posccaesar.org/Data/UC3/
# imports: http://data.posccaesar.org/NCS_PLANNING/
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix UC3: <http://data.posccaesar.org/Data/UC3/> .
@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#> .
UC3: rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
UC3:Asset_1
rdf:type <http://ILAP_1.5/diskos#Asset> ;
rdfs:label "Asset 1"^^xsd:string .
UC3:ContractorWBS_1
rdf:type ILAP:ContractorWBS ;
rdfs:label "Contractor WBS 1"^^xsd:string .
UC3:ContractorWBS_2
rdf:type ILAP:ContractorWBS ;
rdfs:label "Contractor WBS 2"^^xsd:string .
UC3:TargetSchedule_1
rdf:type ILAP:TargetSchedule ;
rdfs:label "Target schedule 1"^^xsd:string .
<http://data.posccaesar.org/brreg/LegalEntity>
rdfs:subClassOf ILAP:ResponsibleOrganization .
# baseURI: http://data.posccaesar.org/Data/UC4/
# imports: http://data.posccaesar.org/NCS_PLANNING/
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix UC4: <http://data.posccaesar.org/Data/UC4/> .
@prefix lci: <http://data.posccaesar.org/15926/tech/ontology/> .
@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#> .
UC4: rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
UC4:BaselineSetting_1
rdf:type ILAP:BaselineSetting ;
rdfs:label "Baseline setting 1"^^xsd:string .
UC4:Planning_1
rdf:type ILAP:Planning ;
rdfs:label "Planning 1"^^xsd:string ;
lci:hasPart UC4:BaselineSetting_1 .