Showing
4 changed files
with
32 additions
and
10 deletions
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 ; |
... | @@ -121,7 +121,7 @@ ILAP:Dependent_on_Shutdown | ... | @@ -121,7 +121,7 @@ ILAP:Dependent_on_Shutdown |
121 | 121 | ||
122 | ILAP:Development | 122 | ILAP:Development |
123 | rdf:type ILAP:PlanLifecycleStage ; | 123 | rdf:type ILAP:PlanLifecycleStage ; |
124 | - rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . | 124 | + rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . |
125 | 125 | ||
126 | ILAP:DisasterRecovery | 126 | ILAP:DisasterRecovery |
127 | rdf:type ILAP:PlanObjectiveType ; | 127 | rdf:type ILAP:PlanObjectiveType ; |
... | @@ -307,6 +307,26 @@ ILAP:ManagedClosedown | ... | @@ -307,6 +307,26 @@ ILAP:ManagedClosedown |
307 | rdf:type ILAP:PlanObjectiveType ; | 307 | rdf:type ILAP:PlanObjectiveType ; |
308 | rdfs:label "Managed closedown"^^xsd:string . | 308 | rdfs:label "Managed closedown"^^xsd:string . |
309 | 309 | ||
310 | +ILAP:MaterialDeliveryAtBase | ||
311 | + rdf:type ILAP:MaterialOrderStatus ; | ||
312 | + rdfs:label "Material delivery at base"^^xsd:string . | ||
313 | + | ||
314 | +ILAP:MaterialDeliveryDelayed | ||
315 | + rdf:type ILAP:MaterialOrderStatus ; | ||
316 | + rdfs:label "Material delivery delayed"^^xsd:string . | ||
317 | + | ||
318 | +ILAP:MaterialDeliveryOffshore | ||
319 | + rdf:type ILAP:MaterialOrderStatus ; | ||
320 | + rdfs:label "Material delivery offshore"^^xsd:string . | ||
321 | + | ||
322 | +ILAP:MaterialDeliveryOnTime | ||
323 | + rdf:type ILAP:MaterialOrderStatus ; | ||
324 | + rdfs:label "Material delivery on time"^^xsd:string . | ||
325 | + | ||
326 | +ILAP:MaterialOnOrder | ||
327 | + rdf:type ILAP:MaterialOrderStatus ; | ||
328 | + rdfs:label "Material on order"^^xsd:string . | ||
329 | + | ||
310 | ILAP:MiniShutdown | 330 | ILAP:MiniShutdown |
311 | rdf:type ILAP:ShutdownType ; | 331 | rdf:type ILAP:ShutdownType ; |
312 | rdfs:label "Mini shutdown"^^xsd:string . | 332 | rdfs:label "Mini shutdown"^^xsd:string . |
... | @@ -463,7 +483,7 @@ ILAP:StandardFreeWeekendPeriod | ... | @@ -463,7 +483,7 @@ ILAP:StandardFreeWeekendPeriod |
463 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 483 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
464 | rdfs:label "Standard free weekend period"^^xsd:string ; | 484 | rdfs:label "Standard free weekend period"^^xsd:string ; |
465 | ILAP:hasCalendarPeriodFreeDay | 485 | ILAP:hasCalendarPeriodFreeDay |
466 | - ILAP:Saturday , ILAP:Sunday . | 486 | + ILAP:Sunday , ILAP:Saturday . |
467 | 487 | ||
468 | ILAP:StandardWorkWeekdayPeriod | 488 | ILAP:StandardWorkWeekdayPeriod |
469 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 489 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
... | @@ -609,7 +629,7 @@ ILAP:hasWorkTaskResponsible | ... | @@ -609,7 +629,7 @@ ILAP:hasWorkTaskResponsible |
609 | rdfs:range ILAP:ResponsiblePerson . | 629 | rdfs:range ILAP:ResponsiblePerson . |
610 | 630 | ||
611 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> | 631 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> |
612 | - rdfs:subClassOf ILAP:Discipline , ILAP:Resource . | 632 | + rdfs:subClassOf ILAP:Resource , ILAP:Discipline . |
613 | 633 | ||
614 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> | 634 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> |
615 | rdfs:subClassOf ILAP:Result . | 635 | rdfs:subClassOf ILAP:Result . |
... | @@ -619,8 +639,8 @@ ILAP:hasWorkTaskResponsible | ... | @@ -619,8 +639,8 @@ ILAP:hasWorkTaskResponsible |
619 | 639 | ||
620 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> | 640 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> |
621 | rdf:type owl:Class ; | 641 | rdf:type owl:Class ; |
622 | - rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string ; | 642 | + rdfs:label "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ; |
623 | - rdfs:subClassOf ILAP:Contractor , ILAP:Operator . | 643 | + rdfs:subClassOf ILAP:Operator , ILAP:Contractor . |
624 | 644 | ||
625 | <http://data.posccaesar.org/npd/ontology/productionFacility> | 645 | <http://data.posccaesar.org/npd/ontology/productionFacility> |
626 | rdf:type owl:Class ; | 646 | rdf:type owl:Class ; |
... | @@ -630,7 +650,7 @@ ILAP:hasWorkTaskResponsible | ... | @@ -630,7 +650,7 @@ ILAP:hasWorkTaskResponsible |
630 | rdl:RDS282149 | 650 | rdl:RDS282149 |
631 | rdf:type owl:Class ; | 651 | rdf:type owl:Class ; |
632 | rdfs:label "RDS282149"^^xsd:string ; | 652 | rdfs:label "RDS282149"^^xsd:string ; |
633 | - rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . | 653 | + rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . |
634 | 654 | ||
635 | <http://staging.data.posccaesar.org/npd/ontology/discoveryField> | 655 | <http://staging.data.posccaesar.org/npd/ontology/discoveryField> |
636 | rdf:type owl:Class ; | 656 | rdf:type owl:Class ; | ... | ... |
... | @@ -17,9 +17,9 @@ ILAP:ActivityWBS_1 | ... | @@ -17,9 +17,9 @@ ILAP:ActivityWBS_1 |
17 | rdf:type ILAP:ActivityWBS ; | 17 | rdf:type ILAP:ActivityWBS ; |
18 | rdfs:label "Activity WBS 1"^^xsd:string ; | 18 | rdfs:label "Activity WBS 1"^^xsd:string ; |
19 | ILAP:hasWBScomponent | 19 | ILAP:hasWBScomponent |
20 | - ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ; | 20 | + SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ; |
21 | - ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ; | 21 | + ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ; |
22 | - ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD . | 22 | + ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 . |
23 | 23 | ||
24 | ILAP:COR_KD_1 | 24 | ILAP:COR_KD_1 |
25 | rdf:type SCCS:COR_KD ; | 25 | rdf:type SCCS:COR_KD ; |
... | @@ -48,6 +48,8 @@ ILAP:PlannedActivity_2 | ... | @@ -48,6 +48,8 @@ ILAP:PlannedActivity_2 |
48 | <http://staging.data.posccaesar.org/npd/facts/Facility-278329> ; | 48 | <http://staging.data.posccaesar.org/npd/facts/Facility-278329> ; |
49 | ILAP:hasActivityLocation | 49 | ILAP:hasActivityLocation |
50 | <http://staging.data.posccaesar.org/npd/facts/Field-46437> ; | 50 | <http://staging.data.posccaesar.org/npd/facts/Field-46437> ; |
51 | + ILAP:hasActivityMaterialOrderStatus | ||
52 | + ILAP:MaterialDeliveryDelayed , ILAP:MaterialOnOrder ; | ||
51 | ILAP:hasActivityOperator | 53 | ILAP:hasActivityOperator |
52 | <http://staging.data.posccaesar.org/npd/facts/Company-2410696> ; | 54 | <http://staging.data.posccaesar.org/npd/facts/Company-2410696> ; |
53 | ILAP:hasActivityPhase | 55 | ILAP:hasActivityPhase | ... | ... |
USERFIELDS.ttl
0 → 100644
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment