Showing
1 changed file
with
70 additions
and
38 deletions
... | @@ -576,10 +576,10 @@ | ... | @@ -576,10 +576,10 @@ |
576 | rdfs:label "Current schedule for plan"^^xsd:string ; | 576 | rdfs:label "Current schedule for plan"^^xsd:string ; |
577 | rdfs:subClassOf :ScheduleForPlan ; | 577 | rdfs:subClassOf :ScheduleForPlan ; |
578 | . | 578 | . |
579 | -:DR_Activity | 579 | +:D |
580 | - rdf:type :DrillingWorkType ; | 580 | + rdf:type :WellServicesWorkType ; |
581 | - rdfs:comment "A Status Value for Activities that involve Drilling (part of Use Case 2.5.1)"^^xsd:string ; | 581 | + rdfs:comment "A Well Services Work Type (part of Use Case 2.5.1)"^^xsd:string ; |
582 | - rdfs:label "DR Activity"^^xsd:string ; | 582 | + rdfs:label "D"^^xsd:string ; |
583 | . | 583 | . |
584 | :DailyRepeatPeriod | 584 | :DailyRepeatPeriod |
585 | rdf:type owl:Class ; | 585 | rdf:type owl:Class ; |
... | @@ -644,16 +644,16 @@ | ... | @@ -644,16 +644,16 @@ |
644 | rdfs:subClassOf owl:Thing ; | 644 | rdfs:subClassOf owl:Thing ; |
645 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS6811233> ; | 645 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS6811233> ; |
646 | . | 646 | . |
647 | +:DrillingProjectType | ||
648 | + rdf:type owl:Class ; | ||
649 | + rdfs:comment "An System Condition that classifies the Type of Drilling Project."^^xsd:string ; | ||
650 | + rdfs:label "Drilling Project Type"^^xsd:string ; | ||
651 | + rdfs:subClassOf :SystemCondition ; | ||
652 | +. | ||
647 | :DrillingShutdown | 653 | :DrillingShutdown |
648 | rdf:type :ShutdownType ; | 654 | rdf:type :ShutdownType ; |
649 | rdfs:label "Drilling Shutdown"^^xsd:string ; | 655 | rdfs:label "Drilling Shutdown"^^xsd:string ; |
650 | . | 656 | . |
651 | -:DrillingWorkType | ||
652 | - rdf:type owl:Class ; | ||
653 | - rdfs:comment "An Descriptor that classifies Drilling Activities"^^xsd:string ; | ||
654 | - rdfs:label "Type of drilling work"^^xsd:string ; | ||
655 | - rdfs:subClassOf :SystemCondition ; | ||
656 | -. | ||
657 | :DuringNormalOperation | 657 | :DuringNormalOperation |
658 | rdf:type :SystemCondition ; | 658 | rdf:type :SystemCondition ; |
659 | rdfs:label "During normal operation"^^xsd:string ; | 659 | rdfs:label "During normal operation"^^xsd:string ; |
... | @@ -823,6 +823,11 @@ | ... | @@ -823,6 +823,11 @@ |
823 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1021182910> ; | 823 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1021182910> ; |
824 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS17211212812> ; | 824 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS17211212812> ; |
825 | . | 825 | . |
826 | +:GEA | ||
827 | + rdf:type :DrillingProjectType ; | ||
828 | + rdfs:comment "A Drilling Project Type (part of Use Case 2.5.1)"^^xsd:string ; | ||
829 | + rdfs:label "GEA"^^xsd:string ; | ||
830 | +. | ||
826 | :GasExportShutdown | 831 | :GasExportShutdown |
827 | rdf:type :ShutdownType ; | 832 | rdf:type :ShutdownType ; |
828 | rdfs:label "Gas export shutdown"^^xsd:string ; | 833 | rdfs:label "Gas export shutdown"^^xsd:string ; |
... | @@ -874,6 +879,19 @@ | ... | @@ -874,6 +879,19 @@ |
874 | rdf:type :SystemCondition ; | 879 | rdf:type :SystemCondition ; |
875 | rdfs:label "Indpendent of operation"^^xsd:string ; | 880 | rdfs:label "Indpendent of operation"^^xsd:string ; |
876 | . | 881 | . |
882 | +:InformationInDrillingPlan | ||
883 | + rdf:type :WellInformationInPlan ; | ||
884 | + rdfs:label "Information In Drilling Plan"^^xsd:string ; | ||
885 | +. | ||
886 | +:InformationInWellServicesPlan | ||
887 | + rdf:type :WellInformationInPlan ; | ||
888 | + rdfs:label "Information In Well Services Plan"^^xsd:string ; | ||
889 | +. | ||
890 | +:Injection | ||
891 | + rdf:type :DrillingProjectType ; | ||
892 | + rdfs:comment "A Drilling Project Type (part of Use Case 2.5.1)"^^xsd:string ; | ||
893 | + rdfs:label "Injection"^^xsd:string ; | ||
894 | +. | ||
877 | :License | 895 | :License |
878 | rdf:type owl:Class ; | 896 | rdf:type owl:Class ; |
879 | rdfs:comment "An Asset that represents permission to explore and exploit petrochemical reserves in a defined area."^^xsd:string ; | 897 | rdfs:comment "An Asset that represents permission to explore and exploit petrochemical reserves in a defined area."^^xsd:string ; |
... | @@ -911,6 +929,11 @@ | ... | @@ -911,6 +929,11 @@ |
911 | rdf:type :Priority ; | 929 | rdf:type :Priority ; |
912 | rdfs:label "Low priority"^^xsd:string ; | 930 | rdfs:label "Low priority"^^xsd:string ; |
913 | . | 931 | . |
932 | +:M | ||
933 | + rdf:type :WellServicesWorkType ; | ||
934 | + rdfs:comment "A Well Services Work Type (part of Use Case 2.5.1)"^^xsd:string ; | ||
935 | + rdfs:label "M"^^xsd:string ; | ||
936 | +. | ||
914 | :MainContractor | 937 | :MainContractor |
915 | rdf:type owl:Class ; | 938 | rdf:type owl:Class ; |
916 | rdfs:comment "A Contractor that has the overall responsibility for a contract"^^xsd:string ; | 939 | rdfs:comment "A Contractor that has the overall responsibility for a contract"^^xsd:string ; |
... | @@ -1022,6 +1045,17 @@ | ... | @@ -1022,6 +1045,17 @@ |
1022 | rdfs:label "Operator"^^xsd:string ; | 1045 | rdfs:label "Operator"^^xsd:string ; |
1023 | rdfs:subClassOf :Responsible ; | 1046 | rdfs:subClassOf :Responsible ; |
1024 | . | 1047 | . |
1048 | +:P | ||
1049 | + rdf:type :WellServicesWorkType ; | ||
1050 | + rdfs:comment "A Well Services Work Type (part of Use Case 2.5.1)"^^xsd:string ; | ||
1051 | + rdfs:label "P"^^xsd:string ; | ||
1052 | +. | ||
1053 | +:PandA | ||
1054 | + rdf:type :DrillingProjectType ; | ||
1055 | + rdf:type :WellServicesWorkType ; | ||
1056 | + rdfs:comment "A Drilling Project Type and a Well Services Work Type (part of Use Case 2.5.1)"^^xsd:string ; | ||
1057 | + rdfs:label "P & A"^^xsd:string ; | ||
1058 | +. | ||
1025 | :Pending | 1059 | :Pending |
1026 | rdf:type :ActivityStatus ; | 1060 | rdf:type :ActivityStatus ; |
1027 | rdfs:label "Pending"^^xsd:string ; | 1061 | rdfs:label "Pending"^^xsd:string ; |
... | @@ -1259,6 +1293,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1259,6 +1293,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
1259 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ; | 1293 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ; |
1260 | rdfs:subClassOf owl:Thing ; | 1294 | rdfs:subClassOf owl:Thing ; |
1261 | . | 1295 | . |
1296 | +:Production | ||
1297 | + rdf:type :DrillingProjectType ; | ||
1298 | + rdfs:comment "A Drilling Project Type (part of Use Case 2.5.1)"^^xsd:string ; | ||
1299 | + rdfs:label "Production"^^xsd:string ; | ||
1300 | +. | ||
1262 | :ProductionShutdown | 1301 | :ProductionShutdown |
1263 | rdf:type :ShutdownType ; | 1302 | rdf:type :ShutdownType ; |
1264 | rdfs:label "Production shutdown"^^xsd:string ; | 1303 | rdfs:label "Production shutdown"^^xsd:string ; |
... | @@ -1825,8 +1864,8 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1825,8 +1864,8 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
1825 | . | 1864 | . |
1826 | :ShutdownType | 1865 | :ShutdownType |
1827 | rdf:type owl:Class ; | 1866 | rdf:type owl:Class ; |
1828 | - rdfs:comment "A Descriptor that classifies Shutdown activities"^^xsd:string ; | 1867 | + rdfs:comment "A System Condition that classifies Shutdown activities."^^xsd:string ; |
1829 | - rdfs:label "Shutdown type"^^xsd:string ; | 1868 | + rdfs:label "Shutdown Type"^^xsd:string ; |
1830 | rdfs:subClassOf :SystemCondition ; | 1869 | rdfs:subClassOf :SystemCondition ; |
1831 | . | 1870 | . |
1832 | :StartingUp | 1871 | :StartingUp |
... | @@ -1876,14 +1915,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1876,14 +1915,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
1876 | rdf:type :ShutdownType ; | 1915 | rdf:type :ShutdownType ; |
1877 | rdfs:label "System shutdown"^^xsd:string ; | 1916 | rdfs:label "System shutdown"^^xsd:string ; |
1878 | . | 1917 | . |
1879 | -:TaskIsDRactivity | ||
1880 | - rdf:type :WellInformationType ; | ||
1881 | - rdfs:label "Task is DRactivity"^^xsd:string ; | ||
1882 | -. | ||
1883 | -:TaskIsWSactivity | ||
1884 | - rdf:type :WellInformationType ; | ||
1885 | - rdfs:label "Task is WSactivity"^^xsd:string ; | ||
1886 | -. | ||
1887 | :Thursday | 1918 | :Thursday |
1888 | rdf:type :Weekday ; | 1919 | rdf:type :Weekday ; |
1889 | . | 1920 | . |
... | @@ -2074,11 +2105,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2074,11 +2105,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2074 | rdf:type :RiskFactor ; | 2105 | rdf:type :RiskFactor ; |
2075 | rdfs:label "Vesel operation"^^xsd:string ; | 2106 | rdfs:label "Vesel operation"^^xsd:string ; |
2076 | . | 2107 | . |
2077 | -:WS_Activity | ||
2078 | - rdf:type :DrillingWorkType ; | ||
2079 | - rdfs:comment "A Status Value for Activities that involve Well Services (part of Use Case 2.5.1)"^^xsd:string ; | ||
2080 | - rdfs:label "WS Activity"^^xsd:string ; | ||
2081 | -. | ||
2082 | :WaterInjectionShutdown | 2108 | :WaterInjectionShutdown |
2083 | rdf:type :ShutdownType ; | 2109 | rdf:type :ShutdownType ; |
2084 | rdfs:label "Water injection shutdown"^^xsd:string ; | 2110 | rdfs:label "Water injection shutdown"^^xsd:string ; |
... | @@ -2131,15 +2157,15 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2131,15 +2157,15 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2131 | . | 2157 | . |
2132 | :WellCompletionType | 2158 | :WellCompletionType |
2133 | rdf:type owl:Class ; | 2159 | rdf:type owl:Class ; |
2134 | - rdfs:comment "A Descriptor for the purpose of the outfitting of a 'wellbore'."^^xsd:string ; | 2160 | + rdfs:comment "A System Condition that classifies type of completion of drilling."^^xsd:string ; |
2135 | - rdfs:label "Type of Well completion"^^xsd:string ; | 2161 | + rdfs:label "Well Completion Type"^^xsd:string ; |
2136 | rdfs:subClassOf :SystemCondition ; | 2162 | rdfs:subClassOf :SystemCondition ; |
2137 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1713402431> ; | 2163 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1713402431> ; |
2138 | . | 2164 | . |
2139 | -:WellInformationType | 2165 | +:WellInformationInPlan |
2140 | rdf:type owl:Class ; | 2166 | rdf:type owl:Class ; |
2141 | - rdfs:comment "A Descriptor for the type of information associated with a drilling activity"^^xsd:string ; | 2167 | + rdfs:comment "A System Condition that is used to determine which plan has information about drilling activites."^^xsd:string ; |
2142 | - rdfs:label "Type of Well information"^^xsd:string ; | 2168 | + rdfs:label "Well Information In Plan"^^xsd:string ; |
2143 | rdfs:subClassOf :SystemCondition ; | 2169 | rdfs:subClassOf :SystemCondition ; |
2144 | . | 2170 | . |
2145 | :WellIsolationPlan | 2171 | :WellIsolationPlan |
... | @@ -2148,23 +2174,29 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2148,23 +2174,29 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2148 | rdfs:label "Wel Isolaton Plan"^^xsd:string ; | 2174 | rdfs:label "Wel Isolaton Plan"^^xsd:string ; |
2149 | rdfs:subClassOf :PlanForActivity ; | 2175 | rdfs:subClassOf :PlanForActivity ; |
2150 | . | 2176 | . |
2177 | +:WellIsolationPlanRequired | ||
2178 | + rdf:type owl:Class ; | ||
2179 | + rdfs:comment "A System Condition that is used to describe if an isolation plan is required."^^xsd:string ; | ||
2180 | + rdfs:label "Well Isolation Plan Required"^^xsd:string ; | ||
2181 | + rdfs:subClassOf :SystemCondition ; | ||
2182 | +. | ||
2183 | +:WellServicesWorkType | ||
2184 | + rdf:type owl:Class ; | ||
2185 | + rdfs:comment "A System Condition that classifies the type of well services work."^^xsd:string ; | ||
2186 | + rdfs:label "Well Services Work Type"^^xsd:string ; | ||
2187 | + rdfs:subClassOf :SystemCondition ; | ||
2188 | +. | ||
2151 | :WellTransfer | 2189 | :WellTransfer |
2152 | rdf:type :SystemCondition ; | 2190 | rdf:type :SystemCondition ; |
2153 | rdfs:label "Well transfer"^^xsd:string ; | 2191 | rdfs:label "Well transfer"^^xsd:string ; |
2154 | . | 2192 | . |
2155 | :WellType | 2193 | :WellType |
2156 | rdf:type owl:Class ; | 2194 | rdf:type owl:Class ; |
2157 | - rdfs:comment "A Descriptor that descripbes the type of Well"^^xsd:string ; | 2195 | + rdfs:comment "A System Condition that classifies the type of Well."^^xsd:string ; |
2158 | - rdfs:label "Type of Well"^^xsd:string ; | 2196 | + rdfs:label "Well Type"^^xsd:string ; |
2159 | rdfs:subClassOf :SystemCondition ; | 2197 | rdfs:subClassOf :SystemCondition ; |
2160 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16633002> ; | 2198 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16633002> ; |
2161 | . | 2199 | . |
2162 | -:WellWorkType | ||
2163 | - rdf:type owl:Class ; | ||
2164 | - rdfs:comment "A Descriptor for the type of well work"^^xsd:string ; | ||
2165 | - rdfs:label "Type of Well Work"^^xsd:string ; | ||
2166 | - rdfs:subClassOf :SystemCondition ; | ||
2167 | -. | ||
2168 | :WorkCenter | 2200 | :WorkCenter |
2169 | rdf:type owl:Class ; | 2201 | rdf:type owl:Class ; |
2170 | rdfs:comment "A Location where work is accomplished"^^xsd:string ; | 2202 | rdfs:comment "A Location where work is accomplished"^^xsd:string ; | ... | ... |
-
Please register or login to post a comment