Tore Christiansen

Moved individual from UC1 to Planning_Values

This diff is collapsed. Click to expand it.
...@@ -14,7 +14,19 @@ ...@@ -14,7 +14,19 @@
14 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 14 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
15 15
16 : rdf:type owl:Ontology ; 16 : rdf:type owl:Ontology ;
17 - owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: . 17 + owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> .
18 +
19 +:SummerSystemShutdown-2015
20 + rdf:type ILAP:Shutdown ;
21 + rdfs:label "Summer system shutdown-2015"^^xsd:string ;
22 + ILAP:hasShutdownContent
23 + ILAP:System_Shutdown ;
24 + ILAP:hasShutdownPeriod
25 + "SD-2015"^^xsd:string ;
26 + ILAP:hasShutdownPriority
27 + ILAP:NormalPriority ;
28 + ILAP:hasShutdownType
29 + ILAP:Scheduled_Shutdown .
18 30
19 ILAP: 31 ILAP:
20 rdf:type owl:Ontology ; 32 rdf:type owl:Ontology ;
...@@ -110,8 +122,8 @@ ILAP:DG7 ...@@ -110,8 +122,8 @@ ILAP:DG7
110 rdfs:label "DG7"^^xsd:string . 122 rdfs:label "DG7"^^xsd:string .
111 123
112 ILAP:Development 124 ILAP:Development
113 - rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ; 125 + rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
114 - rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . 126 + rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string .
115 127
116 ILAP:DisasterRecovery 128 ILAP:DisasterRecovery
117 rdf:type ILAP:PlanObjectiveType ; 129 rdf:type ILAP:PlanObjectiveType ;
...@@ -126,7 +138,7 @@ ILAP:DrillingAndWell ...@@ -126,7 +138,7 @@ ILAP:DrillingAndWell
126 rdfs:label "Drilling and well"^^xsd:string . 138 rdfs:label "Drilling and well"^^xsd:string .
127 139
128 ILAP:Exploration 140 ILAP:Exploration
129 - rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ; 141 + rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
130 rdfs:label "Exploration"^^xsd:string . 142 rdfs:label "Exploration"^^xsd:string .
131 143
132 ILAP:Facility 144 ILAP:Facility
...@@ -238,7 +250,7 @@ ILAP:OPEX ...@@ -238,7 +250,7 @@ ILAP:OPEX
238 rdfs:label "OPEX"^^xsd:string . 250 rdfs:label "OPEX"^^xsd:string .
239 251
240 ILAP:Operation 252 ILAP:Operation
241 - rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ; 253 + rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
242 rdfs:label "Operation"^^xsd:string . 254 rdfs:label "Operation"^^xsd:string .
243 255
244 ILAP:OperationAndMaintenance 256 ILAP:OperationAndMaintenance
...@@ -260,7 +272,7 @@ ILAP:PlannedActivity_1 ...@@ -260,7 +272,7 @@ ILAP:PlannedActivity_1
260 ILAP:ActivityWBS_1 . 272 ILAP:ActivityWBS_1 .
261 273
262 ILAP:Planning 274 ILAP:Planning
263 - rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ; 275 + rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
264 rdfs:label "Planning"^^xsd:string . 276 rdfs:label "Planning"^^xsd:string .
265 277
266 ILAP:Primavera 278 ILAP:Primavera
...@@ -288,7 +300,7 @@ ILAP:Released ...@@ -288,7 +300,7 @@ ILAP:Released
288 rdfs:label "Released"^^xsd:string . 300 rdfs:label "Released"^^xsd:string .
289 301
290 ILAP:Removal 302 ILAP:Removal
291 - rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ; 303 + rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
292 rdfs:label "Removal"^^xsd:string . 304 rdfs:label "Removal"^^xsd:string .
293 305
294 ILAP:Renewal 306 ILAP:Renewal
...@@ -324,14 +336,14 @@ ILAP:Scheduled ...@@ -324,14 +336,14 @@ ILAP:Scheduled
324 rdfs:label "Scheduled"^^xsd:string . 336 rdfs:label "Scheduled"^^xsd:string .
325 337
326 ILAP:ShutdownAndDecommisioning 338 ILAP:ShutdownAndDecommisioning
327 - rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ; 339 + rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ;
328 rdfs:label "Shutdown and decommisioning"^^xsd:string . 340 rdfs:label "Shutdown and decommisioning"^^xsd:string .
329 341
330 ILAP:StandardFreeWeekendPeriod 342 ILAP:StandardFreeWeekendPeriod
331 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 343 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
332 rdfs:label "Standard free weekend period"^^xsd:string ; 344 rdfs:label "Standard free weekend period"^^xsd:string ;
333 ILAP:hasCalendarPeriodFreeDay 345 ILAP:hasCalendarPeriodFreeDay
334 - ILAP:Sunday , ILAP:Saturday . 346 + ILAP:Saturday , ILAP:Sunday .
335 347
336 ILAP:StandardWorkWeekdayPeriod 348 ILAP:StandardWorkWeekdayPeriod
337 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 349 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -433,12 +445,12 @@ ILAP:hasWorkTaskResponsible ...@@ -433,12 +445,12 @@ ILAP:hasWorkTaskResponsible
433 <http://data.posccaesar.org/npd/ontology/ilap-interface/Facility> 445 <http://data.posccaesar.org/npd/ontology/ilap-interface/Facility>
434 rdf:type owl:Class ; 446 rdf:type owl:Class ;
435 rdfs:label "Facility"^^xsd:string ; 447 rdfs:label "Facility"^^xsd:string ;
436 - rdfs:subClassOf ILAP:Facility , owl:Thing . 448 + rdfs:subClassOf owl:Thing , ILAP:Facility .
437 449
438 <http://data.posccaesar.org/rdl/RDS282149> 450 <http://data.posccaesar.org/rdl/RDS282149>
439 rdf:type owl:Class ; 451 rdf:type owl:Class ;
440 rdfs:label "RDS282149"^^xsd:string ; 452 rdfs:label "RDS282149"^^xsd:string ;
441 - rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . 453 + rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization .
442 454
443 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> 455 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A>
444 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . 456 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
......
...@@ -20,18 +20,6 @@ UC1:ScheduledResource_1 ...@@ -20,18 +20,6 @@ UC1:ScheduledResource_1
20 rdf:type ILAP:ScheduledResource ; 20 rdf:type ILAP:ScheduledResource ;
21 rdfs:label "Scheduled resource 1"^^xsd:string . 21 rdfs:label "Scheduled resource 1"^^xsd:string .
22 22
23 -UC1:Shutdown_1
24 - rdf:type ILAP:Shutdown ;
25 - rdfs:label "Shutdown 1"^^xsd:string ;
26 - ILAP:hasShutdownContent
27 - ILAP:Field_Shutdown ;
28 - ILAP:hasShutdownPeriod
29 - "SD-2015"^^xsd:string ;
30 - ILAP:hasShutdownPriority
31 - ILAP:HighPriority ;
32 - ILAP:hasShutdownType
33 - ILAP:Scheduled_Shutdown .
34 -
35 ILAP:PlannedActivity_1 23 ILAP:PlannedActivity_1
36 ILAP:hasActivityPlan 24 ILAP:hasActivityPlan
37 UC1:ProjectPlan_1 . 25 UC1:ProjectPlan_1 .
......