Tore Christiansen

Added COR as subclass of Category

...@@ -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 ;
...@@ -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 "Development"^^xsd:string , "Develop"^^xsd:string . 128 + rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string .
129 129
130 ILAP:DisasterRecovery 130 ILAP:DisasterRecovery
131 rdf:type ILAP:PlanObjectiveType ; 131 rdf:type ILAP:PlanObjectiveType ;
...@@ -148,8 +148,8 @@ ILAP:DuringNormalOperation ...@@ -148,8 +148,8 @@ ILAP:DuringNormalOperation
148 rdfs:label "During Normal Operation"^^xsd:string . 148 rdfs:label "During Normal Operation"^^xsd:string .
149 149
150 ILAP:DuringShutdown 150 ILAP:DuringShutdown
151 - rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ; 151 + rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ;
152 - rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string . 152 + rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string .
153 153
154 ILAP:EquipmentShutdown 154 ILAP:EquipmentShutdown
155 rdf:type ILAP:ShutdownType ; 155 rdf:type ILAP:ShutdownType ;
...@@ -487,7 +487,7 @@ ILAP:StandardFreeWeekendPeriod ...@@ -487,7 +487,7 @@ ILAP:StandardFreeWeekendPeriod
487 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 487 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
488 rdfs:label "Standard free weekend period"^^xsd:string ; 488 rdfs:label "Standard free weekend period"^^xsd:string ;
489 ILAP:hasCalendarPeriodFreeDay 489 ILAP:hasCalendarPeriodFreeDay
490 - ILAP:Sunday , ILAP:Saturday . 490 + ILAP:Saturday , ILAP:Sunday .
491 491
492 ILAP:StandardWorkWeekdayPeriod 492 ILAP:StandardWorkWeekdayPeriod
493 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 493 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -637,7 +637,7 @@ ILAP:hasWorkTaskResponsible ...@@ -637,7 +637,7 @@ ILAP:hasWorkTaskResponsible
637 rdfs:range ILAP:ResponsiblePerson . 637 rdfs:range ILAP:ResponsiblePerson .
638 638
639 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> 639 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
640 - rdfs:subClassOf ILAP:Resource , ILAP:Discipline . 640 + rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource .
641 641
642 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> 642 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
643 rdfs:subClassOf ILAP:Result . 643 rdfs:subClassOf ILAP:Result .
...@@ -647,8 +647,8 @@ ILAP:hasWorkTaskResponsible ...@@ -647,8 +647,8 @@ ILAP:hasWorkTaskResponsible
647 647
648 <http://data.posccaesar.org/npd/ontology/OperatingCompany> 648 <http://data.posccaesar.org/npd/ontology/OperatingCompany>
649 rdf:type owl:Class ; 649 rdf:type owl:Class ;
650 - rdfs:label "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ; 650 + rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string ;
651 - rdfs:subClassOf ILAP:Operator , ILAP:Contractor . 651 + rdfs:subClassOf ILAP:Contractor , ILAP:Operator .
652 652
653 <http://data.posccaesar.org/npd/ontology/productionFacility> 653 <http://data.posccaesar.org/npd/ontology/productionFacility>
654 rdf:type owl:Class ; 654 rdf:type owl:Class ;
...@@ -658,7 +658,7 @@ ILAP:hasWorkTaskResponsible ...@@ -658,7 +658,7 @@ ILAP:hasWorkTaskResponsible
658 rdl:RDS282149 658 rdl:RDS282149
659 rdf:type owl:Class ; 659 rdf:type owl:Class ;
660 rdfs:label "RDS282149"^^xsd:string ; 660 rdfs:label "RDS282149"^^xsd:string ;
661 - rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . 661 + rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization .
662 662
663 <http://staging.data.posccaesar.org/npd/ontology/discoveryField> 663 <http://staging.data.posccaesar.org/npd/ontology/discoveryField>
664 rdf:type owl:Class ; 664 rdf:type owl:Class ;
......