Cleaned up ontologies relative to ILAP 2.0 standard specification
Showing
3 changed files
with
44 additions
and
22 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 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: . | 16 | + owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> . |
| 17 | 17 | ||
| 18 | ILAP: | 18 | ILAP: |
| 19 | rdf:type owl:Ontology ; | 19 | rdf:type owl:Ontology ; |
| ... | @@ -28,7 +28,7 @@ ILAP:Active | ... | @@ -28,7 +28,7 @@ ILAP:Active |
| 28 | rdfs:label "Active"^^xsd:string . | 28 | rdfs:label "Active"^^xsd:string . |
| 29 | 29 | ||
| 30 | ILAP:ActivityWBS_1 | 30 | ILAP:ActivityWBS_1 |
| 31 | - ILAP:hasWBSProjectType | 31 | + ILAP:hasWBSprojectExpenseType |
| 32 | ILAP:CAPEX . | 32 | ILAP:CAPEX . |
| 33 | 33 | ||
| 34 | ILAP:After_Shutdown | 34 | ILAP:After_Shutdown |
| ... | @@ -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 "Development"^^xsd:string , "Develop"^^xsd:string . | 124 | + rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . |
| 125 | 125 | ||
| 126 | ILAP:DisasterRecovery | 126 | ILAP:DisasterRecovery |
| 127 | rdf:type ILAP:PlanObjectiveType ; | 127 | rdf:type ILAP:PlanObjectiveType ; |
| ... | @@ -235,10 +235,6 @@ ILAP:HighPriority | ... | @@ -235,10 +235,6 @@ ILAP:HighPriority |
| 235 | rdf:type ILAP:DegreeOfPriority ; | 235 | rdf:type ILAP:DegreeOfPriority ; |
| 236 | rdfs:label "High priority"^^xsd:string . | 236 | rdfs:label "High priority"^^xsd:string . |
| 237 | 237 | ||
| 238 | -ILAP:High_Activity_Period | ||
| 239 | - rdf:type ILAP:ShutdownPeriod ; | ||
| 240 | - rdfs:label "High Activity Period"^^xsd:string . | ||
| 241 | - | ||
| 242 | ILAP:HotWork | 238 | ILAP:HotWork |
| 243 | rdf:type ILAP:RiskType ; | 239 | rdf:type ILAP:RiskType ; |
| 244 | rdfs:label "Hot work"^^xsd:string . | 240 | rdfs:label "Hot work"^^xsd:string . |
| ... | @@ -459,10 +455,6 @@ ILAP:ShutdownAndDecommisioning | ... | @@ -459,10 +455,6 @@ ILAP:ShutdownAndDecommisioning |
| 459 | rdf:type ILAP:PlanLifecycleStage ; | 455 | rdf:type ILAP:PlanLifecycleStage ; |
| 460 | rdfs:label "Shutdown and decommisioning"^^xsd:string . | 456 | rdfs:label "Shutdown and decommisioning"^^xsd:string . |
| 461 | 457 | ||
| 462 | -ILAP:Shutdown_Period | ||
| 463 | - rdf:type ILAP:ShutdownPeriod ; | ||
| 464 | - rdfs:label "Shutdown Period"^^xsd:string . | ||
| 465 | - | ||
| 466 | ILAP:Shutdown_not_evaluated | 458 | ILAP:Shutdown_not_evaluated |
| 467 | rdf:type ILAP:ShutdownType ; | 459 | rdf:type ILAP:ShutdownType ; |
| 468 | rdfs:label "Shutdown not evaluated"^^xsd:string . | 460 | rdfs:label "Shutdown not evaluated"^^xsd:string . |
| ... | @@ -471,7 +463,7 @@ ILAP:StandardFreeWeekendPeriod | ... | @@ -471,7 +463,7 @@ ILAP:StandardFreeWeekendPeriod |
| 471 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 463 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
| 472 | rdfs:label "Standard free weekend period"^^xsd:string ; | 464 | rdfs:label "Standard free weekend period"^^xsd:string ; |
| 473 | ILAP:hasCalendarPeriodFreeDay | 465 | ILAP:hasCalendarPeriodFreeDay |
| 474 | - ILAP:Sunday , ILAP:Saturday . | 466 | + ILAP:Saturday , ILAP:Sunday . |
| 475 | 467 | ||
| 476 | ILAP:StandardWorkWeekdayPeriod | 468 | ILAP:StandardWorkWeekdayPeriod |
| 477 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 469 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
| ... | @@ -544,6 +536,9 @@ ILAP:Wellbore | ... | @@ -544,6 +536,9 @@ ILAP:Wellbore |
| 544 | ILAP:hasActivityBaselineSchedule | 536 | ILAP:hasActivityBaselineSchedule |
| 545 | rdfs:range ILAP:Schedule . | 537 | rdfs:range ILAP:Schedule . |
| 546 | 538 | ||
| 539 | +ILAP:hasActivityFacility | ||
| 540 | + rdfs:domain ILAP:PlannedActivity . | ||
| 541 | + | ||
| 547 | ILAP:hasActivityPhase | 542 | ILAP:hasActivityPhase |
| 548 | rdfs:range ILAP:Phase . | 543 | rdfs:range ILAP:Phase . |
| 549 | 544 | ||
| ... | @@ -583,20 +578,41 @@ ILAP:hasCalendarTime | ... | @@ -583,20 +578,41 @@ ILAP:hasCalendarTime |
| 583 | ILAP:hasPlanAsset | 578 | ILAP:hasPlanAsset |
| 584 | rdfs:range <http://data.posccaesar.org/diskos/Asset> . | 579 | rdfs:range <http://data.posccaesar.org/diskos/Asset> . |
| 585 | 580 | ||
| 581 | +ILAP:hasPlanAssetOwner | ||
| 582 | + rdfs:range ILAP:ResponsibleOrganization . | ||
| 583 | + | ||
| 584 | +ILAP:hasPlanContractor | ||
| 585 | + rdfs:range ILAP:Contractor . | ||
| 586 | + | ||
| 587 | +ILAP:hasPlanLicenseOperator | ||
| 588 | + rdfs:range ILAP:Operator . | ||
| 589 | + | ||
| 590 | +ILAP:hasPlanLicensePartner | ||
| 591 | + rdfs:range ILAP:ResponsibleOrganization . | ||
| 592 | + | ||
| 593 | +ILAP:hasPlanRegulator | ||
| 594 | + rdfs:range ILAP:ResponsibleOrganization . | ||
| 595 | + | ||
| 586 | ILAP:hasPlanResponsible | 596 | ILAP:hasPlanResponsible |
| 587 | rdfs:range ILAP:ResponsibleOrganization . | 597 | rdfs:range ILAP:ResponsibleOrganization . |
| 588 | 598 | ||
| 599 | +ILAP:hasPlanSupplier | ||
| 600 | + rdfs:range ILAP:ResponsibleOrganization . | ||
| 601 | + | ||
| 589 | ILAP:hasWBScomponent | 602 | ILAP:hasWBScomponent |
| 590 | rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> . | 603 | rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> . |
| 591 | 604 | ||
| 592 | ILAP:hasWBSphase | 605 | ILAP:hasWBSphase |
| 593 | rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . | 606 | rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . |
| 594 | 607 | ||
| 608 | +ILAP:hasWBSprojectExpenseType | ||
| 609 | + rdfs:range ILAP:PlanExpenseType . | ||
| 610 | + | ||
| 595 | ILAP:hasWorkTaskResponsible | 611 | ILAP:hasWorkTaskResponsible |
| 596 | rdfs:range ILAP:ResponsiblePerson . | 612 | rdfs:range ILAP:ResponsiblePerson . |
| 597 | 613 | ||
| 598 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> | 614 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> |
| 599 | - rdfs:subClassOf ILAP:Resource , ILAP:Discipline . | 615 | + rdfs:subClassOf ILAP:Discipline , ILAP:Resource . |
| 600 | 616 | ||
| 601 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> | 617 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> |
| 602 | rdfs:subClassOf ILAP:Result . | 618 | rdfs:subClassOf ILAP:Result . |
| ... | @@ -606,10 +622,10 @@ ILAP:hasWorkTaskResponsible | ... | @@ -606,10 +622,10 @@ ILAP:hasWorkTaskResponsible |
| 606 | 622 | ||
| 607 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> | 623 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> |
| 608 | rdf:type owl:Class ; | 624 | rdf:type owl:Class ; |
| 609 | - rdfs:label "Operating company"^^xsd:string ; | 625 | + rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string ; |
| 610 | - rdfs:subClassOf ILAP:Operator . | 626 | + rdfs:subClassOf ILAP:Contractor , ILAP:Operator . |
| 611 | 627 | ||
| 612 | -<http://data.posccaesar.org/npd/ontology/ilap-interface/Facility> | 628 | +<http://data.posccaesar.org/npd/ontology/productionFacility> |
| 613 | rdf:type owl:Class ; | 629 | rdf:type owl:Class ; |
| 614 | rdfs:label "Facility"^^xsd:string ; | 630 | rdfs:label "Facility"^^xsd:string ; |
| 615 | rdfs:subClassOf ILAP:Facility , owl:Thing . | 631 | rdfs:subClassOf ILAP:Facility , owl:Thing . |
| ... | @@ -617,7 +633,12 @@ ILAP:hasWorkTaskResponsible | ... | @@ -617,7 +633,12 @@ ILAP:hasWorkTaskResponsible |
| 617 | rdl:RDS282149 | 633 | rdl:RDS282149 |
| 618 | rdf:type owl:Class ; | 634 | rdf:type owl:Class ; |
| 619 | rdfs:label "RDS282149"^^xsd:string ; | 635 | rdfs:label "RDS282149"^^xsd:string ; |
| 620 | - rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . | 636 | + rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . |
| 637 | + | ||
| 638 | +<http://staging.data.posccaesar.org/npd/ontology/discoveryField> | ||
| 639 | + rdf:type owl:Class ; | ||
| 640 | + rdfs:label "Field 1"^^xsd:string ; | ||
| 641 | + rdfs:subClassOf ILAP:Field . | ||
| 621 | 642 | ||
| 622 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> | 643 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> |
| 623 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 644 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | ... | ... |
| ... | @@ -16,10 +16,10 @@ UC1: rdf:type owl:Ontology ; | ... | @@ -16,10 +16,10 @@ UC1: rdf:type owl:Ontology ; |
| 16 | ILAP:ActivityWBS_1 | 16 | 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:hasWBSResource ILAP:COR_KD_1 , SCCS:COR_KD ; | ||
| 20 | ILAP:hasWBScomponent | 19 | ILAP:hasWBScomponent |
| 21 | - SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ; | 20 | + ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ; |
| 22 | - ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 . | 21 | + ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ; |
| 22 | + ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD . | ||
| 23 | 23 | ||
| 24 | ILAP:COR_KD_1 | 24 | ILAP:COR_KD_1 |
| 25 | rdf:type SCCS:COR_KD ; | 25 | rdf:type SCCS:COR_KD ; |
| ... | @@ -44,6 +44,8 @@ ILAP:PlannedActivity_2 | ... | @@ -44,6 +44,8 @@ ILAP:PlannedActivity_2 |
| 44 | ILAP:COR_KD_1 ; | 44 | ILAP:COR_KD_1 ; |
| 45 | ILAP:hasActivityEstimatedWeight | 45 | ILAP:hasActivityEstimatedWeight |
| 46 | "55000"^^xsd:float ; | 46 | "55000"^^xsd:float ; |
| 47 | + ILAP:hasActivityFacility | ||
| 48 | + <http://staging.data.posccaesar.org/npd/facts/Facility-278329> ; | ||
| 47 | ILAP:hasActivityLocation | 49 | ILAP:hasActivityLocation |
| 48 | <http://staging.data.posccaesar.org/npd/facts/Field-46437> ; | 50 | <http://staging.data.posccaesar.org/npd/facts/Field-46437> ; |
| 49 | ILAP:hasActivityOperator | 51 | ILAP:hasActivityOperator |
| ... | @@ -65,8 +67,7 @@ ILAP:PlannedActivity_2 | ... | @@ -65,8 +67,7 @@ ILAP:PlannedActivity_2 |
| 65 | ILAP:hasActivityWeight | 67 | ILAP:hasActivityWeight |
| 66 | "55000"^^xsd:float ; | 68 | "55000"^^xsd:float ; |
| 67 | ILAP:hasActivityWorkVolume | 69 | ILAP:hasActivityWorkVolume |
| 68 | - "1500"^^xsd:float ; | 70 | + "1500"^^xsd:float . |
| 69 | - ILAP:hasPlatform <http://staging.data.posccaesar.org/npd/facts/Facility-278329> . | ||
| 70 | 71 | ||
| 71 | ILAP:RiskFactor_1 | 72 | ILAP:RiskFactor_1 |
| 72 | rdf:type ILAP:RiskFactor ; | 73 | rdf:type ILAP:RiskFactor ; | ... | ... |
-
Please register or login to post a comment