Fixed DRILL EQ TYPE prefix and import, fixed Equipment Failure bug from Ian
Showing
3 changed files
with
196 additions
and
196 deletions
This diff could not be displayed because it is too large.
1 | -# Saved by TopBraid on Sat Aug 20 19:01:48 BST 2011 | 1 | +# Saved by TopBraid on Tue Oct 04 17:45:19 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/schema/drilling-equipment-type | 2 | # baseURI: http://www.reportinghub.no/ep/schema/drilling-equipment-type |
3 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
4 | 4 | ||
5 | -@prefix : <http://www.reportinghub.no/ep/schema/drilling-equipment-type#> . | ||
6 | @prefix dc: <http://purl.org/dc/elements/1.1/> . | 5 | @prefix dc: <http://purl.org/dc/elements/1.1/> . |
6 | +@prefix ep-drill-eqt-typ: <http://www.reportinghub.no/ep/schema/drilling-equipment-type#> . | ||
7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
8 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 8 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
9 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 9 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
... | @@ -17,396 +17,396 @@ | ... | @@ -17,396 +17,396 @@ |
17 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> ; | 17 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> ; |
18 | owl:versionInfo "0.1.0"^^xsd:string . | 18 | owl:versionInfo "0.1.0"^^xsd:string . |
19 | 19 | ||
20 | -:Drillfloor--drawworks | 20 | +ep-drill-eqt-typ:Drillfloor--drawworks |
21 | - rdf:type :DrillingEquipmentType ; | 21 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
22 | rdfs:label "drillfloor--drawworks"^^xsd:string ; | 22 | rdfs:label "drillfloor--drawworks"^^xsd:string ; |
23 | - rdfs:subClassOf :DrillingEquipment ; | 23 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
24 | dc:description "A CDRS equipment class that is a class defined as drilling drawworks equipment on a drilling rig."^^xsd:string . | 24 | dc:description "A CDRS equipment class that is a class defined as drilling drawworks equipment on a drilling rig."^^xsd:string . |
25 | 25 | ||
26 | -:Drillfloor--drillingcontrol | 26 | +ep-drill-eqt-typ:Drillfloor--drillingcontrol |
27 | - rdf:type :DrillingEquipmentType ; | 27 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
28 | rdfs:label "drillfloor--drillingcontrol"^^xsd:string ; | 28 | rdfs:label "drillfloor--drillingcontrol"^^xsd:string ; |
29 | - rdfs:subClassOf :DrillingEquipment ; | 29 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
30 | dc:description "A CDRS equipment class that is a class defined as drilling control equipment on a drilling rig."^^xsd:string . | 30 | dc:description "A CDRS equipment class that is a class defined as drilling control equipment on a drilling rig."^^xsd:string . |
31 | 31 | ||
32 | -:Drillfloor--hpairsyst | 32 | +ep-drill-eqt-typ:Drillfloor--hpairsyst |
33 | - rdf:type :DrillingEquipmentType ; | 33 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
34 | rdfs:label "drillfloor--hpairsyst"^^xsd:string ; | 34 | rdfs:label "drillfloor--hpairsyst"^^xsd:string ; |
35 | - rdfs:subClassOf :DrillingEquipment ; | 35 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
36 | dc:description "A CDRS equipment class that is a class defined as high pressure air system equipment on a drilling rig."^^xsd:string . | 36 | dc:description "A CDRS equipment class that is a class defined as high pressure air system equipment on a drilling rig."^^xsd:string . |
37 | 37 | ||
38 | -:Drillfloor--other | 38 | +ep-drill-eqt-typ:Drillfloor--other |
39 | - rdf:type :DrillingEquipmentType ; | 39 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
40 | rdfs:label "drillfloor--other"^^xsd:string ; | 40 | rdfs:label "drillfloor--other"^^xsd:string ; |
41 | - rdfs:subClassOf :DrillingEquipment ; | 41 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
42 | dc:description "A CDRS equipment class that is a class defined to be other drillfloor equipment on a drilling rig."^^xsd:string . | 42 | dc:description "A CDRS equipment class that is a class defined to be other drillfloor equipment on a drilling rig."^^xsd:string . |
43 | 43 | ||
44 | -:Drillfloor--rotarytable | 44 | +ep-drill-eqt-typ:Drillfloor--rotarytable |
45 | - rdf:type :DrillingEquipmentType ; | 45 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
46 | rdfs:label "drillfloor--rotarytable"^^xsd:string ; | 46 | rdfs:label "drillfloor--rotarytable"^^xsd:string ; |
47 | - rdfs:subClassOf :DrillingEquipment ; | 47 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
48 | dc:description "A CDRS equipment class that is a class defined as rotary table equipment on a drilling rig."^^xsd:string . | 48 | dc:description "A CDRS equipment class that is a class defined as rotary table equipment on a drilling rig."^^xsd:string . |
49 | 49 | ||
50 | -:Drillfloor--tensioningsyst | 50 | +ep-drill-eqt-typ:Drillfloor--tensioningsyst |
51 | - rdf:type :DrillingEquipmentType ; | 51 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
52 | rdfs:label "drillfloor--tensioningsyst"^^xsd:string ; | 52 | rdfs:label "drillfloor--tensioningsyst"^^xsd:string ; |
53 | - rdfs:subClassOf :DrillingEquipment ; | 53 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
54 | dc:description "A CDRS equipment class that is a class defined as tensioning system equipment on a drilling rig."^^xsd:string . | 54 | dc:description "A CDRS equipment class that is a class defined as tensioning system equipment on a drilling rig."^^xsd:string . |
55 | 55 | ||
56 | -:Drillfloor--wirelines | 56 | +ep-drill-eqt-typ:Drillfloor--wirelines |
57 | - rdf:type :DrillingEquipmentType ; | 57 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
58 | rdfs:label "drillfloor--wirelines"^^xsd:string ; | 58 | rdfs:label "drillfloor--wirelines"^^xsd:string ; |
59 | - rdfs:subClassOf :DrillingEquipment ; | 59 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
60 | dc:description "A CDRS equipment class that is a class defined as wireline equipment on a drilling rig."^^xsd:string . | 60 | dc:description "A CDRS equipment class that is a class defined as wireline equipment on a drilling rig."^^xsd:string . |
61 | 61 | ||
62 | -:DrillingEquipment | 62 | +ep-drill-eqt-typ:DrillingEquipment |
63 | rdf:type owl:Class ; | 63 | rdf:type owl:Class ; |
64 | rdfs:label "drilling equipment"^^xsd:string ; | 64 | rdfs:label "drilling equipment"^^xsd:string ; |
65 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 65 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
66 | 66 | ||
67 | -:DrillingEquipmentType | 67 | +ep-drill-eqt-typ:DrillingEquipmentType |
68 | rdf:type rdfs:Class ; | 68 | rdf:type rdfs:Class ; |
69 | rdfs:label "drilling equipment type"^^xsd:string ; | 69 | rdfs:label "drilling equipment type"^^xsd:string ; |
70 | rdfs:subClassOf owl:Class . | 70 | rdfs:subClassOf owl:Class . |
71 | 71 | ||
72 | -:Drillstringdownhole--downholedrillingtools | 72 | +ep-drill-eqt-typ:Drillstringdownhole--downholedrillingtools |
73 | - rdf:type :DrillingEquipmentType ; | 73 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
74 | rdfs:label "drillstringdownhole--downholedrillingtools"^^xsd:string ; | 74 | rdfs:label "drillstringdownhole--downholedrillingtools"^^xsd:string ; |
75 | - rdfs:subClassOf :DrillingEquipment ; | 75 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
76 | dc:description "A CDRS equipment class that is a class defined to be downhole drilling tool equipment on a drilling rig."^^xsd:string . | 76 | dc:description "A CDRS equipment class that is a class defined to be downhole drilling tool equipment on a drilling rig."^^xsd:string . |
77 | 77 | ||
78 | -:Drillstringdownhole--drillcollars | 78 | +ep-drill-eqt-typ:Drillstringdownhole--drillcollars |
79 | - rdf:type :DrillingEquipmentType ; | 79 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
80 | rdfs:label "drillstringdownhole--drillcollars"^^xsd:string ; | 80 | rdfs:label "drillstringdownhole--drillcollars"^^xsd:string ; |
81 | - rdfs:subClassOf :DrillingEquipment ; | 81 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
82 | dc:description "A CDRS equipment class that is a class defined to be drill colar equipment on a drilling rig."^^xsd:string . | 82 | dc:description "A CDRS equipment class that is a class defined to be drill colar equipment on a drilling rig."^^xsd:string . |
83 | 83 | ||
84 | -:Drillstringdownhole--drillpipes | 84 | +ep-drill-eqt-typ:Drillstringdownhole--drillpipes |
85 | - rdf:type :DrillingEquipmentType ; | 85 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
86 | rdfs:label "drillstringdownhole--drillpipes"^^xsd:string ; | 86 | rdfs:label "drillstringdownhole--drillpipes"^^xsd:string ; |
87 | - rdfs:subClassOf :DrillingEquipment ; | 87 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
88 | dc:description "A CDRS equipment class that is a class defined to be drillpipe equipment on a drilling rig."^^xsd:string . | 88 | dc:description "A CDRS equipment class that is a class defined to be drillpipe equipment on a drilling rig."^^xsd:string . |
89 | 89 | ||
90 | -:Drillstringdownhole--fishingtools | 90 | +ep-drill-eqt-typ:Drillstringdownhole--fishingtools |
91 | - rdf:type :DrillingEquipmentType ; | 91 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
92 | rdfs:label "drillstringdownhole--fishingtools"^^xsd:string ; | 92 | rdfs:label "drillstringdownhole--fishingtools"^^xsd:string ; |
93 | - rdfs:subClassOf :DrillingEquipment ; | 93 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
94 | dc:description "A CDRS equipment class that is a class defined to be fishing tool equipment on a drilling rig."^^xsd:string . | 94 | dc:description "A CDRS equipment class that is a class defined to be fishing tool equipment on a drilling rig."^^xsd:string . |
95 | 95 | ||
96 | -:Drillstringdownhole--miscdrillstringequ | 96 | +ep-drill-eqt-typ:Drillstringdownhole--miscdrillstringequ |
97 | - rdf:type :DrillingEquipmentType ; | 97 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
98 | rdfs:label "drillstringdownhole--miscdrillstringequ"^^xsd:string ; | 98 | rdfs:label "drillstringdownhole--miscdrillstringequ"^^xsd:string ; |
99 | - rdfs:subClassOf :DrillingEquipment ; | 99 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
100 | dc:description "A CDRS equipment class that is a class defined to be miscellaneous drillstring equipment on a drilling rig."^^xsd:string . | 100 | dc:description "A CDRS equipment class that is a class defined to be miscellaneous drillstring equipment on a drilling rig."^^xsd:string . |
101 | 101 | ||
102 | -:Drillstringdownhole--other | 102 | +ep-drill-eqt-typ:Drillstringdownhole--other |
103 | - rdf:type :DrillingEquipmentType ; | 103 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
104 | rdfs:label "drillstringdownhole--other"^^xsd:string ; | 104 | rdfs:label "drillstringdownhole--other"^^xsd:string ; |
105 | - rdfs:subClassOf :DrillingEquipment ; | 105 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
106 | dc:description "A CDRS equipment class that is a class defined to be other drillstring and downhole equipment on a drilling rig."^^xsd:string . | 106 | dc:description "A CDRS equipment class that is a class defined to be other drillstring and downhole equipment on a drilling rig."^^xsd:string . |
107 | 107 | ||
108 | -:Drillstringdownhole--stabilizer | 108 | +ep-drill-eqt-typ:Drillstringdownhole--stabilizer |
109 | - rdf:type :DrillingEquipmentType ; | 109 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
110 | rdfs:label "drillstringdownhole--stabilizer"^^xsd:string ; | 110 | rdfs:label "drillstringdownhole--stabilizer"^^xsd:string ; |
111 | - rdfs:subClassOf :DrillingEquipment ; | 111 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
112 | dc:description "A CDRS equipment class that is a class defined to be stabilizer equipment on a drilling rig."^^xsd:string . | 112 | dc:description "A CDRS equipment class that is a class defined to be stabilizer equipment on a drilling rig."^^xsd:string . |
113 | 113 | ||
114 | -:Drillstringdownhole--subsandliftplugs | 114 | +ep-drill-eqt-typ:Drillstringdownhole--subsandliftplugs |
115 | - rdf:type :DrillingEquipmentType ; | 115 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
116 | rdfs:label "drillstringdownhole--subsandliftplugs"^^xsd:string ; | 116 | rdfs:label "drillstringdownhole--subsandliftplugs"^^xsd:string ; |
117 | - rdfs:subClassOf :DrillingEquipment ; | 117 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
118 | dc:description "A CDRS equipment class that is a class defined to be sub and lift plug equipment on a drilling rig."^^xsd:string . | 118 | dc:description "A CDRS equipment class that is a class defined to be sub and lift plug equipment on a drilling rig."^^xsd:string . |
119 | 119 | ||
120 | -:Hoistingequ--crownblock | 120 | +ep-drill-eqt-typ:Hoistingequ--crownblock |
121 | - rdf:type :DrillingEquipmentType ; | 121 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
122 | rdfs:label "hoistingequ--crownblock"^^xsd:string ; | 122 | rdfs:label "hoistingequ--crownblock"^^xsd:string ; |
123 | - rdfs:subClassOf :DrillingEquipment ; | 123 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
124 | dc:description "A CDRS equipment class that is a class defined as crown block equipment on a drilling rig."^^xsd:string . | 124 | dc:description "A CDRS equipment class that is a class defined as crown block equipment on a drilling rig."^^xsd:string . |
125 | 125 | ||
126 | -:Hoistingequ--derrickstructure | 126 | +ep-drill-eqt-typ:Hoistingequ--derrickstructure |
127 | - rdf:type :DrillingEquipmentType ; | 127 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
128 | rdfs:label "hoistingequ--derrickstructure"^^xsd:string ; | 128 | rdfs:label "hoistingequ--derrickstructure"^^xsd:string ; |
129 | - rdfs:subClassOf :DrillingEquipment ; | 129 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
130 | dc:description "A CDRS equipment class that is a class defined to be derrick structure equipment on a drilling rig."^^xsd:string . | 130 | dc:description "A CDRS equipment class that is a class defined to be derrick structure equipment on a drilling rig."^^xsd:string . |
131 | 131 | ||
132 | -:Hoistingequ--heavecompensator | 132 | +ep-drill-eqt-typ:Hoistingequ--heavecompensator |
133 | - rdf:type :DrillingEquipmentType ; | 133 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
134 | rdfs:label "hoistingequ--heavecompensator"^^xsd:string ; | 134 | rdfs:label "hoistingequ--heavecompensator"^^xsd:string ; |
135 | - rdfs:subClassOf :DrillingEquipment ; | 135 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
136 | dc:description "A CDRS equipment class that is a class defined to be heave compensator equipment on a drilling rig."^^xsd:string . | 136 | dc:description "A CDRS equipment class that is a class defined to be heave compensator equipment on a drilling rig."^^xsd:string . |
137 | 137 | ||
138 | -:Hoistingequ--other | 138 | +ep-drill-eqt-typ:Hoistingequ--other |
139 | - rdf:type :DrillingEquipmentType ; | 139 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
140 | rdfs:label "hoistingequ--other"^^xsd:string ; | 140 | rdfs:label "hoistingequ--other"^^xsd:string ; |
141 | - rdfs:subClassOf :DrillingEquipment ; | 141 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
142 | dc:description "A CDRS equipment class that is a class defined to be other hoisting equipment on a drilling rig."^^xsd:string . | 142 | dc:description "A CDRS equipment class that is a class defined to be other hoisting equipment on a drilling rig."^^xsd:string . |
143 | 143 | ||
144 | -:Hoistingequ--topdrive | 144 | +ep-drill-eqt-typ:Hoistingequ--topdrive |
145 | - rdf:type :DrillingEquipmentType ; | 145 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
146 | rdfs:label "hoistingequ--topdrive"^^xsd:string ; | 146 | rdfs:label "hoistingequ--topdrive"^^xsd:string ; |
147 | - rdfs:subClassOf :DrillingEquipment ; | 147 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
148 | dc:description "A CDRS equipment class that is a classdefined to be top drive equipment on a drilling rig."^^xsd:string . | 148 | dc:description "A CDRS equipment class that is a classdefined to be top drive equipment on a drilling rig."^^xsd:string . |
149 | 149 | ||
150 | -:Hoistingequ--travellingblock | 150 | +ep-drill-eqt-typ:Hoistingequ--travellingblock |
151 | - rdf:type :DrillingEquipmentType ; | 151 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
152 | rdfs:label "hoistingequ--travellingblock"^^xsd:string ; | 152 | rdfs:label "hoistingequ--travellingblock"^^xsd:string ; |
153 | - rdfs:subClassOf :DrillingEquipment ; | 153 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
154 | dc:description "A CDRS equipment class that is a class defined to be travelling block equipment on a drilling rig."^^xsd:string . | 154 | dc:description "A CDRS equipment class that is a class defined to be travelling block equipment on a drilling rig."^^xsd:string . |
155 | 155 | ||
156 | -:Materialhandlingsyst--anchorsyst | 156 | +ep-drill-eqt-typ:Materialhandlingsyst--anchorsyst |
157 | - rdf:type :DrillingEquipmentType ; | 157 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
158 | rdfs:label "materialhandlingsyst--anchorsyst"^^xsd:string ; | 158 | rdfs:label "materialhandlingsyst--anchorsyst"^^xsd:string ; |
159 | - rdfs:subClassOf :DrillingEquipment ; | 159 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
160 | dc:description "A CDRS equipment class that is a class defined to be anchor system on a drilling rig."^^xsd:string . | 160 | dc:description "A CDRS equipment class that is a class defined to be anchor system on a drilling rig."^^xsd:string . |
161 | 161 | ||
162 | -:Materialhandlingsyst--boptransportsyst | 162 | +ep-drill-eqt-typ:Materialhandlingsyst--boptransportsyst |
163 | - rdf:type :DrillingEquipmentType ; | 163 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
164 | rdfs:label "materialhandlingsyst--boptransportsyst"^^xsd:string ; | 164 | rdfs:label "materialhandlingsyst--boptransportsyst"^^xsd:string ; |
165 | - rdfs:subClassOf :DrillingEquipment ; | 165 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
166 | dc:description "A CDRS equipment class that is a class defined to be Blow Out Preventer transport equipment on a drilling rig."^^xsd:string . | 166 | dc:description "A CDRS equipment class that is a class defined to be Blow Out Preventer transport equipment on a drilling rig."^^xsd:string . |
167 | 167 | ||
168 | -:Materialhandlingsyst--deckcranes | 168 | +ep-drill-eqt-typ:Materialhandlingsyst--deckcranes |
169 | - rdf:type :DrillingEquipmentType ; | 169 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
170 | rdfs:label "materialhandlingsyst--deckcranes"^^xsd:string ; | 170 | rdfs:label "materialhandlingsyst--deckcranes"^^xsd:string ; |
171 | - rdfs:subClassOf :DrillingEquipment ; | 171 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
172 | dc:description "A CDRS equipment class that is a class defined to be deck crane equipment on a drilling rig."^^xsd:string . | 172 | dc:description "A CDRS equipment class that is a class defined to be deck crane equipment on a drilling rig."^^xsd:string . |
173 | 173 | ||
174 | -:Materialhandlingsyst--monorailsyst | 174 | +ep-drill-eqt-typ:Materialhandlingsyst--monorailsyst |
175 | - rdf:type :DrillingEquipmentType ; | 175 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
176 | rdfs:label "materialhandlingsyst--monorailsyst"^^xsd:string ; | 176 | rdfs:label "materialhandlingsyst--monorailsyst"^^xsd:string ; |
177 | - rdfs:subClassOf :DrillingEquipment ; | 177 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
178 | dc:description "A CDRS equipment class that is a class defined to be monorail equipment on a drilling rig."^^xsd:string . | 178 | dc:description "A CDRS equipment class that is a class defined to be monorail equipment on a drilling rig."^^xsd:string . |
179 | 179 | ||
180 | -:Materialhandlingsyst--other | 180 | +ep-drill-eqt-typ:Materialhandlingsyst--other |
181 | - rdf:type :DrillingEquipmentType ; | 181 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
182 | rdfs:label "materialhandlingsyst--other"^^xsd:string ; | 182 | rdfs:label "materialhandlingsyst--other"^^xsd:string ; |
183 | - rdfs:subClassOf :DrillingEquipment ; | 183 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
184 | dc:description "A CDRS equipment class that is a class defined to be other material handling equipment on a drilling rig."^^xsd:string . | 184 | dc:description "A CDRS equipment class that is a class defined to be other material handling equipment on a drilling rig."^^xsd:string . |
185 | 185 | ||
186 | -:Materialhandlingsyst--overheadcranes | 186 | +ep-drill-eqt-typ:Materialhandlingsyst--overheadcranes |
187 | - rdf:type :DrillingEquipmentType ; | 187 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
188 | rdfs:label "materialhandlingsyst--overheadcranes"^^xsd:string ; | 188 | rdfs:label "materialhandlingsyst--overheadcranes"^^xsd:string ; |
189 | - rdfs:subClassOf :DrillingEquipment ; | 189 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
190 | dc:description "A CDRS equipment class that is a class defined to be overhead crane equipment on a drilling rig."^^xsd:string . | 190 | dc:description "A CDRS equipment class that is a class defined to be overhead crane equipment on a drilling rig."^^xsd:string . |
191 | 191 | ||
192 | -:Materialhandlingsyst--utilitywinchs | 192 | +ep-drill-eqt-typ:Materialhandlingsyst--utilitywinchs |
193 | - rdf:type :DrillingEquipmentType ; | 193 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
194 | rdfs:label "materialhandlingsyst--utilitywinchs"^^xsd:string ; | 194 | rdfs:label "materialhandlingsyst--utilitywinchs"^^xsd:string ; |
195 | - rdfs:subClassOf :DrillingEquipment ; | 195 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
196 | dc:description "A CDRS equipment class that is a class defined to be utility winch equipment on a drilling rig."^^xsd:string . | 196 | dc:description "A CDRS equipment class that is a class defined to be utility winch equipment on a drilling rig."^^xsd:string . |
197 | 197 | ||
198 | -:Miscellaneousequsyst--acousticpositionref | 198 | +ep-drill-eqt-typ:Miscellaneousequsyst--acousticpositionref |
199 | - rdf:type :DrillingEquipmentType ; | 199 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
200 | rdfs:label "miscellaneousequsyst--acousticpositionref"^^xsd:string ; | 200 | rdfs:label "miscellaneousequsyst--acousticpositionref"^^xsd:string ; |
201 | - rdfs:subClassOf :DrillingEquipment ; | 201 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
202 | dc:description "A CDRS equipment class that is a class defined to be acoustic position reference equipment on a drilling rig."^^xsd:string . | 202 | dc:description "A CDRS equipment class that is a class defined to be acoustic position reference equipment on a drilling rig."^^xsd:string . |
203 | 203 | ||
204 | -:Miscellaneousequsyst--hydrpneumpowerpacks | 204 | +ep-drill-eqt-typ:Miscellaneousequsyst--hydrpneumpowerpacks |
205 | - rdf:type :DrillingEquipmentType ; | 205 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
206 | rdfs:label "miscellaneousequsyst--hydrpneumpowerpacks"^^xsd:string ; | 206 | rdfs:label "miscellaneousequsyst--hydrpneumpowerpacks"^^xsd:string ; |
207 | - rdfs:subClassOf :DrillingEquipment ; | 207 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
208 | dc:description "A CDRS equipment class that is a class defined to be hydraulic or pneumatic power pack system on a drilling rig."^^xsd:string . | 208 | dc:description "A CDRS equipment class that is a class defined to be hydraulic or pneumatic power pack system on a drilling rig."^^xsd:string . |
209 | 209 | ||
210 | -:Miscellaneousequsyst--miscinstrandauxilequ | 210 | +ep-drill-eqt-typ:Miscellaneousequsyst--miscinstrandauxilequ |
211 | - rdf:type :DrillingEquipmentType ; | 211 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
212 | rdfs:label "miscellaneousequsyst--miscinstrandauxilequ"^^xsd:string ; | 212 | rdfs:label "miscellaneousequsyst--miscinstrandauxilequ"^^xsd:string ; |
213 | - rdfs:subClassOf :DrillingEquipment ; | 213 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
214 | dc:description "A CDRS equipment class that is a class defined to be miscellaneous instrument and auxiliary equipment on a drilling rig."^^xsd:string . | 214 | dc:description "A CDRS equipment class that is a class defined to be miscellaneous instrument and auxiliary equipment on a drilling rig."^^xsd:string . |
215 | 215 | ||
216 | -:Miscellaneousequsyst--other | 216 | +ep-drill-eqt-typ:Miscellaneousequsyst--other |
217 | - rdf:type :DrillingEquipmentType ; | 217 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
218 | rdfs:label "miscellaneousequsyst--other"^^xsd:string ; | 218 | rdfs:label "miscellaneousequsyst--other"^^xsd:string ; |
219 | - rdfs:subClassOf :DrillingEquipment ; | 219 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
220 | dc:description "A CDRS equipment class that is a class defined to be other miscellaneous system on a drilling rig."^^xsd:string . | 220 | dc:description "A CDRS equipment class that is a class defined to be other miscellaneous system on a drilling rig."^^xsd:string . |
221 | 221 | ||
222 | -:Miscellaneousequsyst--subseainspectionsyst | 222 | +ep-drill-eqt-typ:Miscellaneousequsyst--subseainspectionsyst |
223 | - rdf:type :DrillingEquipmentType ; | 223 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
224 | rdfs:label "miscellaneousequsyst--subseainspectionsyst"^^xsd:string ; | 224 | rdfs:label "miscellaneousequsyst--subseainspectionsyst"^^xsd:string ; |
225 | - rdfs:subClassOf :DrillingEquipment ; | 225 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
226 | dc:description "A CDRS equipment class that is a class defined to be subsea inspection system equipment on a drilling rig."^^xsd:string . | 226 | dc:description "A CDRS equipment class that is a class defined to be subsea inspection system equipment on a drilling rig."^^xsd:string . |
227 | 227 | ||
228 | -:Miscellaneousequsyst--wellheadsubsearuntest | 228 | +ep-drill-eqt-typ:Miscellaneousequsyst--wellheadsubsearuntest |
229 | - rdf:type :DrillingEquipmentType ; | 229 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
230 | rdfs:label "miscellaneousequsyst--wellheadsubsearuntest"^^xsd:string ; | 230 | rdfs:label "miscellaneousequsyst--wellheadsubsearuntest"^^xsd:string ; |
231 | - rdfs:subClassOf :DrillingEquipment ; | 231 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
232 | dc:description "A CDRS equipment class that is a class defined to be wellhead and subsea run and test equipment on a drilling rig."^^xsd:string . | 232 | dc:description "A CDRS equipment class that is a class defined to be wellhead and subsea run and test equipment on a drilling rig."^^xsd:string . |
233 | 233 | ||
234 | -:Mudandbulksyst--bulkairsystem | 234 | +ep-drill-eqt-typ:Mudandbulksyst--bulkairsystem |
235 | - rdf:type :DrillingEquipmentType ; | 235 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
236 | rdfs:label "mudandbulksyst--bulkairsystem"^^xsd:string ; | 236 | rdfs:label "mudandbulksyst--bulkairsystem"^^xsd:string ; |
237 | - rdfs:subClassOf :DrillingEquipment ; | 237 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
238 | dc:description "A CDRS equipment class that is a class defined to be bulk air equipment on a drilling rig."^^xsd:string . | 238 | dc:description "A CDRS equipment class that is a class defined to be bulk air equipment on a drilling rig."^^xsd:string . |
239 | 239 | ||
240 | -:Mudandbulksyst--bulkstoragetransfer | 240 | +ep-drill-eqt-typ:Mudandbulksyst--bulkstoragetransfer |
241 | - rdf:type :DrillingEquipmentType ; | 241 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
242 | rdfs:label "mudandbulksyst--bulkstoragetransfer"^^xsd:string ; | 242 | rdfs:label "mudandbulksyst--bulkstoragetransfer"^^xsd:string ; |
243 | - rdfs:subClassOf :DrillingEquipment ; | 243 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
244 | dc:description "A CDRS equipment class that is a class defined to be mud bulk storage and transfer equipment on a drilling rig."^^xsd:string . | 244 | dc:description "A CDRS equipment class that is a class defined to be mud bulk storage and transfer equipment on a drilling rig."^^xsd:string . |
245 | 245 | ||
246 | -:Mudandbulksyst--drillwatersyst | 246 | +ep-drill-eqt-typ:Mudandbulksyst--drillwatersyst |
247 | - rdf:type :DrillingEquipmentType ; | 247 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
248 | rdfs:label "mudandbulksyst--drillwatersyst"^^xsd:string ; | 248 | rdfs:label "mudandbulksyst--drillwatersyst"^^xsd:string ; |
249 | - rdfs:subClassOf :DrillingEquipment ; | 249 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
250 | dc:description "A CDRS equipment class that is a class defined to be drilling water equipment on a drilling rig."^^xsd:string . | 250 | dc:description "A CDRS equipment class that is a class defined to be drilling water equipment on a drilling rig."^^xsd:string . |
251 | 251 | ||
252 | -:Mudandbulksyst--hpequipment | 252 | +ep-drill-eqt-typ:Mudandbulksyst--hpequipment |
253 | - rdf:type :DrillingEquipmentType ; | 253 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
254 | rdfs:label "mudandbulksyst--hpequipment"^^xsd:string ; | 254 | rdfs:label "mudandbulksyst--hpequipment"^^xsd:string ; |
255 | - rdfs:subClassOf :DrillingEquipment ; | 255 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
256 | dc:description "A CDRS equipment class that is a class defined to be high pressure mud equipment on a drilling rig."^^xsd:string . | 256 | dc:description "A CDRS equipment class that is a class defined to be high pressure mud equipment on a drilling rig."^^xsd:string . |
257 | 257 | ||
258 | -:Mudandbulksyst--mudadditivesyst | 258 | +ep-drill-eqt-typ:Mudandbulksyst--mudadditivesyst |
259 | - rdf:type :DrillingEquipmentType ; | 259 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
260 | rdfs:label "mudandbulksyst--mudadditivesyst"^^xsd:string ; | 260 | rdfs:label "mudandbulksyst--mudadditivesyst"^^xsd:string ; |
261 | - rdfs:subClassOf :DrillingEquipment ; | 261 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
262 | dc:description "A CDRS equipment class that is a class defined to be mud additive equipment on a drilling rig."^^xsd:string . | 262 | dc:description "A CDRS equipment class that is a class defined to be mud additive equipment on a drilling rig."^^xsd:string . |
263 | 263 | ||
264 | -:Mudandbulksyst--mudmixingstorage | 264 | +ep-drill-eqt-typ:Mudandbulksyst--mudmixingstorage |
265 | - rdf:type :DrillingEquipmentType ; | 265 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
266 | rdfs:label "mudandbulksyst--mudmixingstorage"^^xsd:string ; | 266 | rdfs:label "mudandbulksyst--mudmixingstorage"^^xsd:string ; |
267 | - rdfs:subClassOf :DrillingEquipment ; | 267 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
268 | dc:description "A CDRS equipment class that is a class defined to be mud mixing and storage equipment on a drilling rig."^^xsd:string . | 268 | dc:description "A CDRS equipment class that is a class defined to be mud mixing and storage equipment on a drilling rig."^^xsd:string . |
269 | 269 | ||
270 | -:Mudandbulksyst--mudsolidscontrol | 270 | +ep-drill-eqt-typ:Mudandbulksyst--mudsolidscontrol |
271 | - rdf:type :DrillingEquipmentType ; | 271 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
272 | rdfs:label "mudandbulksyst--mudsolidscontrol"^^xsd:string ; | 272 | rdfs:label "mudandbulksyst--mudsolidscontrol"^^xsd:string ; |
273 | - rdfs:subClassOf :DrillingEquipment ; | 273 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
274 | dc:description "A CDRS equipment class that is a class defined to be mud solids control equipment on a drilling rig."^^xsd:string . | 274 | dc:description "A CDRS equipment class that is a class defined to be mud solids control equipment on a drilling rig."^^xsd:string . |
275 | 275 | ||
276 | -:Mudandbulksyst--mudsupply | 276 | +ep-drill-eqt-typ:Mudandbulksyst--mudsupply |
277 | - rdf:type :DrillingEquipmentType ; | 277 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
278 | rdfs:label "mudandbulksyst--mudsupply"^^xsd:string ; | 278 | rdfs:label "mudandbulksyst--mudsupply"^^xsd:string ; |
279 | - rdfs:subClassOf :DrillingEquipment ; | 279 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
280 | dc:description "A CDRS equipment class that is a class defined to be mud supply equipment on a drilling rig."^^xsd:string . | 280 | dc:description "A CDRS equipment class that is a class defined to be mud supply equipment on a drilling rig."^^xsd:string . |
281 | 281 | ||
282 | -:Mudandbulksyst--other | 282 | +ep-drill-eqt-typ:Mudandbulksyst--other |
283 | - rdf:type :DrillingEquipmentType ; | 283 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
284 | rdfs:label "mudandbulksyst--other"^^xsd:string ; | 284 | rdfs:label "mudandbulksyst--other"^^xsd:string ; |
285 | - rdfs:subClassOf :DrillingEquipment ; | 285 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
286 | dc:description "A CDRS equipment class that is a class defined to be other mud and bulk equipment on a drilling rig."^^xsd:string . | 286 | dc:description "A CDRS equipment class that is a class defined to be other mud and bulk equipment on a drilling rig."^^xsd:string . |
287 | 287 | ||
288 | -:Pipehandlingequsyst--drillfloortubehandlsyst | 288 | +ep-drill-eqt-typ:Pipehandlingequsyst--drillfloortubehandlsyst |
289 | - rdf:type :DrillingEquipmentType ; | 289 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
290 | rdfs:label "pipehandlingequsyst--drillfloortubehandlsyst"^^xsd:string ; | 290 | rdfs:label "pipehandlingequsyst--drillfloortubehandlsyst"^^xsd:string ; |
291 | - rdfs:subClassOf :DrillingEquipment ; | 291 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
292 | dc:description "A CDRS equipment class that is a class defined to be drillfloor tube handling equipment on a drilling rig."^^xsd:string . | 292 | dc:description "A CDRS equipment class that is a class defined to be drillfloor tube handling equipment on a drilling rig."^^xsd:string . |
293 | 293 | ||
294 | -:Pipehandlingequsyst--elevator | 294 | +ep-drill-eqt-typ:Pipehandlingequsyst--elevator |
295 | - rdf:type :DrillingEquipmentType ; | 295 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
296 | rdfs:label "pipehandlingequsyst--elevator"^^xsd:string ; | 296 | rdfs:label "pipehandlingequsyst--elevator"^^xsd:string ; |
297 | - rdfs:subClassOf :DrillingEquipment ; | 297 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
298 | dc:description "A CDRS equipment class that is a class defined to be pipe elevator system on a drilling rig."^^xsd:string . | 298 | dc:description "A CDRS equipment class that is a class defined to be pipe elevator system on a drilling rig."^^xsd:string . |
299 | 299 | ||
300 | -:Pipehandlingequsyst--manualtong | 300 | +ep-drill-eqt-typ:Pipehandlingequsyst--manualtong |
301 | - rdf:type :DrillingEquipmentType ; | 301 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
302 | rdfs:label "pipehandlingequsyst--manualtong"^^xsd:string ; | 302 | rdfs:label "pipehandlingequsyst--manualtong"^^xsd:string ; |
303 | - rdfs:subClassOf :DrillingEquipment ; | 303 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
304 | dc:description "A CDRS equipment class that is a class defined to be manual tong equipment on a drilling rig."^^xsd:string . | 304 | dc:description "A CDRS equipment class that is a class defined to be manual tong equipment on a drilling rig."^^xsd:string . |
305 | 305 | ||
306 | -:Pipehandlingequsyst--other | 306 | +ep-drill-eqt-typ:Pipehandlingequsyst--other |
307 | - rdf:type :DrillingEquipmentType ; | 307 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
308 | rdfs:label "pipehandlingequsyst--other"^^xsd:string ; | 308 | rdfs:label "pipehandlingequsyst--other"^^xsd:string ; |
309 | - rdfs:subClassOf :DrillingEquipment ; | 309 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
310 | dc:description "A CDRS equipment class that is a class defined to be other pipe handling equipment on a drilling rig."^^xsd:string . | 310 | dc:description "A CDRS equipment class that is a class defined to be other pipe handling equipment on a drilling rig."^^xsd:string . |
311 | 311 | ||
312 | -:Pipehandlingequsyst--powerpacks | 312 | +ep-drill-eqt-typ:Pipehandlingequsyst--powerpacks |
313 | - rdf:type :DrillingEquipmentType ; | 313 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
314 | rdfs:label "pipehandlingequsyst--powerpacks"^^xsd:string ; | 314 | rdfs:label "pipehandlingequsyst--powerpacks"^^xsd:string ; |
315 | - rdfs:subClassOf :DrillingEquipment ; | 315 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
316 | dc:description "A CDRS equipment class that is a class defined to be drilling power pack equipment on a drilling rig."^^xsd:string . | 316 | dc:description "A CDRS equipment class that is a class defined to be drilling power pack equipment on a drilling rig."^^xsd:string . |
317 | 317 | ||
318 | -:Pipehandlingequsyst--slipsandspiders | 318 | +ep-drill-eqt-typ:Pipehandlingequsyst--slipsandspiders |
319 | - rdf:type :DrillingEquipmentType ; | 319 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
320 | rdfs:label "pipehandlingequsyst--slipsandspiders"^^xsd:string ; | 320 | rdfs:label "pipehandlingequsyst--slipsandspiders"^^xsd:string ; |
321 | - rdfs:subClassOf :DrillingEquipment ; | 321 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
322 | dc:description "A CDRS equipment class that is a class that is defined to be slips and speider equipment on a drilling rig."^^xsd:string . | 322 | dc:description "A CDRS equipment class that is a class that is defined to be slips and speider equipment on a drilling rig."^^xsd:string . |
323 | 323 | ||
324 | -:Pipehandlingequsyst--verticalpipehandlingequsyst | 324 | +ep-drill-eqt-typ:Pipehandlingequsyst--verticalpipehandlingequsyst |
325 | - rdf:type :DrillingEquipmentType ; | 325 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
326 | rdfs:label "pipehandlingequsyst--verticalpipehandlingequsyst"^^xsd:string ; | 326 | rdfs:label "pipehandlingequsyst--verticalpipehandlingequsyst"^^xsd:string ; |
327 | - rdfs:subClassOf :DrillingEquipment ; | 327 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
328 | dc:description "A CDRS equipment class that is a class defined to be vertical pipe handling equipment/system on a drilling rig."^^xsd:string . | 328 | dc:description "A CDRS equipment class that is a class defined to be vertical pipe handling equipment/system on a drilling rig."^^xsd:string . |
329 | 329 | ||
330 | -:Serviceequ--cementingunit | 330 | +ep-drill-eqt-typ:Serviceequ--cementingunit |
331 | - rdf:type :DrillingEquipmentType ; | 331 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
332 | rdfs:label "serviceequ--cementingunit"^^xsd:string ; | 332 | rdfs:label "serviceequ--cementingunit"^^xsd:string ; |
333 | - rdfs:subClassOf :DrillingEquipment ; | 333 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
334 | dc:description "A CDRS equipment class that is a class defined to be cementing unit equipment on a drilling rig."^^xsd:string . | 334 | dc:description "A CDRS equipment class that is a class defined to be cementing unit equipment on a drilling rig."^^xsd:string . |
335 | 335 | ||
336 | -:Serviceequ--electrloggingequ | 336 | +ep-drill-eqt-typ:Serviceequ--electrloggingequ |
337 | - rdf:type :DrillingEquipmentType ; | 337 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
338 | rdfs:label "serviceequ--electrloggingequ"^^xsd:string ; | 338 | rdfs:label "serviceequ--electrloggingequ"^^xsd:string ; |
339 | - rdfs:subClassOf :DrillingEquipment ; | 339 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
340 | dc:description "A CDRS equipment class that is a class defined to be electrical logging equipment on a drilling rig."^^xsd:string . | 340 | dc:description "A CDRS equipment class that is a class defined to be electrical logging equipment on a drilling rig."^^xsd:string . |
341 | 341 | ||
342 | -:Serviceequ--mudloggingequ | 342 | +ep-drill-eqt-typ:Serviceequ--mudloggingequ |
343 | - rdf:type :DrillingEquipmentType ; | 343 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
344 | rdfs:label "serviceequ--mudloggingequ"^^xsd:string ; | 344 | rdfs:label "serviceequ--mudloggingequ"^^xsd:string ; |
345 | - rdfs:subClassOf :DrillingEquipment ; | 345 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
346 | dc:description "A CDRS equipment class that is a class defined to be mud logging equipment on a drilling rig."^^xsd:string . | 346 | dc:description "A CDRS equipment class that is a class defined to be mud logging equipment on a drilling rig."^^xsd:string . |
347 | 347 | ||
348 | -:Serviceequ--other | 348 | +ep-drill-eqt-typ:Serviceequ--other |
349 | - rdf:type :DrillingEquipmentType ; | 349 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
350 | rdfs:label "serviceequ--other"^^xsd:string ; | 350 | rdfs:label "serviceequ--other"^^xsd:string ; |
351 | - rdfs:subClassOf :DrillingEquipment ; | 351 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
352 | dc:description "A CDRS equipment class that is a class defined to be other service equipment on a drilling rig."^^xsd:string . | 352 | dc:description "A CDRS equipment class that is a class defined to be other service equipment on a drilling rig."^^xsd:string . |
353 | 353 | ||
354 | -:Serviceequ--specialserviceequ | 354 | +ep-drill-eqt-typ:Serviceequ--specialserviceequ |
355 | - rdf:type :DrillingEquipmentType ; | 355 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
356 | rdfs:label "serviceequ--specialserviceequ"^^xsd:string ; | 356 | rdfs:label "serviceequ--specialserviceequ"^^xsd:string ; |
357 | - rdfs:subClassOf :DrillingEquipment ; | 357 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
358 | dc:description "A CDRS equipment class that is a class defined to be special service equipment on a drilling rig."^^xsd:string . | 358 | dc:description "A CDRS equipment class that is a class defined to be special service equipment on a drilling rig."^^xsd:string . |
359 | 359 | ||
360 | -:Serviceequ--wellheadtubularequ | 360 | +ep-drill-eqt-typ:Serviceequ--wellheadtubularequ |
361 | - rdf:type :DrillingEquipmentType ; | 361 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
362 | rdfs:label "serviceequ--wellheadtubularequ"^^xsd:string ; | 362 | rdfs:label "serviceequ--wellheadtubularequ"^^xsd:string ; |
363 | - rdfs:subClassOf :DrillingEquipment ; | 363 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
364 | dc:description "A CDRS equipment class that is a class defined to be wellhead and tubular equipment on a drilling rig."^^xsd:string . | 364 | dc:description "A CDRS equipment class that is a class defined to be wellhead and tubular equipment on a drilling rig."^^xsd:string . |
365 | 365 | ||
366 | -:Serviceequ--welltestingequ | 366 | +ep-drill-eqt-typ:Serviceequ--welltestingequ |
367 | - rdf:type :DrillingEquipmentType ; | 367 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
368 | rdfs:label "serviceequ--welltestingequ"^^xsd:string ; | 368 | rdfs:label "serviceequ--welltestingequ"^^xsd:string ; |
369 | - rdfs:subClassOf :DrillingEquipment ; | 369 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
370 | dc:description "A CDRS equipment class that is a class defined to be well testing equipment on a drilling rig."^^xsd:string . | 370 | dc:description "A CDRS equipment class that is a class defined to be well testing equipment on a drilling rig."^^xsd:string . |
371 | 371 | ||
372 | -:Wellcontrolequsyst--bopcontrolsyst | 372 | +ep-drill-eqt-typ:Wellcontrolequsyst--bopcontrolsyst |
373 | - rdf:type :DrillingEquipmentType ; | 373 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
374 | rdfs:label "wellcontrolequsyst--bopcontrolsyst"^^xsd:string ; | 374 | rdfs:label "wellcontrolequsyst--bopcontrolsyst"^^xsd:string ; |
375 | - rdfs:subClassOf :DrillingEquipment ; | 375 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
376 | dc:description "A CDRS equipment class that is a class defined to be blow out preventer control system on a drilling rig."^^xsd:string . | 376 | dc:description "A CDRS equipment class that is a class defined to be blow out preventer control system on a drilling rig."^^xsd:string . |
377 | 377 | ||
378 | -:Wellcontrolequsyst--bopstack | 378 | +ep-drill-eqt-typ:Wellcontrolequsyst--bopstack |
379 | - rdf:type :DrillingEquipmentType ; | 379 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
380 | rdfs:label "wellcontrolequsyst--bopstack"^^xsd:string ; | 380 | rdfs:label "wellcontrolequsyst--bopstack"^^xsd:string ; |
381 | - rdfs:subClassOf :DrillingEquipment ; | 381 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
382 | dc:description "A CDRS equipment class that is a class defined to be bop stack equipment on a drilling rig."^^xsd:string . | 382 | dc:description "A CDRS equipment class that is a class defined to be bop stack equipment on a drilling rig."^^xsd:string . |
383 | 383 | ||
384 | -:Wellcontrolequsyst--chokekillsyst | 384 | +ep-drill-eqt-typ:Wellcontrolequsyst--chokekillsyst |
385 | - rdf:type :DrillingEquipmentType ; | 385 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
386 | rdfs:label "wellcontrolequsyst--chokekillsyst"^^xsd:string ; | 386 | rdfs:label "wellcontrolequsyst--chokekillsyst"^^xsd:string ; |
387 | - rdfs:subClassOf :DrillingEquipment ; | 387 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
388 | dc:description "A CDRS equipment class that is a class defined to be choke and kill system on a drilling rig."^^xsd:string . | 388 | dc:description "A CDRS equipment class that is a class defined to be choke and kill system on a drilling rig."^^xsd:string . |
389 | 389 | ||
390 | -:Wellcontrolequsyst--diverter | 390 | +ep-drill-eqt-typ:Wellcontrolequsyst--diverter |
391 | - rdf:type :DrillingEquipmentType ; | 391 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
392 | rdfs:label "wellcontrolequsyst--diverter"^^xsd:string ; | 392 | rdfs:label "wellcontrolequsyst--diverter"^^xsd:string ; |
393 | - rdfs:subClassOf :DrillingEquipment ; | 393 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
394 | dc:description "A CDRS equipment class that is a class defined to be diverter equipment on a drilling rig."^^xsd:string . | 394 | dc:description "A CDRS equipment class that is a class defined to be diverter equipment on a drilling rig."^^xsd:string . |
395 | 395 | ||
396 | -:Wellcontrolequsyst--other | 396 | +ep-drill-eqt-typ:Wellcontrolequsyst--other |
397 | - rdf:type :DrillingEquipmentType ; | 397 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
398 | rdfs:label "wellcontrolequsyst--other"^^xsd:string ; | 398 | rdfs:label "wellcontrolequsyst--other"^^xsd:string ; |
399 | - rdfs:subClassOf :DrillingEquipment ; | 399 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
400 | dc:description "A CDRS equipment class that is a class defined to be other well control equipment on a drilling rig."^^xsd:string . | 400 | dc:description "A CDRS equipment class that is a class defined to be other well control equipment on a drilling rig."^^xsd:string . |
401 | 401 | ||
402 | -:Wellcontrolequsyst--risersyst | 402 | +ep-drill-eqt-typ:Wellcontrolequsyst--risersyst |
403 | - rdf:type :DrillingEquipmentType ; | 403 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
404 | rdfs:label "wellcontrolequsyst--risersyst"^^xsd:string ; | 404 | rdfs:label "wellcontrolequsyst--risersyst"^^xsd:string ; |
405 | - rdfs:subClassOf :DrillingEquipment ; | 405 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
406 | dc:description "A CDRS equipment class that is a class defined to be riser system on a drilling rig."^^xsd:string . | 406 | dc:description "A CDRS equipment class that is a class defined to be riser system on a drilling rig."^^xsd:string . |
407 | 407 | ||
408 | -:Wellcontrolequsyst--shallowgasstack | 408 | +ep-drill-eqt-typ:Wellcontrolequsyst--shallowgasstack |
409 | - rdf:type :DrillingEquipmentType ; | 409 | + rdf:type ep-drill-eqt-typ:DrillingEquipmentType ; |
410 | rdfs:label "wellcontrolequsyst--shallowgasstack"^^xsd:string ; | 410 | rdfs:label "wellcontrolequsyst--shallowgasstack"^^xsd:string ; |
411 | - rdfs:subClassOf :DrillingEquipment ; | 411 | + rdfs:subClassOf ep-drill-eqt-typ:DrillingEquipment ; |
412 | dc:description "A CDRS equipment class that is a class defined to be shallow gas stack equipment on a drilling rig."^^xsd:string . | 412 | dc:description "A CDRS equipment class that is a class defined to be shallow gas stack equipment on a drilling rig."^^xsd:string . | ... | ... |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment