Tore Christiansen

Even more cleanup

...@@ -60,53 +60,6 @@ ILAP:ActivityDependency ...@@ -60,53 +60,6 @@ ILAP:ActivityDependency
60 "1"^^xsd:nonNegativeInteger 60 "1"^^xsd:nonNegativeInteger
61 ] . 61 ] .
62 62
63 -ILAP:ActivityInPlan_1
64 - rdf:type ILAP:PlannedActivity ;
65 - rdfs:label "Activity in plan 1"^^xsd:string ;
66 - ILAP:hasActivityActualProgressPercent
67 - "75"^^xsd:float ;
68 - ILAP:hasActivityContractor
69 - BRREG:BakerHughes ;
70 - ILAP:hasActivityEstimatedWeight
71 - "10500"^^xsd:float ;
72 - ILAP:hasActivityLocation
73 - NCS:NPDelement_1 ;
74 - ILAP:hasActivityPhysicalPercentComplete
75 - "70"^^xsd:float ;
76 - ILAP:hasActivityPlan
77 - <http://data.posccaesar.org/Data/UC1/ProjectPlan_1> ;
78 - ILAP:hasActivityPlannedProgressPercent
79 - 80 ;
80 - ILAP:hasActivityPlannedResource
81 - <http://data.posccaesar.org/Data/UC1/PlannedResource_1> ;
82 - ILAP:hasActivityRegulator
83 - BRREG:NPD ;
84 - ILAP:hasActivityResponsiblePerson
85 - POB:RolfHansen ;
86 - ILAP:hasActivityStatus
87 - ILAP:Active ;
88 - ILAP:hasActivitySupplier
89 - BRREG:BakerHughes ;
90 - ILAP:hasActivityTaskLeader
91 - POB:NiloErdal ;
92 - ILAP:hasActivityVendor
93 - BRREG:BakerHughes ;
94 - ILAP:hasActivityWBSelement
95 - ILAP:ActivityWBS_1 ;
96 - ILAP:hasActivityWeight
97 - "10800"^^xsd:float ;
98 - ILAP:hasActivityWorkVolume
99 - "250"^^xsd:float ;
100 - ILAP:hasExternalReference
101 - <http://data.posccaesar.org/Data/UC1/ExternalReference_1> ;
102 - ILAP:hasFixedFinish "2014-10-17"^^xsd:date ;
103 - ILAP:hasFixedStart "2014-09-01"^^xsd:date ;
104 - ILAP:hasObjectDescription
105 - "Specific text object"^^xsd:string ;
106 - ILAP:hasObjectName "Soecific object name"^^xsd:string ;
107 - ILAP:hasObjectReferenceID
108 - "Specific object ID"^^xsd:string .
109 -
110 ILAP:ActivityPlan 63 ILAP:ActivityPlan
111 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 64 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
112 rdfs:label "Activity Plan"^^xsd:string ; 65 rdfs:label "Activity Plan"^^xsd:string ;
...@@ -127,10 +80,6 @@ ILAP:ActivityWBS ...@@ -127,10 +80,6 @@ ILAP:ActivityWBS
127 rdfs:label "Activity WBS"^^xsd:string ; 80 rdfs:label "Activity WBS"^^xsd:string ;
128 rdfs:subClassOf ILAP:Network . 81 rdfs:subClassOf ILAP:Network .
129 82
130 -ILAP:ActivityWBS_1
131 - rdf:type ILAP:ActivityWBS ;
132 - rdfs:label "Activity WBS 1"^^xsd:string .
133 -
134 ILAP:After_Shutdown 83 ILAP:After_Shutdown
135 rdf:type ILAP:ShutdownType ; 84 rdf:type ILAP:ShutdownType ;
136 rdfs:label "After Shutdown"^^xsd:string . 85 rdfs:label "After Shutdown"^^xsd:string .
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
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 ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> . 17 + owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: .
18 18
19 :SummerSystemShutdown 19 :SummerSystemShutdown
20 rdf:type ILAP:Shutdown ; 20 rdf:type ILAP:Shutdown ;
...@@ -122,8 +122,8 @@ ILAP:DG7 ...@@ -122,8 +122,8 @@ ILAP:DG7
122 rdfs:label "DG7"^^xsd:string . 122 rdfs:label "DG7"^^xsd:string .
123 123
124 ILAP:Development 124 ILAP:Development
125 - rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ; 125 + rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
126 - rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . 126 + rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string .
127 127
128 ILAP:DisasterRecovery 128 ILAP:DisasterRecovery
129 rdf:type ILAP:PlanObjectiveType ; 129 rdf:type ILAP:PlanObjectiveType ;
...@@ -138,7 +138,7 @@ ILAP:DrillingAndWell ...@@ -138,7 +138,7 @@ ILAP:DrillingAndWell
138 rdfs:label "Drilling and well"^^xsd:string . 138 rdfs:label "Drilling and well"^^xsd:string .
139 139
140 ILAP:Exploration 140 ILAP:Exploration
141 - rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ; 141 + rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
142 rdfs:label "Exploration"^^xsd:string . 142 rdfs:label "Exploration"^^xsd:string .
143 143
144 ILAP:Facility 144 ILAP:Facility
...@@ -250,7 +250,7 @@ ILAP:OPEX ...@@ -250,7 +250,7 @@ ILAP:OPEX
250 rdfs:label "OPEX"^^xsd:string . 250 rdfs:label "OPEX"^^xsd:string .
251 251
252 ILAP:Operation 252 ILAP:Operation
253 - rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ; 253 + rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
254 rdfs:label "Operation"^^xsd:string . 254 rdfs:label "Operation"^^xsd:string .
255 255
256 ILAP:OperationAndMaintenance 256 ILAP:OperationAndMaintenance
...@@ -265,14 +265,8 @@ ILAP:Planned ...@@ -265,14 +265,8 @@ ILAP:Planned
265 rdf:type ILAP:Status ; 265 rdf:type ILAP:Status ;
266 rdfs:label "Planned"^^xsd:string . 266 rdfs:label "Planned"^^xsd:string .
267 267
268 -ILAP:PlannedActivity_1
269 - rdf:type ILAP:PlannedActivity ;
270 - rdfs:label "Planned activity 1"^^xsd:string ;
271 - ILAP:hasActivityWBSelement
272 - ILAP:ActivityWBS_1 .
273 -
274 ILAP:Planning 268 ILAP:Planning
275 - rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ; 269 + rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
276 rdfs:label "Planning"^^xsd:string . 270 rdfs:label "Planning"^^xsd:string .
277 271
278 ILAP:Primavera 272 ILAP:Primavera
...@@ -300,7 +294,7 @@ ILAP:Released ...@@ -300,7 +294,7 @@ ILAP:Released
300 rdfs:label "Released"^^xsd:string . 294 rdfs:label "Released"^^xsd:string .
301 295
302 ILAP:Removal 296 ILAP:Removal
303 - rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ; 297 + rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
304 rdfs:label "Removal"^^xsd:string . 298 rdfs:label "Removal"^^xsd:string .
305 299
306 ILAP:Renewal 300 ILAP:Renewal
...@@ -336,14 +330,14 @@ ILAP:Scheduled ...@@ -336,14 +330,14 @@ ILAP:Scheduled
336 rdfs:label "Scheduled"^^xsd:string . 330 rdfs:label "Scheduled"^^xsd:string .
337 331
338 ILAP:ShutdownAndDecommisioning 332 ILAP:ShutdownAndDecommisioning
339 - rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ; 333 + rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
340 rdfs:label "Shutdown and decommisioning"^^xsd:string . 334 rdfs:label "Shutdown and decommisioning"^^xsd:string .
341 335
342 ILAP:StandardFreeWeekendPeriod 336 ILAP:StandardFreeWeekendPeriod
343 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 337 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
344 rdfs:label "Standard free weekend period"^^xsd:string ; 338 rdfs:label "Standard free weekend period"^^xsd:string ;
345 ILAP:hasCalendarPeriodFreeDay 339 ILAP:hasCalendarPeriodFreeDay
346 - ILAP:Saturday , ILAP:Sunday . 340 + ILAP:Sunday , ILAP:Saturday .
347 341
348 ILAP:StandardWorkWeekdayPeriod 342 ILAP:StandardWorkWeekdayPeriod
349 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 343 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -445,12 +439,12 @@ ILAP:hasWorkTaskResponsible ...@@ -445,12 +439,12 @@ ILAP:hasWorkTaskResponsible
445 <http://data.posccaesar.org/npd/ontology/ilap-interface/Facility> 439 <http://data.posccaesar.org/npd/ontology/ilap-interface/Facility>
446 rdf:type owl:Class ; 440 rdf:type owl:Class ;
447 rdfs:label "Facility"^^xsd:string ; 441 rdfs:label "Facility"^^xsd:string ;
448 - rdfs:subClassOf owl:Thing , ILAP:Facility . 442 + rdfs:subClassOf ILAP:Facility , owl:Thing .
449 443
450 <http://data.posccaesar.org/rdl/RDS282149> 444 <http://data.posccaesar.org/rdl/RDS282149>
451 rdf:type owl:Class ; 445 rdf:type owl:Class ;
452 rdfs:label "RDS282149"^^xsd:string ; 446 rdfs:label "RDS282149"^^xsd:string ;
453 - rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . 447 + rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing .
454 448
455 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> 449 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A>
456 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . 450 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
......