Showing
1 changed file
with
11 additions
and
11 deletions
... | @@ -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 ; |
... | @@ -152,8 +152,8 @@ ILAP:DuringNormalOperation | ... | @@ -152,8 +152,8 @@ ILAP:DuringNormalOperation |
152 | rdfs:label "During Normal Operation"^^xsd:string . | 152 | rdfs:label "During Normal Operation"^^xsd:string . |
153 | 153 | ||
154 | ILAP:DuringShutdown | 154 | ILAP:DuringShutdown |
155 | - rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ; | 155 | + rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ; |
156 | - rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string . | 156 | + rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string . |
157 | 157 | ||
158 | ILAP:EquipmentShutdown | 158 | ILAP:EquipmentShutdown |
159 | rdf:type ILAP:ShutdownType ; | 159 | rdf:type ILAP:ShutdownType ; |
... | @@ -317,7 +317,7 @@ ILAP:ManagedClosedown | ... | @@ -317,7 +317,7 @@ ILAP:ManagedClosedown |
317 | 317 | ||
318 | ILAP:MaterialDeliveredAtBase | 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 delivered at base"^^xsd:string . |
321 | 321 | ||
322 | ILAP:MaterialDeliveredOffshore | 322 | ILAP:MaterialDeliveredOffshore |
323 | rdf:type ILAP:MaterialOrderStatus ; | 323 | rdf:type ILAP:MaterialOrderStatus ; |
... | @@ -499,7 +499,7 @@ ILAP:StandardFreeWeekendPeriod | ... | @@ -499,7 +499,7 @@ ILAP:StandardFreeWeekendPeriod |
499 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 499 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
500 | rdfs:label "Standard free weekend period"^^xsd:string ; | 500 | rdfs:label "Standard free weekend period"^^xsd:string ; |
501 | ILAP:hasCalendarPeriodFreeDay | 501 | ILAP:hasCalendarPeriodFreeDay |
502 | - ILAP:Sunday , ILAP:Saturday . | 502 | + ILAP:Saturday , ILAP:Sunday . |
503 | 503 | ||
504 | ILAP:StandardWorkWeekdayPeriod | 504 | ILAP:StandardWorkWeekdayPeriod |
505 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 505 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
... | @@ -649,18 +649,18 @@ ILAP:hasWorkTaskResponsible | ... | @@ -649,18 +649,18 @@ ILAP:hasWorkTaskResponsible |
649 | rdfs:range ILAP:ResponsiblePerson . | 649 | rdfs:range ILAP:ResponsiblePerson . |
650 | 650 | ||
651 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> | 651 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> |
652 | - rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category . | 652 | + rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource . |
653 | 653 | ||
654 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> | 654 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> |
655 | - rdfs:subClassOf ILAP:Result , ILAP:Asset . | 655 | + rdfs:subClassOf ILAP:Asset , ILAP:Result . |
656 | 656 | ||
657 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> | 657 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> |
658 | rdfs:subClassOf ILAP:Phase . | 658 | rdfs:subClassOf ILAP:Phase . |
659 | 659 | ||
660 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> | 660 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> |
661 | rdf:type owl:Class ; | 661 | rdf:type owl:Class ; |
662 | - rdfs:label "Regulator 1"^^xsd:string , "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ; | 662 | + rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string , "Regulator 1"^^xsd:string ; |
663 | - rdfs:subClassOf ILAP:Regulator , ILAP:Operator , ILAP:Contractor . | 663 | + rdfs:subClassOf ILAP:Contractor , ILAP:Operator , ILAP:Regulator . |
664 | 664 | ||
665 | <http://data.posccaesar.org/npd/ontology/productionFacility> | 665 | <http://data.posccaesar.org/npd/ontology/productionFacility> |
666 | rdf:type owl:Class ; | 666 | rdf:type owl:Class ; |
... | @@ -670,7 +670,7 @@ ILAP:hasWorkTaskResponsible | ... | @@ -670,7 +670,7 @@ ILAP:hasWorkTaskResponsible |
670 | rdl:RDS282149 | 670 | rdl:RDS282149 |
671 | rdf:type owl:Class ; | 671 | rdf:type owl:Class ; |
672 | rdfs:label "RDS282149"^^xsd:string ; | 672 | rdfs:label "RDS282149"^^xsd:string ; |
673 | - rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . | 673 | + rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . |
674 | 674 | ||
675 | <http://data.posccaesar.orgnpd/ontology/License> | 675 | <http://data.posccaesar.orgnpd/ontology/License> |
676 | rdf:type owl:Class ; | 676 | rdf:type owl:Class ; | ... | ... |
-
Please register or login to post a comment