Showing
3 changed files
with
50 additions
and
42 deletions
This diff is collapsed. Click to expand it.
... | @@ -15,7 +15,7 @@ | ... | @@ -15,7 +15,7 @@ |
15 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 15 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
16 | 16 | ||
17 | : rdf:type owl:Ontology ; | 17 | : rdf:type owl:Ontology ; |
18 | - owl:imports USERFIELDS: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: . | 18 | + owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , USERFIELDS: . |
19 | 19 | ||
20 | ILAP: | 20 | ILAP: |
21 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
... | @@ -132,7 +132,7 @@ ILAP:DependentOnShutdown | ... | @@ -132,7 +132,7 @@ ILAP:DependentOnShutdown |
132 | 132 | ||
133 | ILAP:Development | 133 | ILAP:Development |
134 | rdf:type ILAP:PlanLifecycleStage ; | 134 | rdf:type ILAP:PlanLifecycleStage ; |
135 | - rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . | 135 | + rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . |
136 | 136 | ||
137 | ILAP:DisasterRecovery | 137 | ILAP:DisasterRecovery |
138 | rdf:type ILAP:PlanObjectiveType ; | 138 | rdf:type ILAP:PlanObjectiveType ; |
... | @@ -159,8 +159,8 @@ ILAP:DuringNormalOperation | ... | @@ -159,8 +159,8 @@ ILAP:DuringNormalOperation |
159 | rdfs:label "During Normal Operation"^^xsd:string . | 159 | rdfs:label "During Normal Operation"^^xsd:string . |
160 | 160 | ||
161 | ILAP:DuringShutdown | 161 | ILAP:DuringShutdown |
162 | - rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ; | 162 | + rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ; |
163 | - rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string . | 163 | + rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string . |
164 | 164 | ||
165 | ILAP:EquipmentShutdown | 165 | ILAP:EquipmentShutdown |
166 | rdf:type ILAP:ShutdownType ; | 166 | rdf:type ILAP:ShutdownType ; |
... | @@ -241,12 +241,14 @@ ILAP:GuaranteeWork | ... | @@ -241,12 +241,14 @@ ILAP:GuaranteeWork |
241 | rdfs:subClassOf ILAP:Contract . | 241 | rdfs:subClassOf ILAP:Contract . |
242 | 242 | ||
243 | ILAP:HC_systemsWork | 243 | ILAP:HC_systemsWork |
244 | - rdf:type ILAP:RiskType ; | 244 | + rdf:type owl:Class ; |
245 | - rdfs:label "HC systems work"^^xsd:string . | 245 | + rdfs:label "HC systems work"^^xsd:string ; |
246 | + rdfs:subClassOf ILAP:RiskType . | ||
246 | 247 | ||
247 | ILAP:HeightWork | 248 | ILAP:HeightWork |
248 | - rdf:type ILAP:RiskType ; | 249 | + rdf:type owl:Class ; |
249 | - rdfs:label "Height work"^^xsd:string . | 250 | + rdfs:label "Height work"^^xsd:string ; |
251 | + rdfs:subClassOf ILAP:RiskType . | ||
250 | 252 | ||
251 | ILAP:HighActivityPeriod | 253 | ILAP:HighActivityPeriod |
252 | rdf:type ILAP:ShutdownType ; | 254 | rdf:type ILAP:ShutdownType ; |
... | @@ -261,8 +263,9 @@ ILAP:HighPriority | ... | @@ -261,8 +263,9 @@ ILAP:HighPriority |
261 | rdfs:label "High priority"^^xsd:string . | 263 | rdfs:label "High priority"^^xsd:string . |
262 | 264 | ||
263 | ILAP:HotWork | 265 | ILAP:HotWork |
264 | - rdf:type ILAP:RiskType ; | 266 | + rdf:type owl:Class ; |
265 | - rdfs:label "Hot work"^^xsd:string . | 267 | + rdfs:label "Hot work"^^xsd:string ; |
268 | + rdfs:subClassOf ILAP:RiskType . | ||
266 | 269 | ||
267 | ILAP:IncentiveContract | 270 | ILAP:IncentiveContract |
268 | rdf:type owl:Class ; | 271 | rdf:type owl:Class ; |
... | @@ -319,8 +322,9 @@ ILAP:L7_ContractorOperationsSchedule | ... | @@ -319,8 +322,9 @@ ILAP:L7_ContractorOperationsSchedule |
319 | rdfs:label "COS"^^xsd:string . | 322 | rdfs:label "COS"^^xsd:string . |
320 | 323 | ||
321 | ILAP:LiftingOperation | 324 | ILAP:LiftingOperation |
322 | - rdf:type ILAP:RiskType ; | 325 | + rdf:type owl:Class ; |
323 | - rdfs:label "Lifting operation"^^xsd:string . | 326 | + rdfs:label "Lifting operation"^^xsd:string ; |
327 | + rdfs:subClassOf ILAP:RiskType . | ||
324 | 328 | ||
325 | ILAP:LivingQuarterShutdown | 329 | ILAP:LivingQuarterShutdown |
326 | rdf:type ILAP:ShutdownType ; | 330 | rdf:type ILAP:ShutdownType ; |
... | @@ -479,16 +483,18 @@ ILAP:Removal | ... | @@ -479,16 +483,18 @@ ILAP:Removal |
479 | rdfs:label "Removal"^^xsd:string . | 483 | rdfs:label "Removal"^^xsd:string . |
480 | 484 | ||
481 | ILAP:RemovalOfBarriers | 485 | ILAP:RemovalOfBarriers |
482 | - rdf:type ILAP:RiskType ; | 486 | + rdf:type owl:Class ; |
483 | - rdfs:label "Removal of barriers"^^xsd:string . | 487 | + rdfs:label "Removal of barriers"^^xsd:string ; |
488 | + rdfs:subClassOf ILAP:RiskType . | ||
484 | 489 | ||
485 | ILAP:Renewal | 490 | ILAP:Renewal |
486 | rdf:type ILAP:PlanLifecycleStage ; | 491 | rdf:type ILAP:PlanLifecycleStage ; |
487 | rdfs:label "Renew"^^xsd:string . | 492 | rdfs:label "Renew"^^xsd:string . |
488 | 493 | ||
489 | ILAP:ReservoirDrillingOperation | 494 | ILAP:ReservoirDrillingOperation |
490 | - rdf:type ILAP:RiskType ; | 495 | + rdf:type owl:Class ; |
491 | - rdfs:label "Reservoir drilling operation"^^xsd:string . | 496 | + rdfs:label "Reservoir drilling operation"^^xsd:string ; |
497 | + rdfs:subClassOf ILAP:RiskType . | ||
492 | 498 | ||
493 | ILAP:ResourceDriven | 499 | ILAP:ResourceDriven |
494 | rdf:type ILAP:PlanContractType ; | 500 | rdf:type ILAP:PlanContractType ; |
... | @@ -531,8 +537,9 @@ ILAP:ScheduledShutdown | ... | @@ -531,8 +537,9 @@ ILAP:ScheduledShutdown |
531 | rdfs:label "Scheduled Shutdown"^^xsd:string . | 537 | rdfs:label "Scheduled Shutdown"^^xsd:string . |
532 | 538 | ||
533 | ILAP:ShallowGasOperation | 539 | ILAP:ShallowGasOperation |
534 | - rdf:type ILAP:RiskType ; | 540 | + rdf:type owl:Class ; |
535 | - rdfs:label "Shallow gas operation"^^xsd:string . | 541 | + rdfs:label "Shallow gas operation"^^xsd:string ; |
542 | + rdfs:subClassOf ILAP:RiskType . | ||
536 | 543 | ||
537 | ILAP:ShutdownAndDecommisioning | 544 | ILAP:ShutdownAndDecommisioning |
538 | rdf:type ILAP:PlanLifecycleStage ; | 545 | rdf:type ILAP:PlanLifecycleStage ; |
... | @@ -546,7 +553,7 @@ ILAP:StandardFreeWeekendPeriod | ... | @@ -546,7 +553,7 @@ ILAP:StandardFreeWeekendPeriod |
546 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 553 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
547 | rdfs:label "Standard free weekend period"^^xsd:string ; | 554 | rdfs:label "Standard free weekend period"^^xsd:string ; |
548 | ILAP:hasCalendarPeriodFreeDay | 555 | ILAP:hasCalendarPeriodFreeDay |
549 | - ILAP:Sunday , ILAP:Saturday . | 556 | + ILAP:Saturday , ILAP:Sunday . |
550 | 557 | ||
551 | ILAP:StandardWorkWeekdayPeriod | 558 | ILAP:StandardWorkWeekdayPeriod |
552 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 559 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
... | @@ -593,8 +600,9 @@ ILAP:UserField | ... | @@ -593,8 +600,9 @@ ILAP:UserField |
593 | rdfs:subClassOf ILAP:Data . | 600 | rdfs:subClassOf ILAP:Data . |
594 | 601 | ||
595 | ILAP:VesselOperation | 602 | ILAP:VesselOperation |
596 | - rdf:type ILAP:RiskType ; | 603 | + rdf:type owl:Class ; |
597 | - rdfs:label "Vessel operation"^^xsd:string . | 604 | + rdfs:label "Vessel operation"^^xsd:string ; |
605 | + rdfs:subClassOf ILAP:RiskType . | ||
598 | 606 | ||
599 | ILAP:WaterInjectionShutdown | 607 | ILAP:WaterInjectionShutdown |
600 | rdf:type ILAP:ShutdownType ; | 608 | rdf:type ILAP:ShutdownType ; |
... | @@ -704,10 +712,10 @@ ILAP:hasWorkTaskResponsible | ... | @@ -704,10 +712,10 @@ ILAP:hasWorkTaskResponsible |
704 | rdfs:range ILAP:ResponsiblePerson . | 712 | rdfs:range ILAP:ResponsiblePerson . |
705 | 713 | ||
706 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> | 714 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> |
707 | - rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category . | 715 | + rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource . |
708 | 716 | ||
709 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> | 717 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> |
710 | - rdfs:subClassOf ILAP:Result , ILAP:Asset . | 718 | + rdfs:subClassOf ILAP:Asset , ILAP:Result . |
711 | 719 | ||
712 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> | 720 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> |
713 | rdfs:subClassOf ILAP:Phase . | 721 | rdfs:subClassOf ILAP:Phase . |
... | @@ -717,63 +725,63 @@ USERFIELDS:UserField | ... | @@ -717,63 +725,63 @@ USERFIELDS:UserField |
717 | [ rdf:type owl:Restriction ; | 725 | [ rdf:type owl:Restriction ; |
718 | owl:maxQualifiedCardinality | 726 | owl:maxQualifiedCardinality |
719 | "1"^^xsd:nonNegativeInteger ; | 727 | "1"^^xsd:nonNegativeInteger ; |
720 | - owl:onClass ILAP:Discipline ; | 728 | + owl:onClass ILAP:ShutdownType ; |
721 | - owl:onProperty USERFIELDS:hasDiscipline | 729 | + owl:onProperty USERFIELDS:hasShutdownType |
722 | ] ; | 730 | ] ; |
723 | rdfs:subClassOf | 731 | rdfs:subClassOf |
724 | [ rdf:type owl:Restriction ; | 732 | [ rdf:type owl:Restriction ; |
725 | owl:maxQualifiedCardinality | 733 | owl:maxQualifiedCardinality |
726 | "1"^^xsd:nonNegativeInteger ; | 734 | "1"^^xsd:nonNegativeInteger ; |
727 | - owl:onClass ILAP:MilestoneType ; | 735 | + owl:onClass ILAP:Result ; |
728 | - owl:onProperty USERFIELDS:hasMilestone | 736 | + owl:onProperty USERFIELDS:hasProduct |
729 | ] ; | 737 | ] ; |
730 | rdfs:subClassOf | 738 | rdfs:subClassOf |
731 | [ rdf:type owl:Restriction ; | 739 | [ rdf:type owl:Restriction ; |
732 | owl:maxQualifiedCardinality | 740 | owl:maxQualifiedCardinality |
733 | "1"^^xsd:nonNegativeInteger ; | 741 | "1"^^xsd:nonNegativeInteger ; |
734 | - owl:onClass ILAP:Contractor ; | 742 | + owl:onClass ILAP:Phase ; |
735 | - owl:onProperty USERFIELDS:hasContractor | 743 | + owl:onProperty USERFIELDS:hasProjectPhase |
736 | ] ; | 744 | ] ; |
737 | rdfs:subClassOf | 745 | rdfs:subClassOf |
738 | [ rdf:type owl:Restriction ; | 746 | [ rdf:type owl:Restriction ; |
739 | owl:maxQualifiedCardinality | 747 | owl:maxQualifiedCardinality |
740 | "1"^^xsd:nonNegativeInteger ; | 748 | "1"^^xsd:nonNegativeInteger ; |
741 | - owl:onClass ILAP:Facility ; | 749 | + owl:onClass ILAP:Discipline ; |
742 | - owl:onProperty USERFIELDS:hasFacility | 750 | + owl:onProperty USERFIELDS:hasCategory |
743 | ] ; | 751 | ] ; |
744 | rdfs:subClassOf | 752 | rdfs:subClassOf |
745 | [ rdf:type owl:Restriction ; | 753 | [ rdf:type owl:Restriction ; |
746 | owl:maxQualifiedCardinality | 754 | owl:maxQualifiedCardinality |
747 | "1"^^xsd:nonNegativeInteger ; | 755 | "1"^^xsd:nonNegativeInteger ; |
748 | - owl:onClass ILAP:Discipline ; | 756 | + owl:onClass ILAP:Facility ; |
749 | - owl:onProperty USERFIELDS:hasCategory | 757 | + owl:onProperty USERFIELDS:hasFacility |
750 | ] ; | 758 | ] ; |
751 | rdfs:subClassOf | 759 | rdfs:subClassOf |
752 | [ rdf:type owl:Restriction ; | 760 | [ rdf:type owl:Restriction ; |
753 | owl:maxQualifiedCardinality | 761 | owl:maxQualifiedCardinality |
754 | "1"^^xsd:nonNegativeInteger ; | 762 | "1"^^xsd:nonNegativeInteger ; |
755 | - owl:onClass ILAP:Phase ; | 763 | + owl:onClass ILAP:Contractor ; |
756 | - owl:onProperty USERFIELDS:hasProjectPhase | 764 | + owl:onProperty USERFIELDS:hasContractor |
757 | ] ; | 765 | ] ; |
758 | rdfs:subClassOf | 766 | rdfs:subClassOf |
759 | [ rdf:type owl:Restriction ; | 767 | [ rdf:type owl:Restriction ; |
760 | owl:maxQualifiedCardinality | 768 | owl:maxQualifiedCardinality |
761 | "1"^^xsd:nonNegativeInteger ; | 769 | "1"^^xsd:nonNegativeInteger ; |
762 | - owl:onClass ILAP:Result ; | 770 | + owl:onClass ILAP:MilestoneType ; |
763 | - owl:onProperty USERFIELDS:hasProduct | 771 | + owl:onProperty USERFIELDS:hasMilestone |
764 | ] ; | 772 | ] ; |
765 | rdfs:subClassOf | 773 | rdfs:subClassOf |
766 | [ rdf:type owl:Restriction ; | 774 | [ rdf:type owl:Restriction ; |
767 | owl:maxQualifiedCardinality | 775 | owl:maxQualifiedCardinality |
768 | "1"^^xsd:nonNegativeInteger ; | 776 | "1"^^xsd:nonNegativeInteger ; |
769 | - owl:onClass ILAP:ShutdownType ; | 777 | + owl:onClass ILAP:Discipline ; |
770 | - owl:onProperty USERFIELDS:hasShutdownType | 778 | + owl:onProperty USERFIELDS:hasDiscipline |
771 | ] . | 779 | ] . |
772 | 780 | ||
773 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> | 781 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> |
774 | rdf:type owl:Class ; | 782 | rdf:type owl:Class ; |
775 | - rdfs:label "Regulator 1"^^xsd:string , "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ; | 783 | + rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string , "Regulator 1"^^xsd:string ; |
776 | - rdfs:subClassOf ILAP:Regulator , ILAP:Operator , ILAP:Contractor . | 784 | + rdfs:subClassOf ILAP:Contractor , ILAP:Operator , ILAP:Regulator . |
777 | 785 | ||
778 | <http://data.posccaesar.org/npd/ontology/productionFacility> | 786 | <http://data.posccaesar.org/npd/ontology/productionFacility> |
779 | rdf:type owl:Class ; | 787 | rdf:type owl:Class ; |
... | @@ -783,7 +791,7 @@ USERFIELDS:UserField | ... | @@ -783,7 +791,7 @@ USERFIELDS:UserField |
783 | rdl:RDS282149 | 791 | rdl:RDS282149 |
784 | rdf:type owl:Class ; | 792 | rdf:type owl:Class ; |
785 | rdfs:label "RDS282149"^^xsd:string ; | 793 | rdfs:label "RDS282149"^^xsd:string ; |
786 | - rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . | 794 | + rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . |
787 | 795 | ||
788 | <http://data.posccaesar.orgnpd/ontology/License> | 796 | <http://data.posccaesar.orgnpd/ontology/License> |
789 | rdf:type owl:Class ; | 797 | rdf:type owl:Class ; | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment