Tore Christiansen

Added some more values and classes to adhere to PEG advice

...@@ -242,7 +242,7 @@ ILAP:DegreeOfPriority ...@@ -242,7 +242,7 @@ ILAP:DegreeOfPriority
242 242
243 ILAP:DesignMilestone 243 ILAP:DesignMilestone
244 rdf:type owl:Class ; 244 rdf:type owl:Class ;
245 - rdfs:label "Dsign milestone"^^xsd:string ; 245 + rdfs:label "Design milestone"^^xsd:string ;
246 rdfs:subClassOf ILAP:MilestoneType . 246 rdfs:subClassOf ILAP:MilestoneType .
247 247
248 ILAP:Discipline 248 ILAP:Discipline
...@@ -644,6 +644,11 @@ ILAP:Regular8To16WorkingDayCalendar ...@@ -644,6 +644,11 @@ ILAP:Regular8To16WorkingDayCalendar
644 rdfs:label "Regular8To16Working day calendar"^^xsd:string ; 644 rdfs:label "Regular8To16Working day calendar"^^xsd:string ;
645 rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . 645 rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> .
646 646
647 +ILAP:Regulator
648 + rdf:type owl:Class ;
649 + rdfs:label "Regulator"^^xsd:string ;
650 + rdfs:subClassOf ILAP:ResponsibleOrganization .
651 +
647 ILAP:Resource 652 ILAP:Resource
648 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 653 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
649 rdfs:label "Resource"^^xsd:string ; 654 rdfs:label "Resource"^^xsd:string ;
...@@ -921,6 +926,18 @@ ILAP:hasActivityLocation ...@@ -921,6 +926,18 @@ ILAP:hasActivityLocation
921 rdfs:label "has location"^^xsd:string ; 926 rdfs:label "has location"^^xsd:string ;
922 rdfs:range ILAP:Location . 927 rdfs:range ILAP:Location .
923 928
929 +ILAP:hasActivityMaterialActualArrivalTime
930 + rdf:type owl:DatatypeProperty ;
931 + rdfs:domain ILAP:PlannedActivity ;
932 + rdfs:label "has activity actual ariival time"^^xsd:string ;
933 + rdfs:range xsd:dateTime .
934 +
935 +ILAP:hasActivityMaterialEstimatedArrivalTime
936 + rdf:type owl:DatatypeProperty ;
937 + rdfs:domain ILAP:PlannedActivity ;
938 + rdfs:label "has activity material estimated arrival time"^^xsd:string ;
939 + rdfs:range xsd:dateTime .
940 +
924 ILAP:hasActivityMaterialOrderStatus 941 ILAP:hasActivityMaterialOrderStatus
925 rdf:type owl:ObjectProperty ; 942 rdf:type owl:ObjectProperty ;
926 rdfs:label "has Activity Material order status"^^xsd:string ; 943 rdfs:label "has Activity Material order status"^^xsd:string ;
......
...@@ -315,17 +315,21 @@ ILAP:ManagedClosedown ...@@ -315,17 +315,21 @@ ILAP:ManagedClosedown
315 rdf:type ILAP:PlanObjectiveType ; 315 rdf:type ILAP:PlanObjectiveType ;
316 rdfs:label "Managed closedown"^^xsd:string . 316 rdfs:label "Managed closedown"^^xsd:string .
317 317
318 -ILAP:MaterialDeliveryAtBase 318 +ILAP:MaterialDeliveredAtBase
319 rdf:type ILAP:MaterialOrderStatus ; 319 rdf:type ILAP:MaterialOrderStatus ;
320 rdfs:label "Material delivery at base"^^xsd:string . 320 rdfs:label "Material delivery at base"^^xsd:string .
321 321
322 -ILAP:MaterialDeliveryDelayed 322 +ILAP:MaterialDeliveredOffshore
323 rdf:type ILAP:MaterialOrderStatus ; 323 rdf:type ILAP:MaterialOrderStatus ;
324 - rdfs:label "Material delivery delayed"^^xsd:string . 324 + rdfs:label "Material delivered offshore"^^xsd:string .
325 +
326 +ILAP:MaterialDeliveredOnshore
327 + rdf:type ILAP:MaterialOrderStatus ;
328 + rdfs:label "Material delivered onshore"^^xsd:string .
325 329
326 -ILAP:MaterialDeliveryOffshore 330 +ILAP:MaterialDeliveryDelayed
327 rdf:type ILAP:MaterialOrderStatus ; 331 rdf:type ILAP:MaterialOrderStatus ;
328 - rdfs:label "Material delivery offshore"^^xsd:string . 332 + rdfs:label "Material delivery delayed"^^xsd:string .
329 333
330 ILAP:MaterialDeliveryOnTime 334 ILAP:MaterialDeliveryOnTime
331 rdf:type ILAP:MaterialOrderStatus ; 335 rdf:type ILAP:MaterialOrderStatus ;
...@@ -655,8 +659,8 @@ ILAP:hasWorkTaskResponsible ...@@ -655,8 +659,8 @@ ILAP:hasWorkTaskResponsible
655 659
656 <http://data.posccaesar.org/npd/ontology/OperatingCompany> 660 <http://data.posccaesar.org/npd/ontology/OperatingCompany>
657 rdf:type owl:Class ; 661 rdf:type owl:Class ;
658 - rdfs:label "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ; 662 + rdfs:label "Regulator 1"^^xsd:string , "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ;
659 - rdfs:subClassOf ILAP:Operator , ILAP:Contractor . 663 + rdfs:subClassOf ILAP:Regulator , ILAP:Operator , ILAP:Contractor .
660 664
661 <http://data.posccaesar.org/npd/ontology/productionFacility> 665 <http://data.posccaesar.org/npd/ontology/productionFacility>
662 rdf:type owl:Class ; 666 rdf:type owl:Class ;
......