Showing
4 changed files
with
394 additions
and
464 deletions
1 | -# Saved by TopBraid on Wed Oct 12 12:28:28 BST 2011 | 1 | +# Saved by TopBraid on Thu Oct 27 14:28:43 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/core | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/core |
3 | # imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model | 3 | # imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model |
4 | # imports: http://www.linkedmodel.org/schema/vaem | 4 | # imports: http://www.linkedmodel.org/schema/vaem |
... | @@ -11,31 +11,31 @@ | ... | @@ -11,31 +11,31 @@ |
11 | 11 | ||
12 | <http://www.reportinghub.no/ep/schema/1.0/core> | 12 | <http://www.reportinghub.no/ep/schema/1.0/core> |
13 | rdf:type owl:Ontology ; | 13 | rdf:type owl:Ontology ; |
14 | - owl:imports <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> , <http://www.linkedmodel.org/schema/vaem> ; | 14 | + owl:imports <http://www.linkedmodel.org/schema/vaem> , <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> ; |
15 | owl:versionInfo "0.1.0"^^xsd:string . | 15 | owl:versionInfo "0.1.0"^^xsd:string . |
16 | 16 | ||
17 | ep-core:Class_of_indirect_property | 17 | ep-core:Class_of_indirect_property |
18 | rdf:type owl:Class ; | 18 | rdf:type owl:Class ; |
19 | rdfs:label "class of indirect property"^^xsd:string ; | 19 | rdfs:label "class of indirect property"^^xsd:string ; |
20 | - rdfs:subClassOf owl:ObjectProperty , owl:FunctionalProperty . | 20 | + rdfs:subClassOf owl:FunctionalProperty , owl:ObjectProperty . |
21 | 21 | ||
22 | ep-core:Density | 22 | ep-core:Density |
23 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 23 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
24 | rdfs:label "density"^^xsd:string ; | 24 | rdfs:label "density"^^xsd:string ; |
25 | rdfs:subClassOf owl:Class . | 25 | rdfs:subClassOf owl:Class . |
26 | 26 | ||
27 | ep-core:Length | 27 | ep-core:Length |
28 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 28 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
29 | rdfs:label "length"^^xsd:string ; | 29 | rdfs:label "length"^^xsd:string ; |
30 | rdfs:subClassOf owl:Class . | 30 | rdfs:subClassOf owl:Class . |
31 | 31 | ||
32 | ep-core:MassPerUnitLength | 32 | ep-core:MassPerUnitLength |
33 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 33 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
34 | rdfs:label "mass per unit length"^^xsd:string ; | 34 | rdfs:label "mass per unit length"^^xsd:string ; |
35 | rdfs:subClassOf owl:Class . | 35 | rdfs:subClassOf owl:Class . |
36 | 36 | ||
37 | ep-core:MeasureOfAmountOfMaterial | 37 | ep-core:MeasureOfAmountOfMaterial |
38 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 38 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
39 | rdfs:label "measure of amount of material"^^xsd:string ; | 39 | rdfs:label "measure of amount of material"^^xsd:string ; |
40 | rdfs:subClassOf owl:Class . | 40 | rdfs:subClassOf owl:Class . |
41 | 41 | ||
... | @@ -50,17 +50,17 @@ ep-core:PhysicalThing | ... | @@ -50,17 +50,17 @@ ep-core:PhysicalThing |
50 | rdfs:subClassOf owl:Thing . | 50 | rdfs:subClassOf owl:Thing . |
51 | 51 | ||
52 | ep-core:PlaneAngle | 52 | ep-core:PlaneAngle |
53 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 53 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
54 | rdfs:label "plane angle"^^xsd:string ; | 54 | rdfs:label "plane angle"^^xsd:string ; |
55 | rdfs:subClassOf owl:Class . | 55 | rdfs:subClassOf owl:Class . |
56 | 56 | ||
57 | ep-core:PlasticViscosity | 57 | ep-core:PlasticViscosity |
58 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 58 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
59 | rdfs:label "plastic viscosity"^^xsd:string ; | 59 | rdfs:label "plastic viscosity"^^xsd:string ; |
60 | rdfs:subClassOf owl:Class . | 60 | rdfs:subClassOf owl:Class . |
61 | 61 | ||
62 | ep-core:Pressure | 62 | ep-core:Pressure |
63 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 63 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
64 | rdfs:label "pressure"^^xsd:string ; | 64 | rdfs:label "pressure"^^xsd:string ; |
65 | rdfs:subClassOf owl:Class . | 65 | rdfs:subClassOf owl:Class . |
66 | 66 | ||
... | @@ -70,88 +70,88 @@ ep-core:PropertySpace | ... | @@ -70,88 +70,88 @@ ep-core:PropertySpace |
70 | rdfs:subClassOf owl:Class . | 70 | rdfs:subClassOf owl:Class . |
71 | 71 | ||
72 | ep-core:Ratio | 72 | ep-core:Ratio |
73 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 73 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
74 | rdfs:label "ratio"^^xsd:string ; | 74 | rdfs:label "ratio"^^xsd:string ; |
75 | rdfs:subClassOf owl:Class . | 75 | rdfs:subClassOf owl:Class . |
76 | 76 | ||
77 | ep-core:Scale | 77 | ep-core:Scale |
78 | rdf:type owl:Class ; | 78 | rdf:type owl:Class ; |
79 | rdfs:label "scale"^^xsd:string ; | 79 | rdfs:label "scale"^^xsd:string ; |
80 | - rdfs:subClassOf owl:DatatypeProperty , owl:FunctionalProperty . | 80 | + rdfs:subClassOf owl:FunctionalProperty , owl:DatatypeProperty . |
81 | 81 | ||
82 | ep-core:SpecificMass | 82 | ep-core:SpecificMass |
83 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 83 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
84 | rdfs:label "specific mass"^^xsd:string ; | 84 | rdfs:label "specific mass"^^xsd:string ; |
85 | rdfs:subClassOf owl:Class . | 85 | rdfs:subClassOf owl:Class . |
86 | 86 | ||
87 | ep-core:SpecificVolume | 87 | ep-core:SpecificVolume |
88 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 88 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
89 | rdfs:label "specific volume"^^xsd:string ; | 89 | rdfs:label "specific volume"^^xsd:string ; |
90 | rdfs:subClassOf owl:Class . | 90 | rdfs:subClassOf owl:Class . |
91 | 91 | ||
92 | ep-core:Speed | 92 | ep-core:Speed |
93 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 93 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
94 | rdfs:label "speed"^^xsd:string ; | 94 | rdfs:label "speed"^^xsd:string ; |
95 | rdfs:subClassOf owl:Class . | 95 | rdfs:subClassOf owl:Class . |
96 | 96 | ||
97 | ep-core:StrengthOfRockFormation | 97 | ep-core:StrengthOfRockFormation |
98 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 98 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
99 | rdfs:label "strength of rock formation"^^xsd:string ; | 99 | rdfs:label "strength of rock formation"^^xsd:string ; |
100 | rdfs:subClassOf owl:Class . | 100 | rdfs:subClassOf owl:Class . |
101 | 101 | ||
102 | ep-core:Temperature | 102 | ep-core:Temperature |
103 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 103 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
104 | rdfs:label "temperature"^^xsd:string ; | 104 | rdfs:label "temperature"^^xsd:string ; |
105 | rdfs:subClassOf owl:Class . | 105 | rdfs:subClassOf owl:Class . |
106 | 106 | ||
107 | ep-core:TimeDuration | 107 | ep-core:TimeDuration |
108 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 108 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
109 | rdfs:label "time duration"^^xsd:string ; | 109 | rdfs:label "time duration"^^xsd:string ; |
110 | rdfs:subClassOf owl:Class . | 110 | rdfs:subClassOf owl:Class . |
111 | 111 | ||
112 | ep-core:Volume | 112 | ep-core:Volume |
113 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 113 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
114 | rdfs:label "volume"^^xsd:string ; | 114 | rdfs:label "volume"^^xsd:string ; |
115 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 115 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
116 | 116 | ||
117 | ep-core:VolumeAt15degC1atm | 117 | ep-core:VolumeAt15degC1atm |
118 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 118 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
119 | rdfs:label "volume at 15 degrees C 1 atmosphere"^^xsd:string ; | 119 | rdfs:label "volume at 15 degrees C 1 atmosphere"^^xsd:string ; |
120 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 120 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
121 | 121 | ||
122 | ep-core:VolumeAt1degC1atm | 122 | ep-core:VolumeAt1degC1atm |
123 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 123 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
124 | rdfs:label "volume at 0 degrees C 1 atmosphere"^^xsd:string ; | 124 | rdfs:label "volume at 0 degrees C 1 atmosphere"^^xsd:string ; |
125 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 125 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
126 | 126 | ||
127 | ep-core:VolumeAt60degF1atm | 127 | ep-core:VolumeAt60degF1atm |
128 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 128 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
129 | rdfs:label "volume at 60 degrees F 1 atmosphere"^^xsd:string ; | 129 | rdfs:label "volume at 60 degrees F 1 atmosphere"^^xsd:string ; |
130 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 130 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
131 | 131 | ||
132 | ep-core:VolumetricFlowRate | 132 | ep-core:VolumetricFlowRate |
133 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 133 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
134 | rdfs:label "volumetric flow rate"^^xsd:string ; | 134 | rdfs:label "volumetric flow rate"^^xsd:string ; |
135 | rdfs:subClassOf owl:Class . | 135 | rdfs:subClassOf owl:Class . |
136 | 136 | ||
137 | ep-core:YieldPoint | 137 | ep-core:YieldPoint |
138 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 138 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
139 | rdfs:label "yield point"^^xsd:string ; | 139 | rdfs:label "yield point"^^xsd:string ; |
140 | rdfs:subClassOf owl:Class . | 140 | rdfs:subClassOf owl:Class . |
141 | 141 | ||
142 | ep-core:apiName | 142 | ep-core:apiName |
143 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 143 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
144 | rdfs:label "API name"^^xsd:string ; | 144 | rdfs:label "API name"^^xsd:string ; |
145 | rdfs:range xsd:string ; | 145 | rdfs:range xsd:string ; |
146 | rdfs:subPropertyOf ep-core:name . | 146 | rdfs:subPropertyOf ep-core:name . |
147 | 147 | ||
148 | ep-core:bar | 148 | ep-core:bar |
149 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 149 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
150 | rdfs:domain ep-core:Pressure ; | 150 | rdfs:domain ep-core:Pressure ; |
151 | rdfs:label "bar"^^xsd:string . | 151 | rdfs:label "bar"^^xsd:string . |
152 | 152 | ||
153 | ep-core:barrel | 153 | ep-core:barrel |
154 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 154 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
155 | rdfs:label "barrel"^^xsd:string . | 155 | rdfs:label "barrel"^^xsd:string . |
156 | 156 | ||
157 | ep-core:basisFor | 157 | ep-core:basisFor |
... | @@ -159,71 +159,71 @@ ep-core:basisFor | ... | @@ -159,71 +159,71 @@ ep-core:basisFor |
159 | rdfs:label "basis for"^^xsd:string . | 159 | rdfs:label "basis for"^^xsd:string . |
160 | 160 | ||
161 | ep-core:celsius | 161 | ep-core:celsius |
162 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 162 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
163 | rdfs:domain ep-core:Temperature ; | 163 | rdfs:domain ep-core:Temperature ; |
164 | rdfs:label "celsius"^^xsd:string . | 164 | rdfs:label "celsius"^^xsd:string . |
165 | 165 | ||
166 | ep-core:centiPoise | 166 | ep-core:centiPoise |
167 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 167 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
168 | rdfs:domain ep-core:PlasticViscosity ; | 168 | rdfs:domain ep-core:PlasticViscosity ; |
169 | rdfs:label "cP"^^xsd:string . | 169 | rdfs:label "cP"^^xsd:string . |
170 | 170 | ||
171 | ep-core:day | 171 | ep-core:day |
172 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 172 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
173 | rdfs:domain ep-core:TimeDuration ; | 173 | rdfs:domain ep-core:TimeDuration ; |
174 | rdfs:label "day"^^xsd:string . | 174 | rdfs:label "day"^^xsd:string . |
175 | 175 | ||
176 | ep-core:decimetre3 | 176 | ep-core:decimetre3 |
177 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 177 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
178 | rdfs:domain ep-core:Volume ; | 178 | rdfs:domain ep-core:Volume ; |
179 | rdfs:label "decimetre 3"^^xsd:string . | 179 | rdfs:label "decimetre 3"^^xsd:string . |
180 | 180 | ||
181 | ep-core:degreesOfAngle | 181 | ep-core:degreesOfAngle |
182 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 182 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
183 | rdfs:domain ep-core:PlaneAngle ; | 183 | rdfs:domain ep-core:PlaneAngle ; |
184 | rdfs:label "degrees of angle"^^xsd:string . | 184 | rdfs:label "degrees of angle"^^xsd:string . |
185 | 185 | ||
186 | ep-core:derivedFrom | 186 | ep-core:derivedFrom |
187 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 187 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
188 | rdfs:label "derived from"^^xsd:string . | 188 | rdfs:label "derived from"^^xsd:string . |
189 | 189 | ||
190 | ep-core:dtiName | 190 | ep-core:dtiName |
191 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 191 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
192 | rdfs:label "DTI name"^^xsd:string ; | 192 | rdfs:label "DTI name"^^xsd:string ; |
193 | rdfs:range xsd:string ; | 193 | rdfs:range xsd:string ; |
194 | rdfs:subPropertyOf ep-core:name . | 194 | rdfs:subPropertyOf ep-core:name . |
195 | 195 | ||
196 | ep-core:dyne_second_metre-2 | 196 | ep-core:dyne_second_metre-2 |
197 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 197 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
198 | rdfs:domain ep-core:PlasticViscosity ; | 198 | rdfs:domain ep-core:PlasticViscosity ; |
199 | rdfs:label "dyne.s.m-2"^^xsd:string . | 199 | rdfs:label "dyne.s.m-2"^^xsd:string . |
200 | 200 | ||
201 | ep-core:foot | 201 | ep-core:foot |
202 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 202 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
203 | rdfs:domain ep-core:Length ; | 203 | rdfs:domain ep-core:Length ; |
204 | rdfs:label "foot"^^xsd:string . | 204 | rdfs:label "foot"^^xsd:string . |
205 | 205 | ||
206 | ep-core:foot3 | 206 | ep-core:foot3 |
207 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 207 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
208 | rdfs:label "foot3"^^xsd:string . | 208 | rdfs:label "foot3"^^xsd:string . |
209 | 209 | ||
210 | ep-core:foot3_sack94-1 | 210 | ep-core:foot3_sack94-1 |
211 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 211 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
212 | rdfs:domain ep-core:YieldPoint ; | 212 | rdfs:domain ep-core:YieldPoint ; |
213 | rdfs:label "foot3 sack94-1"^^xsd:string . | 213 | rdfs:label "foot3 sack94-1"^^xsd:string . |
214 | 214 | ||
215 | ep-core:footUS | 215 | ep-core:footUS |
216 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 216 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
217 | rdfs:domain ep-core:Length ; | 217 | rdfs:domain ep-core:Length ; |
218 | rdfs:label "foot (US survey)"^^xsd:string . | 218 | rdfs:label "foot (US survey)"^^xsd:string . |
219 | 219 | ||
220 | ep-core:fractionByVolume | 220 | ep-core:fractionByVolume |
221 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 221 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
222 | rdfs:domain ep-core:SpecificVolume ; | 222 | rdfs:domain ep-core:SpecificVolume ; |
223 | rdfs:label "fraction by volume"^^xsd:string . | 223 | rdfs:label "fraction by volume"^^xsd:string . |
224 | 224 | ||
225 | ep-core:gram_cm-3 | 225 | ep-core:gram_cm-3 |
226 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 226 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
227 | rdfs:label "gram cm-3"^^xsd:string . | 227 | rdfs:label "gram cm-3"^^xsd:string . |
228 | 228 | ||
229 | ep-core:hasPart | 229 | ep-core:hasPart |
... | @@ -233,13 +233,21 @@ ep-core:hasPart | ... | @@ -233,13 +233,21 @@ ep-core:hasPart |
233 | rdfs:range ep-core:PhysicalThing ; | 233 | rdfs:range ep-core:PhysicalThing ; |
234 | owl:inverseOf ep-core:partOf . | 234 | owl:inverseOf ep-core:partOf . |
235 | 235 | ||
236 | +ep-core:hasSpatialPart | ||
237 | + rdf:type owl:TransitiveProperty ; | ||
238 | + rdfs:domain ep-core:PhysicalThing ; | ||
239 | + rdfs:label "has spatial part"^^xsd:string ; | ||
240 | + rdfs:range ep-core:PhysicalThing ; | ||
241 | + rdfs:subPropertyOf ep-core:hasPart ; | ||
242 | + owl:inverseOf ep-core:spatialPartOf . | ||
243 | + | ||
236 | ep-core:hasTemporalPart | 244 | ep-core:hasTemporalPart |
237 | rdf:type owl:TransitiveProperty ; | 245 | rdf:type owl:TransitiveProperty ; |
238 | rdfs:domain ep-core:PhysicalThing ; | 246 | rdfs:domain ep-core:PhysicalThing ; |
239 | rdfs:label "has temporal part"^^xsd:string ; | 247 | rdfs:label "has temporal part"^^xsd:string ; |
240 | rdfs:range ep-core:PhysicalThing ; | 248 | rdfs:range ep-core:PhysicalThing ; |
241 | rdfs:subPropertyOf ep-core:hasPart ; | 249 | rdfs:subPropertyOf ep-core:hasPart ; |
242 | - owl:inverseOf ep-core:partOf . | 250 | + owl:inverseOf ep-core:temporalPartOf . |
243 | 251 | ||
244 | ep-core:hasVolume | 252 | ep-core:hasVolume |
245 | rdf:type owl:FunctionalProperty ; | 253 | rdf:type owl:FunctionalProperty ; |
... | @@ -247,7 +255,7 @@ ep-core:hasVolume | ... | @@ -247,7 +255,7 @@ ep-core:hasVolume |
247 | rdfs:label "has volume"^^xsd:string . | 255 | rdfs:label "has volume"^^xsd:string . |
248 | 256 | ||
249 | ep-core:hour | 257 | ep-core:hour |
250 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 258 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
251 | rdfs:domain ep-core:TimeDuration ; | 259 | rdfs:domain ep-core:TimeDuration ; |
252 | rdfs:label "hour"^^xsd:string . | 260 | rdfs:label "hour"^^xsd:string . |
253 | 261 | ||
... | @@ -258,84 +266,84 @@ ep-core:humanRecognizableName | ... | @@ -258,84 +266,84 @@ ep-core:humanRecognizableName |
258 | rdfs:subPropertyOf ep-core:name . | 266 | rdfs:subPropertyOf ep-core:name . |
259 | 267 | ||
260 | ep-core:inch | 268 | ep-core:inch |
261 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 269 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
262 | rdfs:domain ep-core:Length ; | 270 | rdfs:domain ep-core:Length ; |
263 | rdfs:label "inch"^^xsd:string . | 271 | rdfs:label "inch"^^xsd:string . |
264 | 272 | ||
265 | ep-core:inchUS | 273 | ep-core:inchUS |
266 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 274 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
267 | rdfs:domain ep-core:Length ; | 275 | rdfs:domain ep-core:Length ; |
268 | rdfs:label "inch (US survey)"^^xsd:string . | 276 | rdfs:label "inch (US survey)"^^xsd:string . |
269 | 277 | ||
270 | ep-core:kilogramforce_second_metre-2 | 278 | ep-core:kilogramforce_second_metre-2 |
271 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 279 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
272 | rdfs:domain ep-core:PlasticViscosity ; | 280 | rdfs:domain ep-core:PlasticViscosity ; |
273 | rdfs:label "kgf.s.m-2"^^xsd:string . | 281 | rdfs:label "kgf.s.m-2"^^xsd:string . |
274 | 282 | ||
275 | ep-core:localFieldName | 283 | ep-core:localFieldName |
276 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 284 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
277 | rdfs:label "local field name"^^xsd:string ; | 285 | rdfs:label "local field name"^^xsd:string ; |
278 | rdfs:range xsd:string ; | 286 | rdfs:range xsd:string ; |
279 | rdfs:subPropertyOf ep-core:name . | 287 | rdfs:subPropertyOf ep-core:name . |
280 | 288 | ||
281 | ep-core:megaPa | 289 | ep-core:megaPa |
282 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 290 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
283 | rdfs:domain ep-core:Pressure ; | 291 | rdfs:domain ep-core:Pressure ; |
284 | rdfs:label "MPa"^^xsd:string . | 292 | rdfs:label "MPa"^^xsd:string . |
285 | 293 | ||
286 | ep-core:megaPa_second | 294 | ep-core:megaPa_second |
287 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 295 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
288 | rdfs:domain ep-core:PlasticViscosity ; | 296 | rdfs:domain ep-core:PlasticViscosity ; |
289 | rdfs:label "MPa.second"^^xsd:string . | 297 | rdfs:label "MPa.second"^^xsd:string . |
290 | 298 | ||
291 | ep-core:metre | 299 | ep-core:metre |
292 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 300 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
293 | rdfs:domain ep-core:Length ; | 301 | rdfs:domain ep-core:Length ; |
294 | rdfs:label "metre"^^xsd:string . | 302 | rdfs:label "metre"^^xsd:string . |
295 | 303 | ||
296 | ep-core:metre3 | 304 | ep-core:metre3 |
297 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 305 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
298 | rdfs:label "metre3"^^xsd:string . | 306 | rdfs:label "metre3"^^xsd:string . |
299 | 307 | ||
300 | ep-core:metre3_day-1 | 308 | ep-core:metre3_day-1 |
301 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 309 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
302 | rdfs:domain ep-core:VolumetricFlowRate ; | 310 | rdfs:domain ep-core:VolumetricFlowRate ; |
303 | rdfs:label "metre3 day-1"^^xsd:string . | 311 | rdfs:label "metre3 day-1"^^xsd:string . |
304 | 312 | ||
305 | ep-core:metre3_minute-1 | 313 | ep-core:metre3_minute-1 |
306 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 314 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
307 | rdfs:domain ep-core:VolumetricFlowRate ; | 315 | rdfs:domain ep-core:VolumetricFlowRate ; |
308 | rdfs:label "metre3 minute-1"^^xsd:string . | 316 | rdfs:label "metre3 minute-1"^^xsd:string . |
309 | 317 | ||
310 | ep-core:metre_hour-1 | 318 | ep-core:metre_hour-1 |
311 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 319 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
312 | rdfs:domain ep-core:Speed ; | 320 | rdfs:domain ep-core:Speed ; |
313 | rdfs:label "metre hour-1"^^xsd:string . | 321 | rdfs:label "metre hour-1"^^xsd:string . |
314 | 322 | ||
315 | ep-core:millimetre | 323 | ep-core:millimetre |
316 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 324 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
317 | rdfs:domain ep-core:Length ; | 325 | rdfs:domain ep-core:Length ; |
318 | rdfs:label "millimetre"^^xsd:string . | 326 | rdfs:label "millimetre"^^xsd:string . |
319 | 327 | ||
320 | ep-core:million_barrel | 328 | ep-core:million_barrel |
321 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 329 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
322 | rdfs:label "million barrel"^^xsd:string . | 330 | rdfs:label "million barrel"^^xsd:string . |
323 | 331 | ||
324 | ep-core:million_foot3 | 332 | ep-core:million_foot3 |
325 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 333 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
326 | rdfs:label "million foot3"^^xsd:string . | 334 | rdfs:label "million foot3"^^xsd:string . |
327 | 335 | ||
328 | ep-core:million_metre3 | 336 | ep-core:million_metre3 |
329 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 337 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
330 | rdfs:label "million metre3"^^xsd:string . | 338 | rdfs:label "million metre3"^^xsd:string . |
331 | 339 | ||
332 | ep-core:million_metre3_day-1 | 340 | ep-core:million_metre3_day-1 |
333 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 341 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
334 | rdfs:domain ep-core:VolumetricFlowRate ; | 342 | rdfs:domain ep-core:VolumetricFlowRate ; |
335 | rdfs:label "million metre3 day-1"^^xsd:string . | 343 | rdfs:label "million metre3 day-1"^^xsd:string . |
336 | 344 | ||
337 | ep-core:minute | 345 | ep-core:minute |
338 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 346 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
339 | rdfs:domain ep-core:TimeDuration ; | 347 | rdfs:domain ep-core:TimeDuration ; |
340 | rdfs:label "minute"^^xsd:string . | 348 | rdfs:label "minute"^^xsd:string . |
341 | 349 | ||
... | @@ -345,31 +353,31 @@ ep-core:name | ... | @@ -345,31 +353,31 @@ ep-core:name |
345 | rdfs:range xsd:string . | 353 | rdfs:range xsd:string . |
346 | 354 | ||
347 | ep-core:newton_second_metre-2 | 355 | ep-core:newton_second_metre-2 |
348 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 356 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
349 | rdfs:domain ep-core:PlasticViscosity ; | 357 | rdfs:domain ep-core:PlasticViscosity ; |
350 | rdfs:label "N.s.m-2"^^xsd:string . | 358 | rdfs:label "N.s.m-2"^^xsd:string . |
351 | 359 | ||
352 | ep-core:nominallyExistsAt | 360 | ep-core:nominallyExistsAt |
353 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 361 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
354 | rdfs:domain ep-core:PhysicalThing ; | 362 | rdfs:domain ep-core:PhysicalThing ; |
355 | rdfs:label "nominally exists at"^^xsd:string ; | 363 | rdfs:label "nominally exists at"^^xsd:string ; |
356 | rdfs:range xsd:string ; | 364 | rdfs:range xsd:string ; |
357 | rdfs:subPropertyOf ep-core:name . | 365 | rdfs:subPropertyOf ep-core:name . |
358 | 366 | ||
359 | ep-core:npdCode | 367 | ep-core:npdCode |
360 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 368 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
361 | rdfs:label "NPD code"^^xsd:string ; | 369 | rdfs:label "NPD code"^^xsd:string ; |
362 | rdfs:range xsd:string ; | 370 | rdfs:range xsd:string ; |
363 | rdfs:subPropertyOf ep-core:name . | 371 | rdfs:subPropertyOf ep-core:name . |
364 | 372 | ||
365 | ep-core:npdName | 373 | ep-core:npdName |
366 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 374 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
367 | rdfs:label "NPD name"^^xsd:string ; | 375 | rdfs:label "NPD name"^^xsd:string ; |
368 | rdfs:range xsd:string ; | 376 | rdfs:range xsd:string ; |
369 | rdfs:subPropertyOf ep-core:name . | 377 | rdfs:subPropertyOf ep-core:name . |
370 | 378 | ||
371 | ep-core:npdNumber | 379 | ep-core:npdNumber |
372 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 380 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
373 | rdfs:label "NPD number"^^xsd:string ; | 381 | rdfs:label "NPD number"^^xsd:string ; |
374 | rdfs:range xsd:string ; | 382 | rdfs:range xsd:string ; |
375 | rdfs:subPropertyOf ep-core:name . | 383 | rdfs:subPropertyOf ep-core:name . |
... | @@ -382,73 +390,81 @@ ep-core:partOf | ... | @@ -382,73 +390,81 @@ ep-core:partOf |
382 | owl:inverseOf ep-core:hasPart . | 390 | owl:inverseOf ep-core:hasPart . |
383 | 391 | ||
384 | ep-core:partPerMillionByMass | 392 | ep-core:partPerMillionByMass |
385 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 393 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
386 | rdfs:domain ep-core:SpecificMass ; | 394 | rdfs:domain ep-core:SpecificMass ; |
387 | rdfs:label "part per million (by mass)"^^xsd:string . | 395 | rdfs:label "part per million (by mass)"^^xsd:string . |
388 | 396 | ||
389 | ep-core:partPerMillionByVolume | 397 | ep-core:partPerMillionByVolume |
390 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 398 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
391 | rdfs:domain ep-core:SpecificVolume ; | 399 | rdfs:domain ep-core:SpecificVolume ; |
392 | rdfs:label "part per million (by volume)"^^xsd:string . | 400 | rdfs:label "part per million (by volume)"^^xsd:string . |
393 | 401 | ||
394 | ep-core:pascal | 402 | ep-core:pascal |
395 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 403 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
396 | rdfs:domain ep-core:Pressure ; | 404 | rdfs:domain ep-core:Pressure ; |
397 | rdfs:label "Pascal"^^xsd:string . | 405 | rdfs:label "Pascal"^^xsd:string . |
398 | 406 | ||
399 | ep-core:pascal_second | 407 | ep-core:pascal_second |
400 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 408 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
401 | rdfs:domain ep-core:PlasticViscosity ; | 409 | rdfs:domain ep-core:PlasticViscosity ; |
402 | rdfs:label "Pa.second"^^xsd:string . | 410 | rdfs:label "Pa.second"^^xsd:string . |
403 | 411 | ||
404 | ep-core:perCentByVolume | 412 | ep-core:perCentByVolume |
405 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 413 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
406 | rdfs:domain ep-core:SpecificVolume ; | 414 | rdfs:domain ep-core:SpecificVolume ; |
407 | rdfs:label "per cent by volume"^^xsd:string . | 415 | rdfs:label "per cent by volume"^^xsd:string . |
408 | 416 | ||
409 | ep-core:poise | 417 | ep-core:poise |
410 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 418 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
411 | rdfs:domain ep-core:PlasticViscosity ; | 419 | rdfs:domain ep-core:PlasticViscosity ; |
412 | rdfs:label "P"^^xsd:string . | 420 | rdfs:label "P"^^xsd:string . |
413 | 421 | ||
414 | ep-core:pound_foot-1 | 422 | ep-core:pound_foot-1 |
415 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 423 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
416 | rdfs:domain ep-core:MassPerUnitLength ; | 424 | rdfs:domain ep-core:MassPerUnitLength ; |
417 | rdfs:label "pound foot-1"^^xsd:string . | 425 | rdfs:label "pound foot-1"^^xsd:string . |
418 | 426 | ||
419 | ep-core:poundforce_second_foot-2 | 427 | ep-core:poundforce_second_foot-2 |
420 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 428 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
421 | rdfs:domain ep-core:PlasticViscosity ; | 429 | rdfs:domain ep-core:PlasticViscosity ; |
422 | rdfs:label "lbf.s.ft-2"^^xsd:string . | 430 | rdfs:label "lbf.s.ft-2"^^xsd:string . |
423 | 431 | ||
424 | ep-core:poundforce_second_inch-2 | 432 | ep-core:poundforce_second_inch-2 |
425 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 433 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
426 | rdfs:domain ep-core:PlasticViscosity ; | 434 | rdfs:domain ep-core:PlasticViscosity ; |
427 | rdfs:label "lbf.s.in-2"^^xsd:string . | 435 | rdfs:label "lbf.s.in-2"^^xsd:string . |
428 | 436 | ||
429 | ep-core:prospectName | 437 | ep-core:prospectName |
430 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 438 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
431 | rdfs:label "prospect name"^^xsd:string ; | 439 | rdfs:label "prospect name"^^xsd:string ; |
432 | rdfs:range xsd:string ; | 440 | rdfs:range xsd:string ; |
433 | rdfs:subPropertyOf ep-core:name . | 441 | rdfs:subPropertyOf ep-core:name . |
434 | 442 | ||
435 | ep-core:psi_second | 443 | ep-core:psi_second |
436 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 444 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
437 | rdfs:domain ep-core:PlasticViscosity ; | 445 | rdfs:domain ep-core:PlasticViscosity ; |
438 | rdfs:label "psi.s"^^xsd:string . | 446 | rdfs:label "psi.s"^^xsd:string . |
439 | 447 | ||
440 | ep-core:psig | 448 | ep-core:psig |
441 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 449 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
442 | rdfs:domain ep-core:Pressure ; | 450 | rdfs:domain ep-core:Pressure ; |
443 | rdfs:label "psi gauge"^^xsd:string . | 451 | rdfs:label "psi gauge"^^xsd:string . |
444 | 452 | ||
445 | ep-core:second | 453 | ep-core:second |
446 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 454 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
447 | rdfs:domain ep-core:TimeDuration ; | 455 | rdfs:domain ep-core:TimeDuration ; |
448 | rdfs:label "second"^^xsd:string . | 456 | rdfs:label "second"^^xsd:string . |
449 | 457 | ||
458 | +ep-core:spatialPartOf | ||
459 | + rdf:type owl:TransitiveProperty ; | ||
460 | + rdfs:domain ep-core:PhysicalThing ; | ||
461 | + rdfs:label "temporal part of"^^xsd:string ; | ||
462 | + rdfs:range ep-core:PhysicalThing ; | ||
463 | + rdfs:subPropertyOf ep-core:partOf ; | ||
464 | + owl:inverseOf ep-core:hasSpatialPart . | ||
465 | + | ||
450 | ep-core:specificGravity | 466 | ep-core:specificGravity |
451 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 467 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
452 | rdfs:label "specific gravity"^^xsd:string . | 468 | rdfs:label "specific gravity"^^xsd:string . |
453 | 469 | ||
454 | ep-core:temporalPartOf | 470 | ep-core:temporalPartOf |
... | @@ -460,16 +476,16 @@ ep-core:temporalPartOf | ... | @@ -460,16 +476,16 @@ ep-core:temporalPartOf |
460 | owl:inverseOf ep-core:hasTemporalPart . | 476 | owl:inverseOf ep-core:hasTemporalPart . |
461 | 477 | ||
462 | ep-core:undefinedScale | 478 | ep-core:undefinedScale |
463 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 479 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
464 | rdfs:domain owl:Class ; | 480 | rdfs:domain owl:Class ; |
465 | rdfs:label "undefined scale"^^xsd:string . | 481 | rdfs:label "undefined scale"^^xsd:string . |
466 | 482 | ||
467 | ep-core:usGallon_sack94-1 | 483 | ep-core:usGallon_sack94-1 |
468 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 484 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
469 | rdfs:domain ep-core:SpecificVolume ; | 485 | rdfs:domain ep-core:SpecificVolume ; |
470 | rdfs:label "USgallon sack94-1"^^xsd:string . | 486 | rdfs:label "USgallon sack94-1"^^xsd:string . |
471 | 487 | ||
472 | ep-core:week | 488 | ep-core:week |
473 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 489 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
474 | rdfs:domain ep-core:TimeDuration ; | 490 | rdfs:domain ep-core:TimeDuration ; |
475 | rdfs:label "week"^^xsd:string . | 491 | rdfs:label "week"^^xsd:string . | ... | ... |
1 | -# Saved by TopBraid on Fri Oct 07 17:52:49 BST 2011 | 1 | +# Saved by TopBraid on Thu Oct 27 14:29:39 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/well | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/well |
3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
4 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
... | @@ -226,6 +226,11 @@ ep-well:WellBorePilotHole | ... | @@ -226,6 +226,11 @@ ep-well:WellBorePilotHole |
226 | rdfs:label "wellbore pilot hole"^^xsd:string ; | 226 | rdfs:label "wellbore pilot hole"^^xsd:string ; |
227 | rdfs:subClassOf ep-well:SpatialPartOfAWellBore . | 227 | rdfs:subClassOf ep-well:SpatialPartOfAWellBore . |
228 | 228 | ||
229 | +ep-well:WellBoreSection | ||
230 | + rdf:type owl:Class ; | ||
231 | + rdfs:label "wellbore section"^^xsd:string ; | ||
232 | + rdfs:subClassOf ep-well:SpatialPartOfAWellBore . | ||
233 | + | ||
229 | ep-well:WellBoreTightnessType | 234 | ep-well:WellBoreTightnessType |
230 | rdf:type rdfs:Class ; | 235 | rdf:type rdfs:Class ; |
231 | rdfs:label "well bore tightness type"^^xsd:string ; | 236 | rdfs:label "well bore tightness type"^^xsd:string ; | ... | ... |
1 | +# Saved by TopBraid on Thu Oct 27 14:50:45 BST 2011 | ||
1 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun |
2 | -# imports: http://spinrdf.org/spin | ||
3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
4 | # imports: http://www.witsml.org/schemas/1series | 4 | # imports: http://www.witsml.org/schemas/1series |
5 | +# imports: http://spinrdf.org/spin | ||
5 | 6 | ||
6 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun#> . | 7 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun#> . |
7 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 8 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
9 | +@prefix arg: <http://spinrdf.org/arg#> . | ||
8 | @prefix ddr: <http://www.witsml.org/schemas/1series#> . | 10 | @prefix ddr: <http://www.witsml.org/schemas/1series#> . |
9 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 11 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
10 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 12 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
11 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 13 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
12 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 14 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
15 | +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . | ||
13 | @prefix sp: <http://spinrdf.org/sp#> . | 16 | @prefix sp: <http://spinrdf.org/sp#> . |
14 | @prefix spin: <http://spinrdf.org/spin#> . | 17 | @prefix spin: <http://spinrdf.org/spin#> . |
15 | @prefix spl: <http://spinrdf.org/spl#> . | 18 | @prefix spl: <http://spinrdf.org/spl#> . |
... | @@ -17,7 +20,7 @@ | ... | @@ -17,7 +20,7 @@ |
17 | 20 | ||
18 | <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> | 21 | <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> |
19 | rdf:type owl:Ontology ; | 22 | rdf:type owl:Ontology ; |
20 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; | 23 | + owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> ; |
21 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
22 | 25 | ||
23 | ddr:Obj_drillReport | 26 | ddr:Obj_drillReport |
... | @@ -26,532 +29,437 @@ ddr:Obj_drillReport | ... | @@ -26,532 +29,437 @@ ddr:Obj_drillReport |
26 | rdfs:comment "STEP 280 Well stimulation"^^xsd:string ; | 29 | rdfs:comment "STEP 280 Well stimulation"^^xsd:string ; |
27 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellStimulation> ; | 30 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellStimulation> ; |
28 | sp:predicate rdf:type ; | 31 | sp:predicate rdf:type ; |
29 | - sp:subject | ||
30 | - [ sp:varName "wellStimulation"^^xsd:string | ||
31 | - ] | ||
32 | - ] [ sp:object | ||
33 | - [ sp:varName "wellStimulation"^^xsd:string | ||
34 | - ] ; | ||
35 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
36 | - sp:subject | ||
37 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
38 | - ] | ||
39 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ; | ||
40 | - sp:predicate rdf:type ; | ||
41 | sp:subject _:b1 | 32 | sp:subject _:b1 |
42 | ] [ sp:object _:b1 ; | 33 | ] [ sp:object _:b1 ; |
43 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 34 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
44 | - sp:subject | 35 | + sp:subject _:b2 |
45 | - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | 36 | + ] [ sp:object _:b3 ; |
46 | - ] | ||
47 | - ] [ sp:object _:b1 ; | ||
48 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
49 | - sp:subject | ||
50 | - [ sp:varName "wellStimulation"^^xsd:string | ||
51 | - ] | ||
52 | - ] [ sp:object | ||
53 | - [ sp:varName "dTimStart"^^xsd:string | ||
54 | - ] ; | ||
55 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | 37 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
56 | - sp:subject | 38 | + sp:subject _:b1 |
57 | - [ sp:varName "wellStimulation"^^xsd:string | 39 | + ] [ sp:object _:b4 ; |
58 | - ] | ||
59 | - ] [ sp:object | ||
60 | - [ sp:varName "dTimEnd"^^xsd:string | ||
61 | - ] ; | ||
62 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 40 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
63 | - sp:subject | 41 | + sp:subject _:b1 |
64 | - [ sp:varName "wellStimulation"^^xsd:string | 42 | + ] [ sp:object _:b5 ; |
65 | - ] | ||
66 | - ] [ sp:object | ||
67 | - [ sp:varName "description"^^xsd:string | ||
68 | - ] ; | ||
69 | sp:predicate rdfs:comment ; | 43 | sp:predicate rdfs:comment ; |
70 | - sp:subject | ||
71 | - [ sp:varName "wellStimulation"^^xsd:string | ||
72 | - ] | ||
73 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | ||
74 | - sp:predicate rdf:type ; | ||
75 | sp:subject _:b1 | 44 | sp:subject _:b1 |
76 | - ] [ sp:object _:b2 ; | 45 | + ] [ sp:object _:b6 ; |
77 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; | 46 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
78 | sp:subject _:b1 | 47 | sp:subject _:b1 |
48 | + ] [ sp:object _:b7 ; | ||
49 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
50 | + sp:subject _:b6 | ||
51 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; | ||
52 | + sp:predicate rdf:type ; | ||
53 | + sp:subject _:b7 | ||
54 | + ] [ sp:object _:b8 ; | ||
55 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
56 | + sp:subject _:b7 | ||
57 | + ] [ sp:object _:b9 ; | ||
58 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; | ||
59 | + sp:subject _:b7 | ||
79 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 60 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
80 | sp:predicate rdf:type ; | 61 | sp:predicate rdf:type ; |
81 | - sp:subject _:b2 | 62 | + sp:subject _:b9 |
82 | - ] [ sp:object | 63 | + ] [ sp:object _:b10 ; |
83 | - [ sp:varName "realMdTop"^^xsd:string | 64 | + sp:predicate _:b11 ; |
84 | - ] ; | 65 | + sp:subject _:b9 |
85 | - sp:predicate | 66 | + ] [ sp:object _:b12 ; |
86 | - [ sp:varName "lengthScaleMdTop"^^xsd:string | ||
87 | - ] ; | ||
88 | - sp:subject _:b2 | ||
89 | - ] [ sp:object _:b3 ; | ||
90 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; | 67 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; |
91 | - sp:subject _:b1 | 68 | + sp:subject _:b7 |
92 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 69 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
93 | sp:predicate rdf:type ; | 70 | sp:predicate rdf:type ; |
94 | - sp:subject _:b3 | 71 | + sp:subject _:b12 |
95 | - ] [ sp:object | 72 | + ] [ sp:object _:b13 ; |
96 | - [ sp:varName "realMdBottom"^^xsd:string | 73 | + sp:predicate _:b14 ; |
97 | - ] ; | 74 | + sp:subject _:b12 |
98 | - sp:predicate | 75 | + ] [ sp:object _:b15 ; |
99 | - [ sp:varName "lengthScaleMdBottom"^^xsd:string | 76 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
100 | - ] ; | 77 | + sp:subject _:b7 |
101 | - sp:subject _:b3 | ||
102 | - ] [ sp:object _:b4 ; | ||
103 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
104 | - sp:subject _:b1 | ||
105 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing> ; | 78 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing> ; |
106 | sp:predicate rdf:type ; | 79 | sp:predicate rdf:type ; |
107 | - sp:subject _:b4 | 80 | + sp:subject _:b15 |
108 | - ] [ sp:object | 81 | + ] [ sp:object _:b16 ; |
109 | - [ sp:varName "casingRoleType"^^xsd:string | ||
110 | - ] ; | ||
111 | sp:predicate rdf:type ; | 82 | sp:predicate rdf:type ; |
112 | - sp:subject _:b4 | 83 | + sp:subject _:b15 |
113 | - ] [ sp:object | 84 | + ] [ sp:object _:b17 ; |
114 | - [ sp:varName "tubeType"^^xsd:string | ||
115 | - ] ; | ||
116 | sp:predicate rdf:type ; | 85 | sp:predicate rdf:type ; |
117 | - sp:subject _:b4 | 86 | + sp:subject _:b15 |
118 | - ] [ sp:object _:b5 ; | 87 | + ] [ sp:object _:b18 ; |
119 | sp:predicate <http://www.reportinghub.no/ep/schema/equipment#insideDiameterOfATubular> ; | 88 | sp:predicate <http://www.reportinghub.no/ep/schema/equipment#insideDiameterOfATubular> ; |
120 | - sp:subject _:b4 | 89 | + sp:subject _:b15 |
121 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 90 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
122 | sp:predicate rdf:type ; | 91 | sp:predicate rdf:type ; |
123 | - sp:subject _:b5 | 92 | + sp:subject _:b18 |
124 | - ] [ sp:object | 93 | + ] [ sp:object _:b19 ; |
125 | - [ sp:varName "realId"^^xsd:string | 94 | + sp:predicate _:b20 ; |
126 | - ] ; | 95 | + sp:subject _:b18 |
127 | - sp:predicate | 96 | + ] [ sp:object _:b21 ; |
128 | - [ sp:varName "lengthScaleId"^^xsd:string | ||
129 | - ] ; | ||
130 | - sp:subject _:b5 | ||
131 | - ] [ sp:object _:b6 ; | ||
132 | sp:predicate <http://www.reportinghub.no/ep/schema/equipment#outsideDiameterOfATubular> ; | 97 | sp:predicate <http://www.reportinghub.no/ep/schema/equipment#outsideDiameterOfATubular> ; |
133 | - sp:subject _:b4 | 98 | + sp:subject _:b15 |
134 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 99 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
135 | sp:predicate rdf:type ; | 100 | sp:predicate rdf:type ; |
136 | - sp:subject _:b6 | 101 | + sp:subject _:b21 |
137 | - ] [ sp:object | 102 | + ] [ sp:object _:b22 ; |
138 | - [ sp:varName "realOd"^^xsd:string | 103 | + sp:predicate _:b23 ; |
139 | - ] ; | 104 | + sp:subject _:b21 |
140 | - sp:predicate | 105 | + ] [ sp:object _:b24 ; |
141 | - [ sp:varName "lengthScaleOd"^^xsd:string | ||
142 | - ] ; | ||
143 | - sp:subject _:b6 | ||
144 | - ] [ sp:object _:b7 ; | ||
145 | sp:predicate rdf:type ; | 106 | sp:predicate rdf:type ; |
146 | - sp:subject _:b4 | 107 | + sp:subject _:b15 |
147 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#MassPerUnitLength> ; | 108 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#MassPerUnitLength> ; |
148 | sp:predicate rdf:type ; | 109 | sp:predicate rdf:type ; |
149 | - sp:subject _:b7 | 110 | + sp:subject _:b24 |
150 | - ] [ sp:object | 111 | + ] [ sp:object _:b25 ; |
151 | - [ sp:varName "realMassPerUnitLength"^^xsd:string | 112 | + sp:predicate _:b26 ; |
152 | - ] ; | 113 | + sp:subject _:b24 |
153 | - sp:predicate | 114 | + ] [ sp:object _:b27 ; |
154 | - [ sp:varName "massPerUnitLengthScale"^^xsd:string | ||
155 | - ] ; | ||
156 | - sp:subject _:b7 | ||
157 | - ] [ sp:object _:b8 ; | ||
158 | sp:predicate rdf:type ; | 115 | sp:predicate rdf:type ; |
159 | - sp:subject _:b4 | 116 | + sp:subject _:b15 |
160 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#API_5CT_class> ; | 117 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#API_5CT_class> ; |
161 | sp:predicate rdf:type ; | 118 | sp:predicate rdf:type ; |
162 | - sp:subject _:b8 | 119 | + sp:subject _:b27 |
163 | - ] [ sp:object | 120 | + ] [ sp:object _:b28 ; |
164 | - [ sp:varName "grade"^^xsd:string | ||
165 | - ] ; | ||
166 | sp:predicate rdfs:label ; | 121 | sp:predicate rdfs:label ; |
167 | - sp:subject _:b8 | 122 | + sp:subject _:b27 |
168 | - ] [ sp:object _:b9 ; | 123 | + ] [ sp:object _:b29 ; |
169 | sp:predicate <http://www.reportinghub.no/ep/schema/equipment#hasTubularConnectionClass> ; | 124 | sp:predicate <http://www.reportinghub.no/ep/schema/equipment#hasTubularConnectionClass> ; |
170 | - sp:subject _:b4 | 125 | + sp:subject _:b15 |
171 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#TubularConnectionClass> ; | 126 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#TubularConnectionClass> ; |
172 | sp:predicate rdf:type ; | 127 | sp:predicate rdf:type ; |
173 | - sp:subject _:b9 | 128 | + sp:subject _:b29 |
174 | - ] [ sp:object | 129 | + ] [ sp:object _:b30 ; |
175 | - [ sp:varName "connection"^^xsd:string | ||
176 | - ] ; | ||
177 | sp:predicate rdfs:label ; | 130 | sp:predicate rdfs:label ; |
178 | - sp:subject _:b9 | 131 | + sp:subject _:b29 |
179 | - ] [ sp:object _:b10 ; | 132 | + ] [ sp:object _:b31 ; |
180 | sp:predicate <http://www.reportinghub.no/ep/schema/equipment#stringLengthOfATubular> ; | 133 | sp:predicate <http://www.reportinghub.no/ep/schema/equipment#stringLengthOfATubular> ; |
181 | - sp:subject _:b4 | 134 | + sp:subject _:b15 |
182 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 135 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
183 | sp:predicate rdf:type ; | 136 | sp:predicate rdf:type ; |
184 | - sp:subject _:b10 | 137 | + sp:subject _:b31 |
185 | - ] [ sp:object | 138 | + ] [ sp:object _:b32 ; |
186 | - [ sp:varName "realLen"^^xsd:string | 139 | + sp:predicate _:b33 ; |
187 | - ] ; | 140 | + sp:subject _:b31 |
188 | - sp:predicate | ||
189 | - [ sp:varName "lengthScaleLen"^^xsd:string | ||
190 | - ] ; | ||
191 | - sp:subject _:b10 | ||
192 | ]) ; | 141 | ]) ; |
193 | - sp:where ([ sp:object | 142 | + sp:where ([ sp:object _:b34 ; |
194 | - [ sp:varName "nameWellBore"^^xsd:string | ||
195 | - ] ; | ||
196 | sp:predicate ep-spin-lib:nameWellbore ; | 143 | sp:predicate ep-spin-lib:nameWellbore ; |
197 | sp:subject spin:_this | 144 | sp:subject spin:_this |
198 | - ] [ sp:object | 145 | + ] [ sp:object _:b3 ; |
199 | - [ sp:varName "dTimStart"^^xsd:string | ||
200 | - ] ; | ||
201 | sp:predicate ddr:dTimStart ; | 146 | sp:predicate ddr:dTimStart ; |
202 | sp:subject spin:_this | 147 | sp:subject spin:_this |
203 | - ] [ sp:object | 148 | + ] [ sp:object _:b35 ; |
204 | - [ sp:varName "casingLinerTubing"^^xsd:string | ||
205 | - ] ; | ||
206 | sp:predicate ddr:casing_liner_tubingRef ; | 149 | sp:predicate ddr:casing_liner_tubingRef ; |
207 | sp:subject spin:_this | 150 | sp:subject spin:_this |
208 | - ] [ sp:object | ||
209 | - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | ||
210 | - ] ; | ||
211 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
212 | - sp:subject | ||
213 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
214 | - ] | ||
215 | ] [ rdf:type sp:Optional ; | 151 | ] [ rdf:type sp:Optional ; |
216 | - sp:elements ([ sp:object | 152 | + sp:elements ([ sp:object _:b36 ; |
217 | - [ sp:varName "enumTubeType"^^xsd:string | ||
218 | - ] ; | ||
219 | sp:predicate ddr:typeRef ; | 153 | sp:predicate ddr:typeRef ; |
220 | - sp:subject | 154 | + sp:subject _:b35 |
221 | - [ sp:varName "casingLinerTubing"^^xsd:string | ||
222 | - ] | ||
223 | ]) | 155 | ]) |
224 | ] [ rdf:type sp:Optional ; | 156 | ] [ rdf:type sp:Optional ; |
225 | - sp:elements ([ sp:object | 157 | + sp:elements ([ sp:object _:b37 ; |
226 | - [ sp:varName "id"^^xsd:string | ||
227 | - ] ; | ||
228 | sp:predicate ddr:idRef ; | 158 | sp:predicate ddr:idRef ; |
229 | - sp:subject | 159 | + sp:subject _:b35 |
230 | - [ sp:varName "casingLinerTubing"^^xsd:string | 160 | + ] [ sp:object _:b38 ; |
231 | - ] | ||
232 | - ] [ sp:object | ||
233 | - [ sp:varName "uomId"^^xsd:string | ||
234 | - ] ; | ||
235 | sp:predicate ddr:uomRef ; | 161 | sp:predicate ddr:uomRef ; |
236 | - sp:subject | 162 | + sp:subject _:b37 |
237 | - [ sp:varName "id"^^xsd:string | 163 | + ] [ sp:object _:b19 ; |
238 | - ] | ||
239 | - ] [ sp:object | ||
240 | - [ sp:varName "realId"^^xsd:string | ||
241 | - ] ; | ||
242 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 164 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
243 | - sp:subject | 165 | + sp:subject _:b37 |
244 | - [ sp:varName "id"^^xsd:string | ||
245 | - ] | ||
246 | ]) | 166 | ]) |
247 | ] [ rdf:type sp:Optional ; | 167 | ] [ rdf:type sp:Optional ; |
248 | - sp:elements ([ sp:object | 168 | + sp:elements ([ sp:object _:b39 ; |
249 | - [ sp:varName "od"^^xsd:string | ||
250 | - ] ; | ||
251 | sp:predicate ddr:odRef ; | 169 | sp:predicate ddr:odRef ; |
252 | - sp:subject | 170 | + sp:subject _:b35 |
253 | - [ sp:varName "casingLinerTubing"^^xsd:string | 171 | + ] [ sp:object _:b40 ; |
254 | - ] | ||
255 | - ] [ sp:object | ||
256 | - [ sp:varName "uomOd"^^xsd:string | ||
257 | - ] ; | ||
258 | sp:predicate ddr:uomRef ; | 172 | sp:predicate ddr:uomRef ; |
259 | - sp:subject | 173 | + sp:subject _:b39 |
260 | - [ sp:varName "od"^^xsd:string | 174 | + ] [ sp:object _:b22 ; |
261 | - ] | ||
262 | - ] [ sp:object | ||
263 | - [ sp:varName "realOd"^^xsd:string | ||
264 | - ] ; | ||
265 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 175 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
266 | - sp:subject | 176 | + sp:subject _:b39 |
267 | - [ sp:varName "od"^^xsd:string | ||
268 | - ] | ||
269 | ]) | 177 | ]) |
270 | ] [ rdf:type sp:Optional ; | 178 | ] [ rdf:type sp:Optional ; |
271 | - sp:elements ([ sp:object | 179 | + sp:elements ([ sp:object _:b41 ; |
272 | - [ sp:varName "weight"^^xsd:string | ||
273 | - ] ; | ||
274 | sp:predicate ddr:weightRef ; | 180 | sp:predicate ddr:weightRef ; |
275 | - sp:subject | 181 | + sp:subject _:b35 |
276 | - [ sp:varName "casingLinerTubing"^^xsd:string | 182 | + ] [ sp:object _:b42 ; |
277 | - ] | ||
278 | - ] [ sp:object | ||
279 | - [ sp:varName "uomWeight"^^xsd:string | ||
280 | - ] ; | ||
281 | sp:predicate ddr:uomRef ; | 183 | sp:predicate ddr:uomRef ; |
282 | - sp:subject | 184 | + sp:subject _:b41 |
283 | - [ sp:varName "weight"^^xsd:string | 185 | + ] [ sp:object _:b25 ; |
284 | - ] | ||
285 | - ] [ sp:object | ||
286 | - [ sp:varName "realMassPerUnitLength"^^xsd:string | ||
287 | - ] ; | ||
288 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 186 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
289 | - sp:subject | 187 | + sp:subject _:b41 |
290 | - [ sp:varName "weight"^^xsd:string | ||
291 | - ] | ||
292 | ]) | 188 | ]) |
293 | ] [ rdf:type sp:Optional ; | 189 | ] [ rdf:type sp:Optional ; |
294 | - sp:elements ([ sp:object | 190 | + sp:elements ([ sp:object _:b28 ; |
295 | - [ sp:varName "grade"^^xsd:string | ||
296 | - ] ; | ||
297 | sp:predicate ddr:grade ; | 191 | sp:predicate ddr:grade ; |
298 | - sp:subject | 192 | + sp:subject _:b35 |
299 | - [ sp:varName "casingLinerTubing"^^xsd:string | ||
300 | - ] | ||
301 | ]) | 193 | ]) |
302 | ] [ rdf:type sp:Optional ; | 194 | ] [ rdf:type sp:Optional ; |
303 | - sp:elements ([ sp:object | 195 | + sp:elements ([ sp:object _:b30 ; |
304 | - [ sp:varName "connection"^^xsd:string | ||
305 | - ] ; | ||
306 | sp:predicate ddr:connection ; | 196 | sp:predicate ddr:connection ; |
307 | - sp:subject | 197 | + sp:subject _:b35 |
308 | - [ sp:varName "casingLinerTubing"^^xsd:string | ||
309 | - ] | ||
310 | ]) | 198 | ]) |
311 | ] [ rdf:type sp:Optional ; | 199 | ] [ rdf:type sp:Optional ; |
312 | - sp:elements ([ sp:object | 200 | + sp:elements ([ sp:object _:b43 ; |
313 | - [ sp:varName "length"^^xsd:string | ||
314 | - ] ; | ||
315 | sp:predicate ddr:lengthRef ; | 201 | sp:predicate ddr:lengthRef ; |
316 | - sp:subject | 202 | + sp:subject _:b35 |
317 | - [ sp:varName "casingLinerTubing"^^xsd:string | 203 | + ] [ sp:object _:b44 ; |
318 | - ] | ||
319 | - ] [ sp:object | ||
320 | - [ sp:varName "uomLen"^^xsd:string | ||
321 | - ] ; | ||
322 | sp:predicate ddr:uomRef ; | 204 | sp:predicate ddr:uomRef ; |
323 | - sp:subject | 205 | + sp:subject _:b43 |
324 | - [ sp:varName "length"^^xsd:string | 206 | + ] [ sp:object _:b32 ; |
325 | - ] | ||
326 | - ] [ sp:object | ||
327 | - [ sp:varName "realLen"^^xsd:string | ||
328 | - ] ; | ||
329 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 207 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
330 | - sp:subject | 208 | + sp:subject _:b43 |
331 | - [ sp:varName "length"^^xsd:string | ||
332 | - ] | ||
333 | ]) | 209 | ]) |
334 | ] [ rdf:type sp:Optional ; | 210 | ] [ rdf:type sp:Optional ; |
335 | - sp:elements ([ sp:object | 211 | + sp:elements ([ sp:object _:b45 ; |
336 | - [ sp:varName "mdTop"^^xsd:string | ||
337 | - ] ; | ||
338 | sp:predicate ddr:mdTopRef ; | 212 | sp:predicate ddr:mdTopRef ; |
339 | - sp:subject | 213 | + sp:subject _:b35 |
340 | - [ sp:varName "casingLinerTubing"^^xsd:string | 214 | + ] [ sp:object _:b46 ; |
341 | - ] | ||
342 | - ] [ sp:object | ||
343 | - [ sp:varName "uomMdTop"^^xsd:string | ||
344 | - ] ; | ||
345 | sp:predicate ddr:uomRef ; | 215 | sp:predicate ddr:uomRef ; |
346 | - sp:subject | 216 | + sp:subject _:b45 |
347 | - [ sp:varName "mdTop"^^xsd:string | 217 | + ] [ sp:object _:b10 ; |
348 | - ] | ||
349 | - ] [ sp:object | ||
350 | - [ sp:varName "realMdTop"^^xsd:string | ||
351 | - ] ; | ||
352 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 218 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
353 | - sp:subject | 219 | + sp:subject _:b45 |
354 | - [ sp:varName "mdTop"^^xsd:string | ||
355 | - ] | ||
356 | ]) | 220 | ]) |
357 | ] [ rdf:type sp:Optional ; | 221 | ] [ rdf:type sp:Optional ; |
358 | - sp:elements ([ sp:object | 222 | + sp:elements ([ sp:object _:b47 ; |
359 | - [ sp:varName "mdBottom"^^xsd:string | ||
360 | - ] ; | ||
361 | sp:predicate ddr:mdBottomRef ; | 223 | sp:predicate ddr:mdBottomRef ; |
362 | - sp:subject | 224 | + sp:subject _:b35 |
363 | - [ sp:varName "casingLinerTubing"^^xsd:string | 225 | + ] [ sp:object _:b48 ; |
364 | - ] | ||
365 | - ] [ sp:object | ||
366 | - [ sp:varName "uomMdBottom"^^xsd:string | ||
367 | - ] ; | ||
368 | sp:predicate ddr:uomRef ; | 226 | sp:predicate ddr:uomRef ; |
369 | - sp:subject | 227 | + sp:subject _:b47 |
370 | - [ sp:varName "mdBottom"^^xsd:string | 228 | + ] [ sp:object _:b13 ; |
371 | - ] | ||
372 | - ] [ sp:object | ||
373 | - [ sp:varName "realMdBottom"^^xsd:string | ||
374 | - ] ; | ||
375 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 229 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
376 | - sp:subject | 230 | + sp:subject _:b47 |
377 | - [ sp:varName "mdBottom"^^xsd:string | ||
378 | - ] | ||
379 | ]) | 231 | ]) |
380 | ] [ rdf:type sp:Optional ; | 232 | ] [ rdf:type sp:Optional ; |
381 | - sp:elements ([ sp:object | 233 | + sp:elements ([ sp:object _:b49 ; |
382 | - [ sp:varName "casingLinerTubingRun"^^xsd:string | ||
383 | - ] ; | ||
384 | sp:predicate ddr:casing_liner_tubing_runRef ; | 234 | sp:predicate ddr:casing_liner_tubing_runRef ; |
385 | - sp:subject | 235 | + sp:subject _:b35 |
386 | - [ sp:varName "casingLinerTubing"^^xsd:string | 236 | + ] [ sp:object _:b50 ; |
387 | - ] | ||
388 | - ] [ sp:object | ||
389 | - [ sp:varName "enumCasingType"^^xsd:string | ||
390 | - ] ; | ||
391 | sp:predicate ddr:casingTypeRef ; | 237 | sp:predicate ddr:casingTypeRef ; |
392 | - sp:subject | 238 | + sp:subject _:b49 |
393 | - [ sp:varName "casingLinerTubingRun"^^xsd:string | ||
394 | - ] | ||
395 | ]) | 239 | ]) |
396 | ] [ rdf:type sp:Optional ; | 240 | ] [ rdf:type sp:Optional ; |
397 | - sp:elements ([ sp:object | 241 | + sp:elements ([ sp:object _:b49 ; |
398 | - [ sp:varName "casingLinerTubingRun"^^xsd:string | ||
399 | - ] ; | ||
400 | sp:predicate ddr:casing_liner_tubing_runRef ; | 242 | sp:predicate ddr:casing_liner_tubing_runRef ; |
401 | - sp:subject | 243 | + sp:subject _:b35 |
402 | - [ sp:varName "casingLinerTubing"^^xsd:string | 244 | + ] [ sp:object _:b5 ; |
403 | - ] | ||
404 | - ] [ sp:object | ||
405 | - [ sp:varName "description"^^xsd:string | ||
406 | - ] ; | ||
407 | sp:predicate ddr:description ; | 245 | sp:predicate ddr:description ; |
408 | - sp:subject | 246 | + sp:subject _:b49 |
409 | - [ sp:varName "casingLinerTubingRun"^^xsd:string | ||
410 | - ] | ||
411 | ]) | 247 | ]) |
412 | ] [ rdf:type sp:Optional ; | 248 | ] [ rdf:type sp:Optional ; |
413 | - sp:elements ([ sp:object | 249 | + sp:elements ([ sp:object _:b49 ; |
414 | - [ sp:varName "casingLinerTubingRun"^^xsd:string | ||
415 | - ] ; | ||
416 | sp:predicate ddr:casing_liner_tubing_runRef ; | 250 | sp:predicate ddr:casing_liner_tubing_runRef ; |
417 | - sp:subject | 251 | + sp:subject _:b35 |
418 | - [ sp:varName "casingLinerTubing"^^xsd:string | 252 | + ] [ sp:object _:b3 ; |
419 | - ] | ||
420 | - ] [ sp:object | ||
421 | - [ sp:varName "dTimStart"^^xsd:string | ||
422 | - ] ; | ||
423 | sp:predicate ddr:dTimStart ; | 253 | sp:predicate ddr:dTimStart ; |
424 | - sp:subject | 254 | + sp:subject _:b49 |
425 | - [ sp:varName "casingLinerTubingRun"^^xsd:string | ||
426 | - ] | ||
427 | ]) | 255 | ]) |
428 | ] [ rdf:type sp:Optional ; | 256 | ] [ rdf:type sp:Optional ; |
429 | - sp:elements ([ sp:object | 257 | + sp:elements ([ sp:object _:b49 ; |
430 | - [ sp:varName "casingLinerTubingRun"^^xsd:string | ||
431 | - ] ; | ||
432 | sp:predicate ddr:casing_liner_tubing_runRef ; | 258 | sp:predicate ddr:casing_liner_tubing_runRef ; |
433 | - sp:subject | 259 | + sp:subject _:b35 |
434 | - [ sp:varName "casingLinerTubing"^^xsd:string | 260 | + ] [ sp:object _:b4 ; |
435 | - ] | ||
436 | - ] [ sp:object | ||
437 | - [ sp:varName "dTimEnd"^^xsd:string | ||
438 | - ] ; | ||
439 | sp:predicate ddr:dTimEnd ; | 261 | sp:predicate ddr:dTimEnd ; |
440 | - sp:subject | 262 | + sp:subject _:b49 |
441 | - [ sp:varName "casingLinerTubingRun"^^xsd:string | ||
442 | - ] | ||
443 | ]) | 263 | ]) |
444 | ] [ rdf:type sp:Bind ; | 264 | ] [ rdf:type sp:Bind ; |
445 | sp:expression | 265 | sp:expression |
446 | [ rdf:type ep-spin-lib:normalizeString ; | 266 | [ rdf:type ep-spin-lib:normalizeString ; |
447 | - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | 267 | + sp:arg1 _:b34 |
448 | - ] | ||
449 | ] ; | 268 | ] ; |
450 | - sp:variable | 269 | + sp:variable _:b51 |
451 | - [ sp:varName "normalizedWellBoreName"^^xsd:string | ||
452 | - ] | ||
453 | ] [ rdf:type sp:Bind ; | 270 | ] [ rdf:type sp:Bind ; |
454 | sp:expression | 271 | sp:expression |
455 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 272 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
456 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 273 | + sp:arg1 _:b51 ; |
274 | + sp:arg2 _:b3 | ||
457 | ] ; | 275 | ] ; |
458 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 276 | + sp:variable _:b2 |
459 | - ] | ||
460 | - ] ; | ||
461 | - sp:variable | ||
462 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
463 | - ] | ||
464 | ] [ rdf:type sp:Bind ; | 277 | ] [ rdf:type sp:Bind ; |
465 | sp:expression | 278 | sp:expression |
466 | [ rdf:type afn:localname ; | 279 | [ rdf:type afn:localname ; |
467 | - sp:arg1 [ sp:varName "casingLinerTubing"^^xsd:string | 280 | + sp:arg1 _:b35 |
468 | - ] | ||
469 | ] ; | 281 | ] ; |
470 | - sp:variable | 282 | + sp:variable _:b52 |
471 | - [ sp:varName "localname"^^xsd:string | ||
472 | - ] | ||
473 | ] [ rdf:type sp:Bind ; | 283 | ] [ rdf:type sp:Bind ; |
474 | sp:expression | 284 | sp:expression |
475 | [ rdf:type ep-spin-lib:buildWellStimulationURI ; | 285 | [ rdf:type ep-spin-lib:buildWellStimulationURI ; |
476 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 286 | + sp:arg1 _:b51 ; |
477 | - ] ; | 287 | + sp:arg2 _:b52 |
478 | - sp:arg2 [ sp:varName "localname"^^xsd:string | ||
479 | - ] | ||
480 | ] ; | 288 | ] ; |
481 | - sp:variable | 289 | + sp:variable _:b1 |
482 | - [ sp:varName "wellStimulation"^^xsd:string | ||
483 | - ] | ||
484 | ] [ rdf:type sp:Bind ; | 290 | ] [ rdf:type sp:Bind ; |
485 | sp:expression | 291 | sp:expression |
486 | [ rdf:type ep-spin-lib:selectCasingRoleType ; | 292 | [ rdf:type ep-spin-lib:selectCasingRoleType ; |
487 | - sp:arg1 [ sp:varName "enumCasingType"^^xsd:string | 293 | + sp:arg1 _:b50 |
488 | - ] | ||
489 | ] ; | 294 | ] ; |
490 | - sp:variable | 295 | + sp:variable _:b16 |
491 | - [ sp:varName "casingRoleType"^^xsd:string | ||
492 | - ] | ||
493 | ] [ rdf:type sp:Bind ; | 296 | ] [ rdf:type sp:Bind ; |
494 | sp:expression | 297 | sp:expression |
495 | [ rdf:type ep-spin-lib:selectTubeType ; | 298 | [ rdf:type ep-spin-lib:selectTubeType ; |
496 | - sp:arg1 [ sp:varName "enumTubeType"^^xsd:string | 299 | + sp:arg1 _:b36 |
497 | - ] | ||
498 | ] ; | 300 | ] ; |
499 | - sp:variable | 301 | + sp:variable _:b17 |
500 | - [ sp:varName "tubeType"^^xsd:string | ||
501 | - ] | ||
502 | ] [ rdf:type sp:Bind ; | 302 | ] [ rdf:type sp:Bind ; |
503 | sp:expression | 303 | sp:expression |
504 | [ rdf:type ep-spin-lib:selectLengthScale ; | 304 | [ rdf:type ep-spin-lib:selectLengthScale ; |
505 | - sp:arg1 [ sp:varName "uomId"^^xsd:string | 305 | + sp:arg1 _:b38 |
506 | - ] | ||
507 | ] ; | 306 | ] ; |
508 | - sp:variable | 307 | + sp:variable _:b20 |
509 | - [ sp:varName "lengthScaleId"^^xsd:string | ||
510 | - ] | ||
511 | ] [ rdf:type sp:Bind ; | 308 | ] [ rdf:type sp:Bind ; |
512 | sp:expression | 309 | sp:expression |
513 | [ rdf:type ep-spin-lib:selectLengthScale ; | 310 | [ rdf:type ep-spin-lib:selectLengthScale ; |
514 | - sp:arg1 [ sp:varName "uomOd"^^xsd:string | 311 | + sp:arg1 _:b40 |
515 | - ] | ||
516 | ] ; | 312 | ] ; |
517 | - sp:variable | 313 | + sp:variable _:b23 |
518 | - [ sp:varName "lengthScaleOd"^^xsd:string | ||
519 | - ] | ||
520 | ] [ rdf:type sp:Bind ; | 314 | ] [ rdf:type sp:Bind ; |
521 | sp:expression | 315 | sp:expression |
522 | [ rdf:type ep-spin-lib:selectLengthScale ; | 316 | [ rdf:type ep-spin-lib:selectLengthScale ; |
523 | - sp:arg1 [ sp:varName "uomLen"^^xsd:string | 317 | + sp:arg1 _:b44 |
524 | - ] | ||
525 | ] ; | 318 | ] ; |
526 | - sp:variable | 319 | + sp:variable _:b33 |
527 | - [ sp:varName "lengthScaleLen"^^xsd:string | ||
528 | - ] | ||
529 | ] [ rdf:type sp:Bind ; | 320 | ] [ rdf:type sp:Bind ; |
530 | sp:expression | 321 | sp:expression |
531 | [ rdf:type ep-spin-lib:selectLengthScale ; | 322 | [ rdf:type ep-spin-lib:selectLengthScale ; |
532 | - sp:arg1 [ sp:varName "uomMdTop"^^xsd:string | 323 | + sp:arg1 _:b46 |
533 | - ] | ||
534 | ] ; | 324 | ] ; |
535 | - sp:variable | 325 | + sp:variable _:b11 |
536 | - [ sp:varName "lengthScaleMdTop"^^xsd:string | ||
537 | - ] | ||
538 | ] [ rdf:type sp:Bind ; | 326 | ] [ rdf:type sp:Bind ; |
539 | sp:expression | 327 | sp:expression |
540 | [ rdf:type ep-spin-lib:selectLengthScale ; | 328 | [ rdf:type ep-spin-lib:selectLengthScale ; |
541 | - sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string | 329 | + sp:arg1 _:b48 |
542 | - ] | ||
543 | ] ; | 330 | ] ; |
544 | - sp:variable | 331 | + sp:variable _:b14 |
545 | - [ sp:varName "lengthScaleMdBottom"^^xsd:string | ||
546 | - ] | ||
547 | ] [ rdf:type sp:Bind ; | 332 | ] [ rdf:type sp:Bind ; |
548 | sp:expression | 333 | sp:expression |
549 | [ rdf:type ep-spin-lib:selectMassPerUnitLengthScale ; | 334 | [ rdf:type ep-spin-lib:selectMassPerUnitLengthScale ; |
550 | - sp:arg1 [ sp:varName "uomWeight"^^xsd:string | 335 | + sp:arg1 _:b42 |
551 | - ] | ||
552 | ] ; | 336 | ] ; |
553 | - sp:variable | 337 | + sp:variable _:b26 |
554 | - [ sp:varName "massPerUnitLengthScale"^^xsd:string | 338 | + ] [ rdf:type sp:Bind ; |
339 | + sp:expression | ||
340 | + [ rdf:type rhspin:wellBoreByName ; | ||
341 | + arg:wellBoreName | ||
342 | + [ rdf:type xsd:string ; | ||
343 | + sp:arg1 _:b34 | ||
555 | ] | 344 | ] |
345 | + ] ; | ||
346 | + sp:variable _:b8 | ||
556 | ]) | 347 | ]) |
557 | ] . | 348 | ] . |
349 | + | ||
350 | +_:b34 | ||
351 | + sp:varName "nameWellBore"^^xsd:string . | ||
352 | + | ||
353 | +_:b3 sp:varName "dTimStart"^^xsd:string . | ||
354 | + | ||
355 | +_:b35 | ||
356 | + sp:varName "casingLinerTubing"^^xsd:string . | ||
357 | + | ||
358 | +_:b36 | ||
359 | + sp:varName "enumTubeType"^^xsd:string . | ||
360 | + | ||
361 | +_:b37 | ||
362 | + sp:varName "id"^^xsd:string . | ||
363 | + | ||
364 | +_:b38 | ||
365 | + sp:varName "uomId"^^xsd:string . | ||
366 | + | ||
367 | +_:b19 | ||
368 | + sp:varName "realId"^^xsd:string . | ||
369 | + | ||
370 | +_:b39 | ||
371 | + sp:varName "od"^^xsd:string . | ||
372 | + | ||
373 | +_:b40 | ||
374 | + sp:varName "uomOd"^^xsd:string . | ||
375 | + | ||
376 | +_:b22 | ||
377 | + sp:varName "realOd"^^xsd:string . | ||
378 | + | ||
379 | +_:b41 | ||
380 | + sp:varName "weight"^^xsd:string . | ||
381 | + | ||
382 | +_:b42 | ||
383 | + sp:varName "uomWeight"^^xsd:string . | ||
384 | + | ||
385 | +_:b25 | ||
386 | + sp:varName "realMassPerUnitLength"^^xsd:string . | ||
387 | + | ||
388 | +_:b28 | ||
389 | + sp:varName "grade"^^xsd:string . | ||
390 | + | ||
391 | +_:b30 | ||
392 | + sp:varName "connection"^^xsd:string . | ||
393 | + | ||
394 | +_:b43 | ||
395 | + sp:varName "length"^^xsd:string . | ||
396 | + | ||
397 | +_:b44 | ||
398 | + sp:varName "uomLen"^^xsd:string . | ||
399 | + | ||
400 | +_:b32 | ||
401 | + sp:varName "realLen"^^xsd:string . | ||
402 | + | ||
403 | +_:b45 | ||
404 | + sp:varName "mdTop"^^xsd:string . | ||
405 | + | ||
406 | +_:b46 | ||
407 | + sp:varName "uomMdTop"^^xsd:string . | ||
408 | + | ||
409 | +_:b10 | ||
410 | + sp:varName "realMdTop"^^xsd:string . | ||
411 | + | ||
412 | +_:b47 | ||
413 | + sp:varName "mdBottom"^^xsd:string . | ||
414 | + | ||
415 | +_:b48 | ||
416 | + sp:varName "uomMdBottom"^^xsd:string . | ||
417 | + | ||
418 | +_:b13 | ||
419 | + sp:varName "realMdBottom"^^xsd:string . | ||
420 | + | ||
421 | +_:b49 | ||
422 | + sp:varName "casingLinerTubingRun"^^xsd:string . | ||
423 | + | ||
424 | +_:b50 | ||
425 | + sp:varName "enumCasingType"^^xsd:string . | ||
426 | + | ||
427 | +_:b5 sp:varName "description"^^xsd:string . | ||
428 | + | ||
429 | +_:b4 sp:varName "dTimEnd"^^xsd:string . | ||
430 | + | ||
431 | +_:b51 | ||
432 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
433 | + | ||
434 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
435 | + | ||
436 | +_:b52 | ||
437 | + sp:varName "localname"^^xsd:string . | ||
438 | + | ||
439 | +_:b1 sp:varName "wellStimulation"^^xsd:string . | ||
440 | + | ||
441 | +_:b16 | ||
442 | + sp:varName "casingRoleType"^^xsd:string . | ||
443 | + | ||
444 | +_:b17 | ||
445 | + sp:varName "tubeType"^^xsd:string . | ||
446 | + | ||
447 | +_:b20 | ||
448 | + sp:varName "lengthScaleId"^^xsd:string . | ||
449 | + | ||
450 | +_:b23 | ||
451 | + sp:varName "lengthScaleOd"^^xsd:string . | ||
452 | + | ||
453 | +_:b33 | ||
454 | + sp:varName "lengthScaleLen"^^xsd:string . | ||
455 | + | ||
456 | +_:b11 | ||
457 | + sp:varName "lengthScaleMdTop"^^xsd:string . | ||
458 | + | ||
459 | +_:b14 | ||
460 | + sp:varName "lengthScaleMdBottom"^^xsd:string . | ||
461 | + | ||
462 | +_:b26 | ||
463 | + sp:varName "massPerUnitLengthScale"^^xsd:string . | ||
464 | + | ||
465 | +_:b8 sp:varName "wellBore"^^xsd:string . | ... | ... |
-
Please register or login to post a comment