Tore Christiansen

Added missing COR Disciplines

...@@ -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 ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , USERFIELDS: . 18 + owl:imports USERFIELDS: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: .
19 19
20 ILAP: 20 ILAP:
21 rdf:type owl:Ontology ; 21 rdf:type owl:Ontology ;
...@@ -66,6 +66,41 @@ ILAP:CAPEX ...@@ -66,6 +66,41 @@ ILAP:CAPEX
66 rdf:type ILAP:PlanExpenseType ; 66 rdf:type ILAP:PlanExpenseType ;
67 rdfs:label "CAPEX"^^xsd:string . 67 rdfs:label "CAPEX"^^xsd:string .
68 68
69 +ILAP:COR_KI
70 + rdf:type owl:Class ;
71 + rdfs:label "Automation"^^xsd:string ;
72 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_K> .
73 +
74 +ILAP:COR_KK
75 + rdf:type owl:Class ;
76 + rdfs:label "Maintenance"^^xsd:string ;
77 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_K> .
78 +
79 +ILAP:COR_KX
80 + rdf:type owl:Class ;
81 + rdfs:label "LCI"^^xsd:string ;
82 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_K> .
83 +
84 +ILAP:COR_LI
85 + rdf:type owl:Class ;
86 + rdfs:label "Automation Direct Labor"^^xsd:string ;
87 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_L> .
88 +
89 +ILAP:COR_LV
90 + rdf:type owl:Class ;
91 + rdfs:label "Pre-Commisioning"^^xsd:string ;
92 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_L> .
93 +
94 +ILAP:COR_LX
95 + rdf:type owl:Class ;
96 + rdfs:label "Insulation Direct Labor"^^xsd:string ;
97 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_L> .
98 +
99 +ILAP:COR_MX
100 + rdf:type owl:Class ;
101 + rdfs:label "Commisioning Assistance"^^xsd:string ;
102 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_M> .
103 +
69 ILAP:Campaign 104 ILAP:Campaign
70 rdf:type ILAP:ShutdownType ; 105 rdf:type ILAP:ShutdownType ;
71 rdfs:label "Campaign"^^xsd:string . 106 rdfs:label "Campaign"^^xsd:string .
...@@ -132,7 +167,7 @@ ILAP:DependentOnShutdown ...@@ -132,7 +167,7 @@ ILAP:DependentOnShutdown
132 167
133 ILAP:Development 168 ILAP:Development
134 rdf:type ILAP:PlanLifecycleStage ; 169 rdf:type ILAP:PlanLifecycleStage ;
135 - rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . 170 + rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string .
136 171
137 ILAP:DisasterRecovery 172 ILAP:DisasterRecovery
138 rdf:type ILAP:PlanObjectiveType ; 173 rdf:type ILAP:PlanObjectiveType ;
...@@ -159,8 +194,8 @@ ILAP:DuringNormalOperation ...@@ -159,8 +194,8 @@ ILAP:DuringNormalOperation
159 rdfs:label "During Normal Operation"^^xsd:string . 194 rdfs:label "During Normal Operation"^^xsd:string .
160 195
161 ILAP:DuringShutdown 196 ILAP:DuringShutdown
162 - rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ; 197 + rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ;
163 - rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string . 198 + rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string .
164 199
165 ILAP:EquipmentShutdown 200 ILAP:EquipmentShutdown
166 rdf:type ILAP:ShutdownType ; 201 rdf:type ILAP:ShutdownType ;
...@@ -553,7 +588,7 @@ ILAP:StandardFreeWeekendPeriod ...@@ -553,7 +588,7 @@ ILAP:StandardFreeWeekendPeriod
553 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 588 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
554 rdfs:label "Standard free weekend period"^^xsd:string ; 589 rdfs:label "Standard free weekend period"^^xsd:string ;
555 ILAP:hasCalendarPeriodFreeDay 590 ILAP:hasCalendarPeriodFreeDay
556 - ILAP:Saturday , ILAP:Sunday . 591 + ILAP:Sunday , ILAP:Saturday .
557 592
558 ILAP:StandardWorkWeekdayPeriod 593 ILAP:StandardWorkWeekdayPeriod
559 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 594 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -712,10 +747,10 @@ ILAP:hasWorkTaskResponsible ...@@ -712,10 +747,10 @@ ILAP:hasWorkTaskResponsible
712 rdfs:range ILAP:ResponsiblePerson . 747 rdfs:range ILAP:ResponsiblePerson .
713 748
714 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> 749 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
715 - rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource . 750 + rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category .
716 751
717 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> 752 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
718 - rdfs:subClassOf ILAP:Asset , ILAP:Result . 753 + rdfs:subClassOf ILAP:Result , ILAP:Asset .
719 754
720 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> 755 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
721 rdfs:subClassOf ILAP:Phase . 756 rdfs:subClassOf ILAP:Phase .
...@@ -725,63 +760,63 @@ USERFIELDS:UserField ...@@ -725,63 +760,63 @@ USERFIELDS:UserField
725 [ rdf:type owl:Restriction ; 760 [ rdf:type owl:Restriction ;
726 owl:maxQualifiedCardinality 761 owl:maxQualifiedCardinality
727 "1"^^xsd:nonNegativeInteger ; 762 "1"^^xsd:nonNegativeInteger ;
728 - owl:onClass ILAP:ShutdownType ; 763 + owl:onClass ILAP:Discipline ;
729 - owl:onProperty USERFIELDS:hasShutdownType 764 + owl:onProperty USERFIELDS:hasDiscipline
730 ] ; 765 ] ;
731 rdfs:subClassOf 766 rdfs:subClassOf
732 [ rdf:type owl:Restriction ; 767 [ rdf:type owl:Restriction ;
733 owl:maxQualifiedCardinality 768 owl:maxQualifiedCardinality
734 "1"^^xsd:nonNegativeInteger ; 769 "1"^^xsd:nonNegativeInteger ;
735 - owl:onClass ILAP:Result ; 770 + owl:onClass ILAP:MilestoneType ;
736 - owl:onProperty USERFIELDS:hasProduct 771 + owl:onProperty USERFIELDS:hasMilestone
737 ] ; 772 ] ;
738 rdfs:subClassOf 773 rdfs:subClassOf
739 [ rdf:type owl:Restriction ; 774 [ rdf:type owl:Restriction ;
740 owl:maxQualifiedCardinality 775 owl:maxQualifiedCardinality
741 "1"^^xsd:nonNegativeInteger ; 776 "1"^^xsd:nonNegativeInteger ;
742 - owl:onClass ILAP:Phase ; 777 + owl:onClass ILAP:Contractor ;
743 - owl:onProperty USERFIELDS:hasProjectPhase 778 + owl:onProperty USERFIELDS:hasContractor
744 ] ; 779 ] ;
745 rdfs:subClassOf 780 rdfs:subClassOf
746 [ rdf:type owl:Restriction ; 781 [ rdf:type owl:Restriction ;
747 owl:maxQualifiedCardinality 782 owl:maxQualifiedCardinality
748 "1"^^xsd:nonNegativeInteger ; 783 "1"^^xsd:nonNegativeInteger ;
749 - owl:onClass ILAP:Discipline ; 784 + owl:onClass ILAP:Facility ;
750 - owl:onProperty USERFIELDS:hasCategory 785 + owl:onProperty USERFIELDS:hasFacility
751 ] ; 786 ] ;
752 rdfs:subClassOf 787 rdfs:subClassOf
753 [ rdf:type owl:Restriction ; 788 [ rdf:type owl:Restriction ;
754 owl:maxQualifiedCardinality 789 owl:maxQualifiedCardinality
755 "1"^^xsd:nonNegativeInteger ; 790 "1"^^xsd:nonNegativeInteger ;
756 - owl:onClass ILAP:Facility ; 791 + owl:onClass ILAP:Discipline ;
757 - owl:onProperty USERFIELDS:hasFacility 792 + owl:onProperty USERFIELDS:hasCategory
758 ] ; 793 ] ;
759 rdfs:subClassOf 794 rdfs:subClassOf
760 [ rdf:type owl:Restriction ; 795 [ rdf:type owl:Restriction ;
761 owl:maxQualifiedCardinality 796 owl:maxQualifiedCardinality
762 "1"^^xsd:nonNegativeInteger ; 797 "1"^^xsd:nonNegativeInteger ;
763 - owl:onClass ILAP:Contractor ; 798 + owl:onClass ILAP:Phase ;
764 - owl:onProperty USERFIELDS:hasContractor 799 + owl:onProperty USERFIELDS:hasProjectPhase
765 ] ; 800 ] ;
766 rdfs:subClassOf 801 rdfs:subClassOf
767 [ rdf:type owl:Restriction ; 802 [ rdf:type owl:Restriction ;
768 owl:maxQualifiedCardinality 803 owl:maxQualifiedCardinality
769 "1"^^xsd:nonNegativeInteger ; 804 "1"^^xsd:nonNegativeInteger ;
770 - owl:onClass ILAP:MilestoneType ; 805 + owl:onClass ILAP:Result ;
771 - owl:onProperty USERFIELDS:hasMilestone 806 + owl:onProperty USERFIELDS:hasProduct
772 ] ; 807 ] ;
773 rdfs:subClassOf 808 rdfs:subClassOf
774 [ rdf:type owl:Restriction ; 809 [ rdf:type owl:Restriction ;
775 owl:maxQualifiedCardinality 810 owl:maxQualifiedCardinality
776 "1"^^xsd:nonNegativeInteger ; 811 "1"^^xsd:nonNegativeInteger ;
777 - owl:onClass ILAP:Discipline ; 812 + owl:onClass ILAP:ShutdownType ;
778 - owl:onProperty USERFIELDS:hasDiscipline 813 + owl:onProperty USERFIELDS:hasShutdownType
779 ] . 814 ] .
780 815
781 <http://data.posccaesar.org/npd/ontology/OperatingCompany> 816 <http://data.posccaesar.org/npd/ontology/OperatingCompany>
782 rdf:type owl:Class ; 817 rdf:type owl:Class ;
783 - rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string , "Regulator 1"^^xsd:string ; 818 + rdfs:label "Regulator 1"^^xsd:string , "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ;
784 - rdfs:subClassOf ILAP:Contractor , ILAP:Operator , ILAP:Regulator . 819 + rdfs:subClassOf ILAP:Regulator , ILAP:Operator , ILAP:Contractor .
785 820
786 <http://data.posccaesar.org/npd/ontology/productionFacility> 821 <http://data.posccaesar.org/npd/ontology/productionFacility>
787 rdf:type owl:Class ; 822 rdf:type owl:Class ;
...@@ -791,7 +826,7 @@ USERFIELDS:UserField ...@@ -791,7 +826,7 @@ USERFIELDS:UserField
791 rdl:RDS282149 826 rdl:RDS282149
792 rdf:type owl:Class ; 827 rdf:type owl:Class ;
793 rdfs:label "RDS282149"^^xsd:string ; 828 rdfs:label "RDS282149"^^xsd:string ;
794 - rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . 829 + rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization .
795 830
796 <http://data.posccaesar.orgnpd/ontology/License> 831 <http://data.posccaesar.orgnpd/ontology/License>
797 rdf:type owl:Class ; 832 rdf:type owl:Class ;
......