Tore Christiansen

Clean up individuals

This diff is collapsed. Click to expand it.
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
13 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 13 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
14 14
15 : rdf:type owl:Ontology ; 15 : rdf:type owl:Ontology ;
16 - owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> . 16 + owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: .
17 17
18 ILAP: 18 ILAP:
19 rdf:type owl:Ontology ; 19 rdf:type owl:Ontology ;
...@@ -27,11 +27,6 @@ ILAP:Active ...@@ -27,11 +27,6 @@ ILAP:Active
27 rdf:type ILAP:Status ; 27 rdf:type ILAP:Status ;
28 rdfs:label "Active"^^xsd:string . 28 rdfs:label "Active"^^xsd:string .
29 29
30 -ILAP:ActivityInPlan_1
31 - ILAP:hasActivityResponsibleOrganization
32 - <http://data.posccaesar.org/brreg/R-1345df43-1ddc-42ac-9ce0-c33f3a7a6d29> ;
33 - ILAP:hasPlatform <http://data.posccaesar.org/npd/facts/Facility-271385> .
34 -
35 ILAP:ActivityWBS_1 30 ILAP:ActivityWBS_1
36 ILAP:hasWBSProjectType 31 ILAP:hasWBSProjectType
37 ILAP:CAPEX ; 32 ILAP:CAPEX ;
...@@ -109,8 +104,8 @@ ILAP:DG7 ...@@ -109,8 +104,8 @@ ILAP:DG7
109 rdfs:label "DG7"^^xsd:string . 104 rdfs:label "DG7"^^xsd:string .
110 105
111 ILAP:Development 106 ILAP:Development
112 - rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ; 107 + rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
113 - rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . 108 + rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string .
114 109
115 ILAP:DisasterRecovery 110 ILAP:DisasterRecovery
116 rdf:type ILAP:PlanObjectiveType ; 111 rdf:type ILAP:PlanObjectiveType ;
...@@ -125,7 +120,7 @@ ILAP:DrillingAndWell ...@@ -125,7 +120,7 @@ ILAP:DrillingAndWell
125 rdfs:label "Drilling and well"^^xsd:string . 120 rdfs:label "Drilling and well"^^xsd:string .
126 121
127 ILAP:Exploration 122 ILAP:Exploration
128 - rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ; 123 + rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
129 rdfs:label "Exploration"^^xsd:string . 124 rdfs:label "Exploration"^^xsd:string .
130 125
131 ILAP:Facility 126 ILAP:Facility
...@@ -237,7 +232,7 @@ ILAP:OPEX ...@@ -237,7 +232,7 @@ ILAP:OPEX
237 rdfs:label "OPEX"^^xsd:string . 232 rdfs:label "OPEX"^^xsd:string .
238 233
239 ILAP:Operation 234 ILAP:Operation
240 - rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ; 235 + rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
241 rdfs:label "Operation"^^xsd:string . 236 rdfs:label "Operation"^^xsd:string .
242 237
243 ILAP:OperationAndMaintenance 238 ILAP:OperationAndMaintenance
...@@ -253,13 +248,12 @@ ILAP:Planned ...@@ -253,13 +248,12 @@ ILAP:Planned
253 rdfs:label "Planned"^^xsd:string . 248 rdfs:label "Planned"^^xsd:string .
254 249
255 ILAP:PlannedActivity_1 250 ILAP:PlannedActivity_1
256 - rdf:type ILAP:PlannedActivity ; 251 + ILAP:hasActivityResponsibleOrganization
257 - rdfs:label "Planned activity 1"^^xsd:string ; 252 + <http://data.posccaesar.org/brreg/R-1345df43-1ddc-42ac-9ce0-c33f3a7a6d29> ;
258 - ILAP:hasActivityWBSelement 253 + ILAP:hasPlatform <http://data.posccaesar.org/npd/facts/Facility-271385> .
259 - ILAP:ActivityWBS_1 .
260 254
261 ILAP:Planning 255 ILAP:Planning
262 - rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ; 256 + rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
263 rdfs:label "Planning"^^xsd:string . 257 rdfs:label "Planning"^^xsd:string .
264 258
265 ILAP:Primavera 259 ILAP:Primavera
...@@ -287,7 +281,7 @@ ILAP:Released ...@@ -287,7 +281,7 @@ ILAP:Released
287 rdfs:label "Released"^^xsd:string . 281 rdfs:label "Released"^^xsd:string .
288 282
289 ILAP:Removal 283 ILAP:Removal
290 - rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ; 284 + rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
291 rdfs:label "Removal"^^xsd:string . 285 rdfs:label "Removal"^^xsd:string .
292 286
293 ILAP:Renewal 287 ILAP:Renewal
...@@ -323,14 +317,14 @@ ILAP:Scheduled ...@@ -323,14 +317,14 @@ ILAP:Scheduled
323 rdfs:label "Scheduled"^^xsd:string . 317 rdfs:label "Scheduled"^^xsd:string .
324 318
325 ILAP:ShutdownAndDecommisioning 319 ILAP:ShutdownAndDecommisioning
326 - rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ; 320 + rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
327 rdfs:label "Shutdown and decommisioning"^^xsd:string . 321 rdfs:label "Shutdown and decommisioning"^^xsd:string .
328 322
329 ILAP:StandardFreeWeekendPeriod 323 ILAP:StandardFreeWeekendPeriod
330 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 324 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
331 rdfs:label "Standard free weekend period"^^xsd:string ; 325 rdfs:label "Standard free weekend period"^^xsd:string ;
332 ILAP:hasCalendarPeriodFreeDay 326 ILAP:hasCalendarPeriodFreeDay
333 - ILAP:Saturday , ILAP:Sunday . 327 + ILAP:Sunday , ILAP:Saturday .
334 328
335 ILAP:StandardWorkWeekdayPeriod 329 ILAP:StandardWorkWeekdayPeriod
336 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 330 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -449,12 +443,12 @@ ILAP:hasWorkTaskResponsible ...@@ -449,12 +443,12 @@ ILAP:hasWorkTaskResponsible
449 <http://data.posccaesar.org/npd/ontology/ilap-interface/Facility> 443 <http://data.posccaesar.org/npd/ontology/ilap-interface/Facility>
450 rdf:type owl:Class ; 444 rdf:type owl:Class ;
451 rdfs:label "Facility"^^xsd:string ; 445 rdfs:label "Facility"^^xsd:string ;
452 - rdfs:subClassOf owl:Thing , ILAP:Facility . 446 + rdfs:subClassOf ILAP:Facility , owl:Thing .
453 447
454 rdl:RDS282149 448 rdl:RDS282149
455 rdf:type owl:Class ; 449 rdf:type owl:Class ;
456 rdfs:label "RDS282149"^^xsd:string ; 450 rdfs:label "RDS282149"^^xsd:string ;
457 - rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . 451 + rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing .
458 452
459 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> 453 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A>
460 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . 454 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
......
...@@ -12,9 +12,9 @@ UC1: rdf:type owl:Ontology ; ...@@ -12,9 +12,9 @@ UC1: rdf:type owl:Ontology ;
12 owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; 12 owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
13 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 13 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
14 14
15 -UC1:PlannedActivity_1 15 +ILAP:PlannedActivity_2
16 rdf:type ILAP:PlannedActivity ; 16 rdf:type ILAP:PlannedActivity ;
17 - rdfs:label "Planned activity 1"^^xsd:string ; 17 + rdfs:label "Planned activity 2"^^xsd:string ;
18 ILAP:hasActivityContractor 18 ILAP:hasActivityContractor
19 <http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> ; 19 <http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> ;
20 ILAP:hasActivityOperator 20 ILAP:hasActivityOperator
......