Showing
2 changed files
with
68 additions
and
11 deletions
| ... | @@ -60,6 +60,53 @@ ILAP:ActivityDependency | ... | @@ -60,6 +60,53 @@ 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 | + | ||
| 63 | ILAP:ActivityPlan | 110 | ILAP:ActivityPlan |
| 64 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 111 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 65 | rdfs:label "Activity Plan"^^xsd:string ; | 112 | rdfs:label "Activity Plan"^^xsd:string ; |
| ... | @@ -80,6 +127,10 @@ ILAP:ActivityWBS | ... | @@ -80,6 +127,10 @@ ILAP:ActivityWBS |
| 80 | rdfs:label "Activity WBS"^^xsd:string ; | 127 | rdfs:label "Activity WBS"^^xsd:string ; |
| 81 | rdfs:subClassOf ILAP:Network . | 128 | rdfs:subClassOf ILAP:Network . |
| 82 | 129 | ||
| 130 | +ILAP:ActivityWBS_1 | ||
| 131 | + rdf:type ILAP:ActivityWBS ; | ||
| 132 | + rdfs:label "Activity WBS 1"^^xsd:string . | ||
| 133 | + | ||
| 83 | ILAP:After_Shutdown | 134 | ILAP:After_Shutdown |
| 84 | rdf:type ILAP:ShutdownType ; | 135 | rdf:type ILAP:ShutdownType ; |
| 85 | rdfs:label "After Shutdown"^^xsd:string . | 136 | 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 <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 | 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:PlanLifecycleStage , ILAP:PlanPhase ; | 125 | + rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ; |
| 126 | - rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . | 126 | + rdfs:label "Development"^^xsd:string , "Develop"^^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:PlanLifecycleStage , ILAP:PlanPhase ; | 141 | + rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ; |
| 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:PlanLifecycleStage , ILAP:PlanPhase ; | 253 | + rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ; |
| 254 | rdfs:label "Operation"^^xsd:string . | 254 | rdfs:label "Operation"^^xsd:string . |
| 255 | 255 | ||
| 256 | ILAP:OperationAndMaintenance | 256 | ILAP:OperationAndMaintenance |
| ... | @@ -265,8 +265,14 @@ ILAP:Planned | ... | @@ -265,8 +265,14 @@ 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 | + | ||
| 268 | ILAP:Planning | 274 | ILAP:Planning |
| 269 | - rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ; | 275 | + rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ; |
| 270 | rdfs:label "Planning"^^xsd:string . | 276 | rdfs:label "Planning"^^xsd:string . |
| 271 | 277 | ||
| 272 | ILAP:Primavera | 278 | ILAP:Primavera |
| ... | @@ -294,7 +300,7 @@ ILAP:Released | ... | @@ -294,7 +300,7 @@ ILAP:Released |
| 294 | rdfs:label "Released"^^xsd:string . | 300 | rdfs:label "Released"^^xsd:string . |
| 295 | 301 | ||
| 296 | ILAP:Removal | 302 | ILAP:Removal |
| 297 | - rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ; | 303 | + rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ; |
| 298 | rdfs:label "Removal"^^xsd:string . | 304 | rdfs:label "Removal"^^xsd:string . |
| 299 | 305 | ||
| 300 | ILAP:Renewal | 306 | ILAP:Renewal |
| ... | @@ -330,14 +336,14 @@ ILAP:Scheduled | ... | @@ -330,14 +336,14 @@ ILAP:Scheduled |
| 330 | rdfs:label "Scheduled"^^xsd:string . | 336 | rdfs:label "Scheduled"^^xsd:string . |
| 331 | 337 | ||
| 332 | ILAP:ShutdownAndDecommisioning | 338 | ILAP:ShutdownAndDecommisioning |
| 333 | - rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ; | 339 | + rdf:type ILAP:PlanPhase , ILAP:PlanLifecycleStage ; |
| 334 | rdfs:label "Shutdown and decommisioning"^^xsd:string . | 340 | rdfs:label "Shutdown and decommisioning"^^xsd:string . |
| 335 | 341 | ||
| 336 | ILAP:StandardFreeWeekendPeriod | 342 | ILAP:StandardFreeWeekendPeriod |
| 337 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 343 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
| 338 | rdfs:label "Standard free weekend period"^^xsd:string ; | 344 | rdfs:label "Standard free weekend period"^^xsd:string ; |
| 339 | ILAP:hasCalendarPeriodFreeDay | 345 | ILAP:hasCalendarPeriodFreeDay |
| 340 | - ILAP:Sunday , ILAP:Saturday . | 346 | + ILAP:Saturday , ILAP:Sunday . |
| 341 | 347 | ||
| 342 | ILAP:StandardWorkWeekdayPeriod | 348 | ILAP:StandardWorkWeekdayPeriod |
| 343 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 349 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
| ... | @@ -439,12 +445,12 @@ ILAP:hasWorkTaskResponsible | ... | @@ -439,12 +445,12 @@ ILAP:hasWorkTaskResponsible |
| 439 | <http://data.posccaesar.org/npd/ontology/ilap-interface/Facility> | 445 | <http://data.posccaesar.org/npd/ontology/ilap-interface/Facility> |
| 440 | rdf:type owl:Class ; | 446 | rdf:type owl:Class ; |
| 441 | rdfs:label "Facility"^^xsd:string ; | 447 | rdfs:label "Facility"^^xsd:string ; |
| 442 | - rdfs:subClassOf ILAP:Facility , owl:Thing . | 448 | + rdfs:subClassOf owl:Thing , ILAP:Facility . |
| 443 | 449 | ||
| 444 | <http://data.posccaesar.org/rdl/RDS282149> | 450 | <http://data.posccaesar.org/rdl/RDS282149> |
| 445 | rdf:type owl:Class ; | 451 | rdf:type owl:Class ; |
| 446 | rdfs:label "RDS282149"^^xsd:string ; | 452 | rdfs:label "RDS282149"^^xsd:string ; |
| 447 | - rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . | 453 | + rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . |
| 448 | 454 | ||
| 449 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> | 455 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> |
| 450 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 456 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | ... | ... |
-
Please register or login to post a comment