Tore Christiansen

Moved individual from UC1 to Planning_Values

This diff is collapsed. Click to expand it.
......@@ -14,7 +14,19 @@
@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> .
:SummerSystemShutdown-2015
rdf:type ILAP:Shutdown ;
rdfs:label "Summer system shutdown-2015"^^xsd:string ;
ILAP:hasShutdownContent
ILAP:System_Shutdown ;
ILAP:hasShutdownPeriod
"SD-2015"^^xsd:string ;
ILAP:hasShutdownPriority
ILAP:NormalPriority ;
ILAP:hasShutdownType
ILAP:Scheduled_Shutdown .
ILAP:
rdf:type owl:Ontology ;
......@@ -110,8 +122,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 ;
......@@ -126,7 +138,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
......@@ -238,7 +250,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
......@@ -260,7 +272,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
......@@ -288,7 +300,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
......@@ -324,14 +336,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 ;
......@@ -433,12 +445,12 @@ ILAP:hasWorkTaskResponsible
<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> .
......
......@@ -20,18 +20,6 @@ UC1:ScheduledResource_1
rdf:type ILAP:ScheduledResource ;
rdfs:label "Scheduled resource 1"^^xsd:string .
UC1:Shutdown_1
rdf:type ILAP:Shutdown ;
rdfs:label "Shutdown 1"^^xsd:string ;
ILAP:hasShutdownContent
ILAP:Field_Shutdown ;
ILAP:hasShutdownPeriod
"SD-2015"^^xsd:string ;
ILAP:hasShutdownPriority
ILAP:HighPriority ;
ILAP:hasShutdownType
ILAP:Scheduled_Shutdown .
ILAP:PlannedActivity_1
ILAP:hasActivityPlan
UC1:ProjectPlan_1 .
......