Tore Christiansen

Update of subclasses and individuals after PEG meeting

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 ;
...@@ -125,7 +125,7 @@ ILAP:DependentOnShutdown ...@@ -125,7 +125,7 @@ ILAP:DependentOnShutdown
125 125
126 ILAP:Development 126 ILAP:Development
127 rdf:type ILAP:PlanLifecycleStage ; 127 rdf:type ILAP:PlanLifecycleStage ;
128 - rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . 128 + rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string .
129 129
130 ILAP:DisasterRecovery 130 ILAP:DisasterRecovery
131 rdf:type ILAP:PlanObjectiveType ; 131 rdf:type ILAP:PlanObjectiveType ;
...@@ -135,6 +135,10 @@ ILAP:Disposal ...@@ -135,6 +135,10 @@ ILAP:Disposal
135 rdf:type ILAP:PlanLifecycleStage ; 135 rdf:type ILAP:PlanLifecycleStage ;
136 rdfs:label "Dispose"^^xsd:string . 136 rdfs:label "Dispose"^^xsd:string .
137 137
138 +ILAP:Draft
139 + rdf:type ILAP:Status ;
140 + rdfs:label "Draft"^^xsd:string .
141 +
138 ILAP:DrillingAndWell 142 ILAP:DrillingAndWell
139 rdf:type ILAP:PlanProjectType ; 143 rdf:type ILAP:PlanProjectType ;
140 rdfs:label "Drilling and well"^^xsd:string . 144 rdfs:label "Drilling and well"^^xsd:string .
...@@ -148,8 +152,8 @@ ILAP:DuringNormalOperation ...@@ -148,8 +152,8 @@ ILAP:DuringNormalOperation
148 rdfs:label "During Normal Operation"^^xsd:string . 152 rdfs:label "During Normal Operation"^^xsd:string .
149 153
150 ILAP:DuringShutdown 154 ILAP:DuringShutdown
151 - rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ; 155 + rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ;
152 - rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string . 156 + rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string .
153 157
154 ILAP:EquipmentShutdown 158 ILAP:EquipmentShutdown
155 rdf:type ILAP:ShutdownType ; 159 rdf:type ILAP:ShutdownType ;
...@@ -363,6 +367,10 @@ ILAP:OPEX ...@@ -363,6 +367,10 @@ ILAP:OPEX
363 rdf:type ILAP:PlanExpenseType ; 367 rdf:type ILAP:PlanExpenseType ;
364 rdfs:label "OPEX"^^xsd:string . 368 rdfs:label "OPEX"^^xsd:string .
365 369
370 +ILAP:OnHold
371 + rdf:type ILAP:Status ;
372 + rdfs:label "On hold"^^xsd:string .
373 +
366 ILAP:Operation 374 ILAP:Operation
367 rdf:type ILAP:PlanLifecycleStage ; 375 rdf:type ILAP:PlanLifecycleStage ;
368 rdfs:label "Operation"^^xsd:string . 376 rdfs:label "Operation"^^xsd:string .
...@@ -487,7 +495,7 @@ ILAP:StandardFreeWeekendPeriod ...@@ -487,7 +495,7 @@ ILAP:StandardFreeWeekendPeriod
487 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 495 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
488 rdfs:label "Standard free weekend period"^^xsd:string ; 496 rdfs:label "Standard free weekend period"^^xsd:string ;
489 ILAP:hasCalendarPeriodFreeDay 497 ILAP:hasCalendarPeriodFreeDay
490 - ILAP:Saturday , ILAP:Sunday . 498 + ILAP:Sunday , ILAP:Saturday .
491 499
492 ILAP:StandardWorkWeekdayPeriod 500 ILAP:StandardWorkWeekdayPeriod
493 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 501 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -637,18 +645,18 @@ ILAP:hasWorkTaskResponsible ...@@ -637,18 +645,18 @@ ILAP:hasWorkTaskResponsible
637 rdfs:range ILAP:ResponsiblePerson . 645 rdfs:range ILAP:ResponsiblePerson .
638 646
639 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> 647 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
640 - rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource . 648 + rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category .
641 649
642 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> 650 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
643 - rdfs:subClassOf ILAP:Asset , ILAP:Result . 651 + rdfs:subClassOf ILAP:Result , ILAP:Asset .
644 652
645 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> 653 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
646 rdfs:subClassOf ILAP:Phase . 654 rdfs:subClassOf ILAP:Phase .
647 655
648 <http://data.posccaesar.org/npd/ontology/OperatingCompany> 656 <http://data.posccaesar.org/npd/ontology/OperatingCompany>
649 rdf:type owl:Class ; 657 rdf:type owl:Class ;
650 - rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string ; 658 + rdfs:label "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ;
651 - rdfs:subClassOf ILAP:Contractor , ILAP:Operator . 659 + rdfs:subClassOf ILAP:Operator , ILAP:Contractor .
652 660
653 <http://data.posccaesar.org/npd/ontology/productionFacility> 661 <http://data.posccaesar.org/npd/ontology/productionFacility>
654 rdf:type owl:Class ; 662 rdf:type owl:Class ;
...@@ -658,7 +666,12 @@ ILAP:hasWorkTaskResponsible ...@@ -658,7 +666,12 @@ ILAP:hasWorkTaskResponsible
658 rdl:RDS282149 666 rdl:RDS282149
659 rdf:type owl:Class ; 667 rdf:type owl:Class ;
660 rdfs:label "RDS282149"^^xsd:string ; 668 rdfs:label "RDS282149"^^xsd:string ;
661 - rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . 669 + rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing .
670 +
671 +<http://data.posccaesar.orgnpd/ontology/License>
672 + rdf:type owl:Class ;
673 + rdfs:label "Norwegian production license area"^^xsd:string ;
674 + rdfs:subClassOf ILAP:License .
662 675
663 <http://staging.data.posccaesar.org/npd/ontology/discoveryField> 676 <http://staging.data.posccaesar.org/npd/ontology/discoveryField>
664 rdf:type owl:Class ; 677 rdf:type owl:Class ;
......
...@@ -21,9 +21,9 @@ ILAP:ActivityWBS_1 ...@@ -21,9 +21,9 @@ ILAP:ActivityWBS_1
21 rdf:type ILAP:ActivityWBS ; 21 rdf:type ILAP:ActivityWBS ;
22 rdfs:label "Activity WBS 1"^^xsd:string ; 22 rdfs:label "Activity WBS 1"^^xsd:string ;
23 ILAP:hasWBScomponent 23 ILAP:hasWBScomponent
24 - ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ; 24 + SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ;
25 - ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ; 25 + ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ;
26 - ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD . 26 + ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 .
27 27
28 ILAP:COR_KD_1 28 ILAP:COR_KD_1
29 rdf:type SCCS:COR_KD ; 29 rdf:type SCCS:COR_KD ;
...@@ -114,6 +114,7 @@ ILAP:ProjectExecutionPlan_UC1 ...@@ -114,6 +114,7 @@ ILAP:ProjectExecutionPlan_UC1
114 ILAP:hasPlanField <http://data.posccaesar.org/npd/facts/Field-43658> ; 114 ILAP:hasPlanField <http://data.posccaesar.org/npd/facts/Field-43658> ;
115 ILAP:hasPlanGeoArea ILAP:Field ; 115 ILAP:hasPlanGeoArea ILAP:Field ;
116 ILAP:hasPlanLevel ILAP:L2_ProjectMasterSchedule ; 116 ILAP:hasPlanLevel ILAP:L2_ProjectMasterSchedule ;
117 + ILAP:hasPlanLicense <http://data.posccaesar.org/npd/facts/Licence-20756> ;
117 ILAP:hasPlanLicensePartner 118 ILAP:hasPlanLicensePartner
118 ILAP:ResponsibleOrganization ; 119 ILAP:ResponsibleOrganization ;
119 ILAP:hasPlanOperator 120 ILAP:hasPlanOperator
...@@ -166,7 +167,7 @@ ILAP:SummerShutdown_UC1 ...@@ -166,7 +167,7 @@ ILAP:SummerShutdown_UC1
166 ILAP:hasShutdownPriority 167 ILAP:hasShutdownPriority
167 ILAP:NormalPriority ; 168 ILAP:NormalPriority ;
168 ILAP:hasShutdownType 169 ILAP:hasShutdownType
169 - ILAP:ScheduledShutdown , ILAP:ProductionShutdown , ILAP:SystemShutdown . 170 + ILAP:SystemShutdown , ILAP:ProductionShutdown , ILAP:ScheduledShutdown .
170 171
171 ILAP:UseCaseAibelToCOPNO 172 ILAP:UseCaseAibelToCOPNO
172 rdf:type ILAP:Source ; 173 rdf:type ILAP:Source ;
......