David Leal

Used ep-core:humanRecognizableName for Well as well as WellBore; made it clear i…

…n the property name which properties are ppm by volume as opposed to ppm by mass.
1 -# Saved by TopBraid on Sun Sep 25 12:02:02 BST 2011 1 +# Saved by TopBraid on Sun Sep 25 18:55:19 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
4 # imports: http://www.linkedmodel.org/1.2/schema/vaem 3 # imports: http://www.linkedmodel.org/1.2/schema/vaem
4 +# imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model
5 5
6 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . 6 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
7 @prefix owl: <http://www.w3.org/2002/07/owl#> . 7 @prefix owl: <http://www.w3.org/2002/07/owl#> .
...@@ -11,26 +11,26 @@ ...@@ -11,26 +11,26 @@
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://www.linkedmodel.org/1.2/schema/vaem> , <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> ; 14 + owl:imports <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> , <http://www.linkedmodel.org/1.2/schema/vaem> ;
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:FunctionalProperty , owl:ObjectProperty . 20 + rdfs:subClassOf owl:ObjectProperty , owl:FunctionalProperty .
21 21
22 ep-core:Density 22 ep-core:Density
23 - rdf:type ep-core:PropertySpace , rdfs:Class ; 23 + rdf:type rdfs:Class , ep-core:PropertySpace ;
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 ep-core:PropertySpace , rdfs:Class ; 28 + rdf:type rdfs:Class , ep-core:PropertySpace ;
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 ep-core:PropertySpace , rdfs:Class ; 33 + rdf:type rdfs:Class , ep-core:PropertySpace ;
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
...@@ -45,17 +45,17 @@ ep-core:PhysicalThing ...@@ -45,17 +45,17 @@ ep-core:PhysicalThing
45 rdfs:subClassOf owl:Thing . 45 rdfs:subClassOf owl:Thing .
46 46
47 ep-core:PlaneAngle 47 ep-core:PlaneAngle
48 - rdf:type rdfs:Class , ep-core:PropertySpace ; 48 + rdf:type ep-core:PropertySpace , rdfs:Class ;
49 rdfs:label "plane angle"^^xsd:string ; 49 rdfs:label "plane angle"^^xsd:string ;
50 rdfs:subClassOf owl:Class . 50 rdfs:subClassOf owl:Class .
51 51
52 ep-core:PlasticViscosity 52 ep-core:PlasticViscosity
53 - rdf:type rdfs:Class , ep-core:PropertySpace ; 53 + rdf:type ep-core:PropertySpace , rdfs:Class ;
54 rdfs:label "plastic viscosity"^^xsd:string ; 54 rdfs:label "plastic viscosity"^^xsd:string ;
55 rdfs:subClassOf owl:Class . 55 rdfs:subClassOf owl:Class .
56 56
57 ep-core:Pressure 57 ep-core:Pressure
58 - rdf:type ep-core:PropertySpace , rdfs:Class ; 58 + rdf:type rdfs:Class , ep-core:PropertySpace ;
59 rdfs:label "pressure"^^xsd:string ; 59 rdfs:label "pressure"^^xsd:string ;
60 rdfs:subClassOf owl:Class . 60 rdfs:subClassOf owl:Class .
61 61
...@@ -65,68 +65,68 @@ ep-core:PropertySpace ...@@ -65,68 +65,68 @@ ep-core:PropertySpace
65 rdfs:subClassOf owl:Class . 65 rdfs:subClassOf owl:Class .
66 66
67 ep-core:Ratio 67 ep-core:Ratio
68 - rdf:type rdfs:Class , ep-core:PropertySpace ; 68 + rdf:type ep-core:PropertySpace , rdfs:Class ;
69 rdfs:label "ratio"^^xsd:string ; 69 rdfs:label "ratio"^^xsd:string ;
70 rdfs:subClassOf owl:Class . 70 rdfs:subClassOf owl:Class .
71 71
72 ep-core:Scale 72 ep-core:Scale
73 rdf:type owl:Class ; 73 rdf:type owl:Class ;
74 rdfs:label "scale"^^xsd:string ; 74 rdfs:label "scale"^^xsd:string ;
75 - rdfs:subClassOf owl:FunctionalProperty , owl:DatatypeProperty . 75 + rdfs:subClassOf owl:DatatypeProperty , owl:FunctionalProperty .
76 76
77 ep-core:SpecificMass 77 ep-core:SpecificMass
78 - rdf:type rdfs:Class , ep-core:PropertySpace ; 78 + rdf:type ep-core:PropertySpace , rdfs:Class ;
79 rdfs:label "specific mass"^^xsd:string ; 79 rdfs:label "specific mass"^^xsd:string ;
80 rdfs:subClassOf owl:Class . 80 rdfs:subClassOf owl:Class .
81 81
82 ep-core:SpecificVolume 82 ep-core:SpecificVolume
83 - rdf:type rdfs:Class , ep-core:PropertySpace ; 83 + rdf:type ep-core:PropertySpace , rdfs:Class ;
84 rdfs:label "specific volume"^^xsd:string ; 84 rdfs:label "specific volume"^^xsd:string ;
85 rdfs:subClassOf owl:Class . 85 rdfs:subClassOf owl:Class .
86 86
87 ep-core:Speed 87 ep-core:Speed
88 - rdf:type ep-core:PropertySpace , rdfs:Class ; 88 + rdf:type rdfs:Class , ep-core:PropertySpace ;
89 rdfs:label "speed"^^xsd:string ; 89 rdfs:label "speed"^^xsd:string ;
90 rdfs:subClassOf owl:Class . 90 rdfs:subClassOf owl:Class .
91 91
92 ep-core:StrengthOfRockFormation 92 ep-core:StrengthOfRockFormation
93 - rdf:type ep-core:PropertySpace , rdfs:Class ; 93 + rdf:type rdfs:Class , ep-core:PropertySpace ;
94 rdfs:label "strength of rock formation"^^xsd:string ; 94 rdfs:label "strength of rock formation"^^xsd:string ;
95 rdfs:subClassOf owl:Class . 95 rdfs:subClassOf owl:Class .
96 96
97 ep-core:Temperature 97 ep-core:Temperature
98 - rdf:type ep-core:PropertySpace , rdfs:Class ; 98 + rdf:type rdfs:Class , ep-core:PropertySpace ;
99 rdfs:label "temperature"^^xsd:string ; 99 rdfs:label "temperature"^^xsd:string ;
100 rdfs:subClassOf owl:Class . 100 rdfs:subClassOf owl:Class .
101 101
102 ep-core:TimeDuration 102 ep-core:TimeDuration
103 - rdf:type ep-core:PropertySpace , rdfs:Class ; 103 + rdf:type rdfs:Class , ep-core:PropertySpace ;
104 rdfs:label "time duration"^^xsd:string ; 104 rdfs:label "time duration"^^xsd:string ;
105 rdfs:subClassOf owl:Class . 105 rdfs:subClassOf owl:Class .
106 106
107 ep-core:Volume 107 ep-core:Volume
108 - rdf:type ep-core:PropertySpace , rdfs:Class ; 108 + rdf:type rdfs:Class , ep-core:PropertySpace ;
109 rdfs:label "volume"^^xsd:string ; 109 rdfs:label "volume"^^xsd:string ;
110 rdfs:subClassOf owl:Class . 110 rdfs:subClassOf owl:Class .
111 111
112 ep-core:VolumetricFlowRate 112 ep-core:VolumetricFlowRate
113 - rdf:type ep-core:PropertySpace , rdfs:Class ; 113 + rdf:type rdfs:Class , ep-core:PropertySpace ;
114 rdfs:label "volumetric flow rate"^^xsd:string ; 114 rdfs:label "volumetric flow rate"^^xsd:string ;
115 rdfs:subClassOf owl:Class . 115 rdfs:subClassOf owl:Class .
116 116
117 ep-core:YieldPoint 117 ep-core:YieldPoint
118 - rdf:type rdfs:Class , ep-core:PropertySpace ; 118 + rdf:type ep-core:PropertySpace , rdfs:Class ;
119 rdfs:label "yield point"^^xsd:string ; 119 rdfs:label "yield point"^^xsd:string ;
120 rdfs:subClassOf owl:Class . 120 rdfs:subClassOf owl:Class .
121 121
122 ep-core:apiName 122 ep-core:apiName
123 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 123 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
124 rdfs:label "API name"^^xsd:string ; 124 rdfs:label "API name"^^xsd:string ;
125 rdfs:range xsd:string ; 125 rdfs:range xsd:string ;
126 rdfs:subPropertyOf ep-core:name . 126 rdfs:subPropertyOf ep-core:name .
127 127
128 ep-core:bar 128 ep-core:bar
129 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 129 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
130 rdfs:domain ep-core:Pressure ; 130 rdfs:domain ep-core:Pressure ;
131 rdfs:label "bar"^^xsd:string . 131 rdfs:label "bar"^^xsd:string .
132 132
...@@ -135,67 +135,67 @@ ep-core:basisFor ...@@ -135,67 +135,67 @@ ep-core:basisFor
135 rdfs:label "basis for"^^xsd:string . 135 rdfs:label "basis for"^^xsd:string .
136 136
137 ep-core:celsius 137 ep-core:celsius
138 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 138 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
139 rdfs:domain ep-core:Temperature ; 139 rdfs:domain ep-core:Temperature ;
140 rdfs:label "celsius"^^xsd:string . 140 rdfs:label "celsius"^^xsd:string .
141 141
142 ep-core:centiPoise 142 ep-core:centiPoise
143 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 143 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
144 rdfs:domain ep-core:PlasticViscosity ; 144 rdfs:domain ep-core:PlasticViscosity ;
145 rdfs:label "cP"^^xsd:string . 145 rdfs:label "cP"^^xsd:string .
146 146
147 ep-core:day 147 ep-core:day
148 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 148 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
149 rdfs:domain ep-core:TimeDuration ; 149 rdfs:domain ep-core:TimeDuration ;
150 rdfs:label "day"^^xsd:string . 150 rdfs:label "day"^^xsd:string .
151 151
152 ep-core:decimetre3 152 ep-core:decimetre3
153 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 153 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
154 rdfs:domain ep-core:Volume ; 154 rdfs:domain ep-core:Volume ;
155 rdfs:label "decimetre 3"^^xsd:string . 155 rdfs:label "decimetre 3"^^xsd:string .
156 156
157 ep-core:degreesOfAngle 157 ep-core:degreesOfAngle
158 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 158 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
159 rdfs:domain ep-core:PlaneAngle ; 159 rdfs:domain ep-core:PlaneAngle ;
160 rdfs:label "degrees of angle"^^xsd:string . 160 rdfs:label "degrees of angle"^^xsd:string .
161 161
162 ep-core:derivedFrom 162 ep-core:derivedFrom
163 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 163 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
164 rdfs:label "derived from"^^xsd:string . 164 rdfs:label "derived from"^^xsd:string .
165 165
166 ep-core:dtiName 166 ep-core:dtiName
167 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 167 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
168 rdfs:label "DTI name"^^xsd:string ; 168 rdfs:label "DTI name"^^xsd:string ;
169 rdfs:range xsd:string ; 169 rdfs:range xsd:string ;
170 rdfs:subPropertyOf ep-core:name . 170 rdfs:subPropertyOf ep-core:name .
171 171
172 ep-core:dyne_second_metre-2 172 ep-core:dyne_second_metre-2
173 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 173 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
174 rdfs:domain ep-core:PlasticViscosity ; 174 rdfs:domain ep-core:PlasticViscosity ;
175 rdfs:label "dyne.s.m-2"^^xsd:string . 175 rdfs:label "dyne.s.m-2"^^xsd:string .
176 176
177 ep-core:foot 177 ep-core:foot
178 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 178 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
179 rdfs:domain ep-core:Length ; 179 rdfs:domain ep-core:Length ;
180 rdfs:label "foot"^^xsd:string . 180 rdfs:label "foot"^^xsd:string .
181 181
182 ep-core:foot3_sack94-1 182 ep-core:foot3_sack94-1
183 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 183 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
184 rdfs:domain ep-core:YieldPoint ; 184 rdfs:domain ep-core:YieldPoint ;
185 rdfs:label "foot3 sack94-1"^^xsd:string . 185 rdfs:label "foot3 sack94-1"^^xsd:string .
186 186
187 ep-core:footUS 187 ep-core:footUS
188 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 188 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
189 rdfs:domain ep-core:Length ; 189 rdfs:domain ep-core:Length ;
190 rdfs:label "foot (US survey)"^^xsd:string . 190 rdfs:label "foot (US survey)"^^xsd:string .
191 191
192 ep-core:fractionByVolume 192 ep-core:fractionByVolume
193 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 193 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
194 rdfs:domain ep-core:SpecificVolume ; 194 rdfs:domain ep-core:SpecificVolume ;
195 rdfs:label "fraction by volume"^^xsd:string . 195 rdfs:label "fraction by volume"^^xsd:string .
196 196
197 ep-core:gram_cm-3 197 ep-core:gram_cm-3
198 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 198 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
199 rdfs:label "gram cm-3"^^xsd:string . 199 rdfs:label "gram cm-3"^^xsd:string .
200 200
201 ep-core:hasPart 201 ep-core:hasPart
...@@ -219,7 +219,7 @@ ep-core:hasVolume ...@@ -219,7 +219,7 @@ ep-core:hasVolume
219 rdfs:label "has volume"^^xsd:string . 219 rdfs:label "has volume"^^xsd:string .
220 220
221 ep-core:hour 221 ep-core:hour
222 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 222 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
223 rdfs:domain ep-core:TimeDuration ; 223 rdfs:domain ep-core:TimeDuration ;
224 rdfs:label "hour"^^xsd:string . 224 rdfs:label "hour"^^xsd:string .
225 225
...@@ -230,66 +230,66 @@ ep-core:humanRecognizableName ...@@ -230,66 +230,66 @@ ep-core:humanRecognizableName
230 rdfs:subPropertyOf ep-core:name . 230 rdfs:subPropertyOf ep-core:name .
231 231
232 ep-core:inch 232 ep-core:inch
233 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 233 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
234 rdfs:domain ep-core:Length ; 234 rdfs:domain ep-core:Length ;
235 rdfs:label "inch"^^xsd:string . 235 rdfs:label "inch"^^xsd:string .
236 236
237 ep-core:inchUS 237 ep-core:inchUS
238 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 238 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
239 rdfs:domain ep-core:Length ; 239 rdfs:domain ep-core:Length ;
240 rdfs:label "inch (US survey)"^^xsd:string . 240 rdfs:label "inch (US survey)"^^xsd:string .
241 241
242 ep-core:kilogramforce_second_metre-2 242 ep-core:kilogramforce_second_metre-2
243 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 243 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
244 rdfs:domain ep-core:PlasticViscosity ; 244 rdfs:domain ep-core:PlasticViscosity ;
245 rdfs:label "kgf.s.m-2"^^xsd:string . 245 rdfs:label "kgf.s.m-2"^^xsd:string .
246 246
247 ep-core:localFieldName 247 ep-core:localFieldName
248 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 248 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
249 rdfs:label "local field name"^^xsd:string ; 249 rdfs:label "local field name"^^xsd:string ;
250 rdfs:range xsd:string ; 250 rdfs:range xsd:string ;
251 rdfs:subPropertyOf ep-core:name . 251 rdfs:subPropertyOf ep-core:name .
252 252
253 ep-core:megaPa 253 ep-core:megaPa
254 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 254 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
255 rdfs:domain ep-core:Pressure ; 255 rdfs:domain ep-core:Pressure ;
256 rdfs:label "MPa"^^xsd:string . 256 rdfs:label "MPa"^^xsd:string .
257 257
258 ep-core:megaPa_second 258 ep-core:megaPa_second
259 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 259 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
260 rdfs:domain ep-core:PlasticViscosity ; 260 rdfs:domain ep-core:PlasticViscosity ;
261 rdfs:label "MPa.second"^^xsd:string . 261 rdfs:label "MPa.second"^^xsd:string .
262 262
263 ep-core:metre 263 ep-core:metre
264 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 264 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
265 rdfs:domain ep-core:Length ; 265 rdfs:domain ep-core:Length ;
266 rdfs:label "metre"^^xsd:string . 266 rdfs:label "metre"^^xsd:string .
267 267
268 ep-core:metre3 268 ep-core:metre3
269 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 269 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
270 rdfs:label "metre3"^^xsd:string . 270 rdfs:label "metre3"^^xsd:string .
271 271
272 ep-core:metre_hour-1 272 ep-core:metre_hour-1
273 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 273 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
274 rdfs:domain ep-core:Speed ; 274 rdfs:domain ep-core:Speed ;
275 rdfs:label "metre hour-1"^^xsd:string . 275 rdfs:label "metre hour-1"^^xsd:string .
276 276
277 ep-core:millimeter 277 ep-core:millimeter
278 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 278 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
279 rdfs:domain ep-core:Length ; 279 rdfs:domain ep-core:Length ;
280 rdfs:label "millimetre"^^xsd:string . 280 rdfs:label "millimetre"^^xsd:string .
281 281
282 ep-core:million_metre3 282 ep-core:million_metre3
283 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 283 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
284 rdfs:label "million metre3"^^xsd:string . 284 rdfs:label "million metre3"^^xsd:string .
285 285
286 ep-core:million_metre3_day-1 286 ep-core:million_metre3_day-1
287 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 287 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
288 rdfs:domain ep-core:VolumetricFlowRate ; 288 rdfs:domain ep-core:VolumetricFlowRate ;
289 rdfs:label "million metre3 day-1"^^xsd:string . 289 rdfs:label "million metre3 day-1"^^xsd:string .
290 290
291 ep-core:minute 291 ep-core:minute
292 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 292 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
293 rdfs:domain ep-core:TimeDuration ; 293 rdfs:domain ep-core:TimeDuration ;
294 rdfs:label "minute"^^xsd:string . 294 rdfs:label "minute"^^xsd:string .
295 295
...@@ -299,31 +299,31 @@ ep-core:name ...@@ -299,31 +299,31 @@ ep-core:name
299 rdfs:range xsd:string . 299 rdfs:range xsd:string .
300 300
301 ep-core:newton_second_metre-2 301 ep-core:newton_second_metre-2
302 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 302 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
303 rdfs:domain ep-core:PlasticViscosity ; 303 rdfs:domain ep-core:PlasticViscosity ;
304 rdfs:label "N.s.m-2"^^xsd:string . 304 rdfs:label "N.s.m-2"^^xsd:string .
305 305
306 ep-core:nominallyExistsAt 306 ep-core:nominallyExistsAt
307 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 307 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
308 rdfs:domain ep-core:PhysicalThing ; 308 rdfs:domain ep-core:PhysicalThing ;
309 rdfs:label "nominally exists at"^^xsd:string ; 309 rdfs:label "nominally exists at"^^xsd:string ;
310 rdfs:range xsd:string ; 310 rdfs:range xsd:string ;
311 rdfs:subPropertyOf ep-core:name . 311 rdfs:subPropertyOf ep-core:name .
312 312
313 ep-core:npdCode 313 ep-core:npdCode
314 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 314 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
315 rdfs:label "NPD code"^^xsd:string ; 315 rdfs:label "NPD code"^^xsd:string ;
316 rdfs:range xsd:string ; 316 rdfs:range xsd:string ;
317 rdfs:subPropertyOf ep-core:name . 317 rdfs:subPropertyOf ep-core:name .
318 318
319 ep-core:npdName 319 ep-core:npdName
320 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 320 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
321 rdfs:label "NPD name"^^xsd:string ; 321 rdfs:label "NPD name"^^xsd:string ;
322 rdfs:range xsd:string ; 322 rdfs:range xsd:string ;
323 rdfs:subPropertyOf ep-core:name . 323 rdfs:subPropertyOf ep-core:name .
324 324
325 ep-core:npdNumber 325 ep-core:npdNumber
326 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 326 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
327 rdfs:label "NPD number"^^xsd:string ; 327 rdfs:label "NPD number"^^xsd:string ;
328 rdfs:range xsd:string ; 328 rdfs:range xsd:string ;
329 rdfs:subPropertyOf ep-core:name . 329 rdfs:subPropertyOf ep-core:name .
...@@ -335,74 +335,74 @@ ep-core:partOf ...@@ -335,74 +335,74 @@ ep-core:partOf
335 rdfs:range ep-core:PhysicalThing ; 335 rdfs:range ep-core:PhysicalThing ;
336 owl:inverseOf ep-core:hasPart . 336 owl:inverseOf ep-core:hasPart .
337 337
338 -ep-core:partPerMillion 338 +ep-core:partPerMillionByMass
339 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 339 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
340 rdfs:domain ep-core:SpecificMass ; 340 rdfs:domain ep-core:SpecificMass ;
341 - rdfs:label "ppm"^^xsd:string . 341 + rdfs:label "part per million (by mass)"^^xsd:string .
342 342
343 ep-core:partPerMillionByVolume 343 ep-core:partPerMillionByVolume
344 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 344 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
345 rdfs:domain ep-core:SpecificVolume ; 345 rdfs:domain ep-core:SpecificVolume ;
346 - rdfs:label "part per million by volume"^^xsd:string . 346 + rdfs:label "part per million (by volume)"^^xsd:string .
347 347
348 ep-core:pascal 348 ep-core:pascal
349 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 349 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
350 rdfs:domain ep-core:Pressure ; 350 rdfs:domain ep-core:Pressure ;
351 rdfs:label "Pascal"^^xsd:string . 351 rdfs:label "Pascal"^^xsd:string .
352 352
353 ep-core:pascal_second 353 ep-core:pascal_second
354 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 354 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
355 rdfs:domain ep-core:PlasticViscosity ; 355 rdfs:domain ep-core:PlasticViscosity ;
356 rdfs:label "Pa.second"^^xsd:string . 356 rdfs:label "Pa.second"^^xsd:string .
357 357
358 ep-core:perCentByVolume 358 ep-core:perCentByVolume
359 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 359 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
360 rdfs:domain ep-core:SpecificVolume ; 360 rdfs:domain ep-core:SpecificVolume ;
361 rdfs:label "per cent by volume"^^xsd:string . 361 rdfs:label "per cent by volume"^^xsd:string .
362 362
363 ep-core:poise 363 ep-core:poise
364 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 364 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
365 rdfs:domain ep-core:PlasticViscosity ; 365 rdfs:domain ep-core:PlasticViscosity ;
366 rdfs:label "P"^^xsd:string . 366 rdfs:label "P"^^xsd:string .
367 367
368 ep-core:pound_foot-1 368 ep-core:pound_foot-1
369 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 369 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
370 rdfs:domain ep-core:MassPerUnitLength ; 370 rdfs:domain ep-core:MassPerUnitLength ;
371 rdfs:label "pound foot-1"^^xsd:string . 371 rdfs:label "pound foot-1"^^xsd:string .
372 372
373 ep-core:poundforce_second_foot-2 373 ep-core:poundforce_second_foot-2
374 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 374 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
375 rdfs:domain ep-core:PlasticViscosity ; 375 rdfs:domain ep-core:PlasticViscosity ;
376 rdfs:label "lbf.s.ft-2"^^xsd:string . 376 rdfs:label "lbf.s.ft-2"^^xsd:string .
377 377
378 ep-core:poundforce_second_inch-2 378 ep-core:poundforce_second_inch-2
379 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 379 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
380 rdfs:domain ep-core:PlasticViscosity ; 380 rdfs:domain ep-core:PlasticViscosity ;
381 rdfs:label "lbf.s.in-2"^^xsd:string . 381 rdfs:label "lbf.s.in-2"^^xsd:string .
382 382
383 ep-core:prospectName 383 ep-core:prospectName
384 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 384 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
385 rdfs:label "prospect name"^^xsd:string ; 385 rdfs:label "prospect name"^^xsd:string ;
386 rdfs:range xsd:string ; 386 rdfs:range xsd:string ;
387 rdfs:subPropertyOf ep-core:name . 387 rdfs:subPropertyOf ep-core:name .
388 388
389 ep-core:psi_second 389 ep-core:psi_second
390 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 390 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
391 rdfs:domain ep-core:PlasticViscosity ; 391 rdfs:domain ep-core:PlasticViscosity ;
392 rdfs:label "psi.s"^^xsd:string . 392 rdfs:label "psi.s"^^xsd:string .
393 393
394 ep-core:psig 394 ep-core:psig
395 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 395 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
396 rdfs:domain ep-core:Pressure ; 396 rdfs:domain ep-core:Pressure ;
397 rdfs:label "psi gauge"^^xsd:string . 397 rdfs:label "psi gauge"^^xsd:string .
398 398
399 ep-core:second 399 ep-core:second
400 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 400 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
401 rdfs:domain ep-core:TimeDuration ; 401 rdfs:domain ep-core:TimeDuration ;
402 rdfs:label "second"^^xsd:string . 402 rdfs:label "second"^^xsd:string .
403 403
404 ep-core:specificGravity 404 ep-core:specificGravity
405 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 405 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
406 rdfs:label "specific gravity"^^xsd:string . 406 rdfs:label "specific gravity"^^xsd:string .
407 407
408 ep-core:temporalPartOf 408 ep-core:temporalPartOf
...@@ -414,16 +414,16 @@ ep-core:temporalPartOf ...@@ -414,16 +414,16 @@ ep-core:temporalPartOf
414 owl:inverseOf ep-core:hasTemporalPart . 414 owl:inverseOf ep-core:hasTemporalPart .
415 415
416 ep-core:undefinedScale 416 ep-core:undefinedScale
417 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 417 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
418 rdfs:domain owl:Class ; 418 rdfs:domain owl:Class ;
419 rdfs:label "undefined scale"^^xsd:string . 419 rdfs:label "undefined scale"^^xsd:string .
420 420
421 ep-core:usGallon_sack94-1 421 ep-core:usGallon_sack94-1
422 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 422 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
423 rdfs:domain ep-core:SpecificVolume ; 423 rdfs:domain ep-core:SpecificVolume ;
424 rdfs:label "USgallon sack94-1"^^xsd:string . 424 rdfs:label "USgallon sack94-1"^^xsd:string .
425 425
426 ep-core:week 426 ep-core:week
427 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 427 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
428 rdfs:domain ep-core:TimeDuration ; 428 rdfs:domain ep-core:TimeDuration ;
429 rdfs:label "week"^^xsd:string . 429 rdfs:label "week"^^xsd:string .
......
1 -# Saved by TopBraid on Sat Sep 24 18:13:56 BST 2011 1 +# Saved by TopBraid on Sun Sep 25 18:53:17 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib 2 # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib
3 # imports: http://www.reportinghub.no/ep/schema/1.0/report 3 # imports: http://www.reportinghub.no/ep/schema/1.0/report
4 # imports: http://www.witsml.org/schemas/1series 4 # imports: http://www.witsml.org/schemas/1series
...@@ -521,12 +521,12 @@ ep-spin-lib:buildURI ...@@ -521,12 +521,12 @@ ep-spin-lib:buildURI
521 ] ; 521 ] ;
522 spin:constraint 522 spin:constraint
523 [ rdf:type spl:Argument ; 523 [ rdf:type spl:Argument ;
524 - spl:predicate sp:arg2 ; 524 + spl:predicate sp:arg1 ;
525 spl:valueType xsd:string 525 spl:valueType xsd:string
526 ] ; 526 ] ;
527 spin:constraint 527 spin:constraint
528 [ rdf:type spl:Argument ; 528 [ rdf:type spl:Argument ;
529 - spl:predicate sp:arg1 ; 529 + spl:predicate sp:arg2 ;
530 spl:valueType xsd:string 530 spl:valueType xsd:string
531 ] . 531 ] .
532 532
...@@ -2570,7 +2570,7 @@ ep-spin-lib:selectSpecificMassScale ...@@ -2570,7 +2570,7 @@ ep-spin-lib:selectSpecificMassScale
2570 sp:arg1 spin:_arg1 ; 2570 sp:arg1 spin:_arg1 ;
2571 sp:arg2 ddr:UPPM_ppm 2571 sp:arg2 ddr:UPPM_ppm
2572 ] ; 2572 ] ;
2573 - sp:arg2 <http://www.reportinghub.no/ep/schema/core#partPerMillion> ; 2573 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#partPerMillionByMass> ;
2574 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 2574 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2575 ] ; 2575 ] ;
2576 sp:variable _:b66 2576 sp:variable _:b66
...@@ -3317,12 +3317,18 @@ ddr:TTUC_Enumeration_1 ...@@ -3317,12 +3317,18 @@ ddr:TTUC_Enumeration_1
3317 rdfs:label "Enumeration"^^xsd:string ; 3317 rdfs:label "Enumeration"^^xsd:string ;
3318 dtype:value ddr:TTUC_degC . 3318 dtype:value ddr:TTUC_degC .
3319 3319
3320 +_:b66
3321 + sp:varName "specificMassScale"^^xsd:string .
3322 +
3320 _:b89 3323 _:b89
3321 sp:varName "yieldPointScale"^^xsd:string . 3324 sp:varName "yieldPointScale"^^xsd:string .
3322 3325
3323 _:b88 3326 _:b88
3324 sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . 3327 sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string .
3325 3328
3329 +_:b87
3330 + sp:varName "wellTestType"^^xsd:string .
3331 +
3326 _:b86 3332 _:b86
3327 sp:varName "wellKillingType"^^xsd:string . 3333 sp:varName "wellKillingType"^^xsd:string .
3328 3334
...@@ -3359,6 +3365,12 @@ _:b76 ...@@ -3359,6 +3365,12 @@ _:b76
3359 _:b75 3365 _:b75
3360 sp:varName "wellBoreDrillingType"^^xsd:string . 3366 sp:varName "wellBoreDrillingType"^^xsd:string .
3361 3367
3368 +_:b74
3369 + sp:varName "volumetricFlowRateScale"^^xsd:string .
3370 +
3371 +_:b73
3372 + sp:varName "volumeScale"^^xsd:string .
3373 +
3362 _:b72 3374 _:b72
3363 sp:varName "tubeType"^^xsd:string . 3375 sp:varName "tubeType"^^xsd:string .
3364 3376
...@@ -3374,6 +3386,9 @@ _:b69 ...@@ -3374,6 +3386,9 @@ _:b69
3374 _:b68 3386 _:b68
3375 sp:varName "speedScale"^^xsd:string . 3387 sp:varName "speedScale"^^xsd:string .
3376 3388
3389 +_:b67
3390 + sp:varName "specificVolumeScale"^^xsd:string .
3391 +
3377 _:b65 3392 _:b65
3378 sp:varName "pressureTestType"^^xsd:string . 3393 sp:varName "pressureTestType"^^xsd:string .
3379 3394
...@@ -3395,6 +3410,9 @@ _:b60 ...@@ -3395,6 +3410,9 @@ _:b60
3395 _:b59 3410 _:b59
3396 sp:varName "massPerUnitLengthScale"^^xsd:string . 3411 sp:varName "massPerUnitLengthScale"^^xsd:string .
3397 3412
3413 +_:b58
3414 + sp:varName "lengthScale"^^xsd:string .
3415 +
3398 _:b57 3416 _:b57
3399 sp:varName "dailyDrillingReportType"^^xsd:string . 3417 sp:varName "dailyDrillingReportType"^^xsd:string .
3400 3418
...@@ -3556,21 +3574,3 @@ _:b3 sp:varName "uri"^^xsd:string . ...@@ -3556,21 +3574,3 @@ _:b3 sp:varName "uri"^^xsd:string .
3556 _:b2 sp:varName "uri"^^xsd:string . 3574 _:b2 sp:varName "uri"^^xsd:string .
3557 3575
3558 _:b1 sp:varName "uri"^^xsd:string . 3576 _:b1 sp:varName "uri"^^xsd:string .
3559 -
3560 -_:b87
3561 - sp:varName "wellTestType"^^xsd:string .
3562 -
3563 -_:b66
3564 - sp:varName "specificMassScale"^^xsd:string .
3565 -
3566 -_:b74
3567 - sp:varName "volumetricFlowRateScale"^^xsd:string .
3568 -
3569 -_:b58
3570 - sp:varName "lengthScale"^^xsd:string .
3571 -
3572 -_:b73
3573 - sp:varName "volumeScale"^^xsd:string .
3574 -
3575 -_:b67
3576 - sp:varName "specificVolumeScale"^^xsd:string .
......
1 -# Saved by TopBraid on Sat Sep 24 18:13:56 BST 2011 1 +# Saved by TopBraid on Sun Sep 25 18:53:17 BST 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 -# Saved by TopBraid on Sun Sep 25 12:02:12 BST 2011 1 +# Saved by TopBraid on Sun Sep 25 18:41:25 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
3 # imports: http://www.reportinghub.no/ep/schema/1.0/report 3 # imports: http://www.reportinghub.no/ep/schema/1.0/report
4 # imports: http://www.reportinghub.no/ep/spin/1.1/lib 4 # imports: http://www.reportinghub.no/ep/spin/1.1/lib
...@@ -31,382 +31,382 @@ ...@@ -31,382 +31,382 @@
31 ddr:Obj_drillReport 31 ddr:Obj_drillReport
32 spin:rule 32 spin:rule
33 [ rdf:type sp:Construct ; 33 [ rdf:type sp:Construct ;
34 - rdfs:comment """STEP 103 Create DailyDrillingReport, DailyDrillingActivity, TemporalPartOfAWellBore and WellBore 34 + rdfs:comment "STEP 106 Create Well"^^xsd:string ;
35 -Minimum data - createDate, dTimStart, dTimEnd, nameWellBore 35 + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ;
36 -Optional data - extendedReport
37 -replaced for testing - BIND (rhspin:wellBoreByName(?nameWellBore) AS ?wellBore) ."""^^xsd:string ;
38 - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> ;
39 sp:predicate rdf:type ; 36 sp:predicate rdf:type ;
40 sp:subject _:b1 37 sp:subject _:b1
41 - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ;
42 - sp:predicate rdf:type ;
43 - sp:subject _:b2
44 ] [ sp:object _:b2 ; 38 ] [ sp:object _:b2 ;
45 - sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 39 + sp:predicate <http://www.reportinghub.no/ep/schema/core#humanRecognizableName> ;
46 sp:subject _:b1 40 sp:subject _:b1
47 ] [ sp:object _:b3 ; 41 ] [ sp:object _:b3 ;
48 - sp:predicate <http://www.reportinghub.no/ep/schema/report#createdAt> ; 42 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ;
49 - sp:subject _:b1 43 + sp:subject _:b4
50 - ] [ sp:object _:b4 ; 44 + ] [ sp:object _:b1 ;
51 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
52 - sp:subject _:b2
53 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
54 - sp:predicate rdf:type ;
55 - sp:subject _:b5
56 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
57 - sp:predicate rdf:type ;
58 - sp:subject _:b6
59 - ] [ sp:object _:b6 ;
60 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 45 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
61 - sp:subject _:b5 46 + sp:subject _:b3
62 - ] [ sp:object _:b7 ; 47 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> ;
63 - sp:predicate <http://www.reportinghub.no/ep/schema/core#humanRecognizableName> ;
64 - sp:subject _:b6
65 - ] [ sp:object _:b5 ;
66 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
67 - sp:subject _:b2
68 - ] [ sp:object _:b8 ;
69 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#descriptionOfActivitiesFollowingTheDailyReportingPeriod> ;
70 - sp:subject _:b2
71 - ] [ sp:object <http://www.reportinghub.no/ep/schema/report#Report> ;
72 sp:predicate rdf:type ; 48 sp:predicate rdf:type ;
73 - sp:subject _:b8 49 + sp:subject _:b3
74 - ] [ sp:object _:b9 ; 50 + ] [ sp:object _:b5 ;
75 - sp:predicate <http://www.reportinghub.no/ep/schema/report#hasContent> ; 51 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
76 - sp:subject _:b8 52 + sp:subject _:b1
77 - ] [ sp:object _:b10 ;
78 - sp:predicate <http://www.reportinghub.no/ep/schema/report#createdAt> ;
79 - sp:subject _:b8
80 ]) ; 53 ]) ;
81 - sp:where ([ sp:object _:b7 ; 54 + sp:where ([ sp:object _:b6 ;
82 sp:predicate ddr:nameWellbore ; 55 sp:predicate ddr:nameWellbore ;
83 sp:subject spin:_this 56 sp:subject spin:_this
84 - ] [ sp:object _:b4 ; 57 + ] [ sp:object _:b2 ;
85 - sp:predicate ddr:dTimStart ; 58 + sp:predicate ddr:nameWell ;
86 - sp:subject spin:_this
87 - ] [ sp:object _:b11 ;
88 - sp:predicate ddr:dTimEnd ;
89 - sp:subject spin:_this
90 - ] [ sp:object _:b3 ;
91 - sp:predicate ddr:createDate ;
92 sp:subject spin:_this 59 sp:subject spin:_this
93 - ] [ rdf:type sp:Optional ; 60 + ] [ sp:object _:b7 ;
94 - sp:elements ([ sp:object _:b12 ; 61 + sp:predicate ddr:dTimStart ;
95 - sp:predicate ddr:extendedReportRef ;
96 sp:subject spin:_this 62 sp:subject spin:_this
97 - ] [ sp:object _:b9 ; 63 + ] [ sp:object _:b8 ;
98 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 64 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
99 - sp:subject _:b12 65 + sp:subject _:b4
100 - ] [ rdf:type sp:Optional ; 66 + ] [ sp:object _:b5 ;
101 - sp:elements ([ sp:object _:b10 ; 67 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
102 - sp:predicate ddr:dTim ; 68 + sp:subject _:b8
103 - sp:subject _:b12 69 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
104 - ]) 70 + sp:predicate rdf:type ;
105 - ]) 71 + sp:subject _:b5
106 ] [ rdf:type sp:Bind ; 72 ] [ rdf:type sp:Bind ;
107 sp:expression 73 sp:expression
108 [ rdf:type ep-spin-lib:normalizeString ; 74 [ rdf:type ep-spin-lib:normalizeString ;
109 - sp:arg1 _:b7 75 + sp:arg1 _:b6
110 ] ; 76 ] ;
111 - sp:variable _:b13 77 + sp:variable _:b9
112 - ] [ rdf:type sp:Bind ;
113 - sp:expression
114 - [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
115 - sp:arg1 _:b13 ;
116 - sp:arg2 _:b3
117 - ] ;
118 - sp:variable _:b1
119 ] [ rdf:type sp:Bind ; 78 ] [ rdf:type sp:Bind ;
120 sp:expression 79 sp:expression
121 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 80 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
122 - sp:arg1 _:b13 ; 81 + sp:arg1 _:b9 ;
123 - sp:arg2 _:b4 82 + sp:arg2 _:b7
124 ] ; 83 ] ;
125 - sp:variable _:b2 84 + sp:variable _:b4
126 ] [ rdf:type sp:Bind ; 85 ] [ rdf:type sp:Bind ;
127 sp:expression 86 sp:expression
128 - [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ; 87 + [ rdf:type ep-spin-lib:normalizeString ;
129 - sp:arg1 _:b13 ; 88 + sp:arg1 _:b2
130 - sp:arg2 _:b4 ;
131 - sp:arg3 _:b11
132 ] ; 89 ] ;
133 - sp:variable _:b5 90 + sp:variable _:b10
134 ] [ rdf:type sp:Bind ; 91 ] [ rdf:type sp:Bind ;
135 sp:expression 92 sp:expression
136 - [ rdf:type ep-spin-lib:buildTemporaryWellBoreURI ; 93 + [ rdf:type rhspin:wellByName ;
137 - sp:arg1 _:b13 94 + arg:wellName _:b10
138 ] ; 95 ] ;
139 - sp:variable _:b6 96 + sp:variable _:b1
140 ]) 97 ])
141 ] ; 98 ] ;
142 spin:rule 99 spin:rule
143 [ rdf:type sp:Construct ; 100 [ rdf:type sp:Construct ;
144 - rdfs:comment """STEP 103a Set name of DailyDrillingReport as label 101 + rdfs:comment "STEP 104 Transfer dTimEnd"^^xsd:string ;
145 -Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ; 102 + sp:templates ([ sp:object _:b11 ;
146 - sp:templates ([ sp:object _:b14 ; 103 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
147 - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; 104 + sp:subject _:b12
148 - sp:subject _:b15
149 ]) ; 105 ]) ;
150 - sp:where ([ sp:object _:b16 ; 106 + sp:where ([ sp:object _:b13 ;
151 sp:predicate ddr:nameWellbore ; 107 sp:predicate ddr:nameWellbore ;
152 sp:subject spin:_this 108 sp:subject spin:_this
153 ] [ sp:object _:b14 ; 109 ] [ sp:object _:b14 ;
154 - sp:predicate ddr:name ; 110 + sp:predicate ddr:dTimStart ;
155 sp:subject spin:_this 111 sp:subject spin:_this
156 - ] [ sp:object _:b17 ; 112 + ] [ sp:object _:b11 ;
157 - sp:predicate ddr:createDate ; 113 + sp:predicate ddr:dTimEnd ;
158 sp:subject spin:_this 114 sp:subject spin:_this
159 ] [ rdf:type sp:Bind ; 115 ] [ rdf:type sp:Bind ;
160 sp:expression 116 sp:expression
161 [ rdf:type ep-spin-lib:normalizeString ; 117 [ rdf:type ep-spin-lib:normalizeString ;
162 - sp:arg1 _:b16 118 + sp:arg1 _:b13
163 ] ; 119 ] ;
164 - sp:variable _:b18 120 + sp:variable _:b15
165 ] [ rdf:type sp:Bind ; 121 ] [ rdf:type sp:Bind ;
166 sp:expression 122 sp:expression
167 - [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; 123 + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
168 - sp:arg1 _:b18 ; 124 + sp:arg1 _:b15 ;
169 - sp:arg2 _:b17 125 + sp:arg2 _:b14
170 ] ; 126 ] ;
171 - sp:variable _:b15 127 + sp:variable _:b12
172 ]) 128 ])
173 ] ; 129 ] ;
174 spin:rule 130 spin:rule
175 [ rdf:type sp:Construct ; 131 [ rdf:type sp:Construct ;
176 rdfs:comment """STEP 105 132 rdfs:comment """STEP 105
177 Classify a DailyDrillingReport"""^^xsd:string ; 133 Classify a DailyDrillingReport"""^^xsd:string ;
178 - sp:templates ([ sp:object _:b19 ; 134 + sp:templates ([ sp:object _:b16 ;
179 sp:predicate rdf:type ; 135 sp:predicate rdf:type ;
180 - sp:subject _:b20 136 + sp:subject _:b17
181 ]) ; 137 ]) ;
182 - sp:where ([ sp:object _:b21 ; 138 + sp:where ([ sp:object _:b18 ;
183 sp:predicate ddr:nameWellbore ; 139 sp:predicate ddr:nameWellbore ;
184 sp:subject spin:_this 140 sp:subject spin:_this
185 - ] [ sp:object _:b22 ; 141 + ] [ sp:object _:b19 ;
186 sp:predicate ddr:createDate ; 142 sp:predicate ddr:createDate ;
187 sp:subject spin:_this 143 sp:subject spin:_this
188 - ] [ sp:object _:b23 ; 144 + ] [ sp:object _:b20 ;
189 sp:predicate ddr:versionKindRef ; 145 sp:predicate ddr:versionKindRef ;
190 sp:subject spin:_this 146 sp:subject spin:_this
191 ] [ rdf:type sp:Bind ; 147 ] [ rdf:type sp:Bind ;
192 sp:expression 148 sp:expression
193 [ rdf:type ep-spin-lib:selectDailyDrillingReportType ; 149 [ rdf:type ep-spin-lib:selectDailyDrillingReportType ;
194 - sp:arg1 _:b23 150 + sp:arg1 _:b20
195 ] ; 151 ] ;
196 - sp:variable _:b19 152 + sp:variable _:b16
197 ] [ rdf:type sp:Bind ; 153 ] [ rdf:type sp:Bind ;
198 sp:expression 154 sp:expression
199 [ rdf:type ep-spin-lib:normalizeString ; 155 [ rdf:type ep-spin-lib:normalizeString ;
200 - sp:arg1 _:b21 156 + sp:arg1 _:b18
201 ] ; 157 ] ;
202 - sp:variable _:b24 158 + sp:variable _:b21
203 ] [ rdf:type sp:Bind ; 159 ] [ rdf:type sp:Bind ;
204 sp:expression 160 sp:expression
205 [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; 161 [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
206 - sp:arg1 _:b24 ; 162 + sp:arg1 _:b21 ;
207 - sp:arg2 _:b22 163 + sp:arg2 _:b19
208 ] ; 164 ] ;
209 - sp:variable _:b20 165 + sp:variable _:b17
210 ]) 166 ])
211 ] ; 167 ] ;
212 spin:rule 168 spin:rule
213 [ rdf:type sp:Construct ; 169 [ rdf:type sp:Construct ;
214 - rdfs:comment "STEP 104 Transfer dTimEnd"^^xsd:string ; 170 + rdfs:comment """STEP 103a Set name of DailyDrillingReport as label
215 - sp:templates ([ sp:object _:b25 ; 171 +Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ;
216 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 172 + sp:templates ([ sp:object _:b22 ;
217 - sp:subject _:b26 173 + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ;
174 + sp:subject _:b23
218 ]) ; 175 ]) ;
219 - sp:where ([ sp:object _:b27 ; 176 + sp:where ([ sp:object _:b24 ;
220 sp:predicate ddr:nameWellbore ; 177 sp:predicate ddr:nameWellbore ;
221 sp:subject spin:_this 178 sp:subject spin:_this
222 - ] [ sp:object _:b28 ; 179 + ] [ sp:object _:b22 ;
223 - sp:predicate ddr:dTimStart ; 180 + sp:predicate ddr:name ;
224 sp:subject spin:_this 181 sp:subject spin:_this
225 ] [ sp:object _:b25 ; 182 ] [ sp:object _:b25 ;
226 - sp:predicate ddr:dTimEnd ; 183 + sp:predicate ddr:createDate ;
227 sp:subject spin:_this 184 sp:subject spin:_this
228 ] [ rdf:type sp:Bind ; 185 ] [ rdf:type sp:Bind ;
229 sp:expression 186 sp:expression
230 [ rdf:type ep-spin-lib:normalizeString ; 187 [ rdf:type ep-spin-lib:normalizeString ;
231 - sp:arg1 _:b27 188 + sp:arg1 _:b24
232 ] ; 189 ] ;
233 - sp:variable _:b29 190 + sp:variable _:b26
234 ] [ rdf:type sp:Bind ; 191 ] [ rdf:type sp:Bind ;
235 sp:expression 192 sp:expression
236 - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 193 + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
237 - sp:arg1 _:b29 ; 194 + sp:arg1 _:b26 ;
238 - sp:arg2 _:b28 195 + sp:arg2 _:b25
239 ] ; 196 ] ;
240 - sp:variable _:b26 197 + sp:variable _:b23
241 ]) 198 ])
242 ] ; 199 ] ;
243 spin:rule 200 spin:rule
244 [ rdf:type sp:Construct ; 201 [ rdf:type sp:Construct ;
245 - rdfs:comment "STEP 106 Create Well"^^xsd:string ; 202 + rdfs:comment """STEP 103 Create DailyDrillingReport, DailyDrillingActivity, TemporalPartOfAWellBore and WellBore
246 - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ; 203 +Minimum data - createDate, dTimStart, dTimEnd, nameWellBore
204 +Optional data - extendedReport
205 +replaced for testing - BIND (rhspin:wellBoreByName(?nameWellBore) AS ?wellBore) ."""^^xsd:string ;
206 + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> ;
247 sp:predicate rdf:type ; 207 sp:predicate rdf:type ;
248 - sp:subject _:b30 208 + sp:subject _:b27
249 - ] [ sp:object _:b31 ; 209 + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ;
250 - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; 210 + sp:predicate rdf:type ;
251 - sp:subject _:b30 211 + sp:subject _:b28
252 - ] [ sp:object _:b32 ; 212 + ] [ sp:object _:b28 ;
253 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ; 213 + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
254 - sp:subject _:b33 214 + sp:subject _:b27
215 + ] [ sp:object _:b29 ;
216 + sp:predicate <http://www.reportinghub.no/ep/schema/report#createdAt> ;
217 + sp:subject _:b27
255 ] [ sp:object _:b30 ; 218 ] [ sp:object _:b30 ;
256 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 219 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
257 - sp:subject _:b32 220 + sp:subject _:b28
258 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> ; 221 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
222 + sp:predicate rdf:type ;
223 + sp:subject _:b31
224 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
259 sp:predicate rdf:type ; 225 sp:predicate rdf:type ;
260 sp:subject _:b32 226 sp:subject _:b32
227 + ] [ sp:object _:b32 ;
228 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
229 + sp:subject _:b31
230 + ] [ sp:object _:b33 ;
231 + sp:predicate <http://www.reportinghub.no/ep/schema/core#humanRecognizableName> ;
232 + sp:subject _:b32
233 + ] [ sp:object _:b31 ;
234 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
235 + sp:subject _:b28
261 ] [ sp:object _:b34 ; 236 ] [ sp:object _:b34 ;
262 - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 237 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#descriptionOfActivitiesFollowingTheDailyReportingPeriod> ;
263 - sp:subject _:b30 238 + sp:subject _:b28
239 + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#Report> ;
240 + sp:predicate rdf:type ;
241 + sp:subject _:b34
242 + ] [ sp:object _:b35 ;
243 + sp:predicate <http://www.reportinghub.no/ep/schema/report#hasContent> ;
244 + sp:subject _:b34
245 + ] [ sp:object _:b36 ;
246 + sp:predicate <http://www.reportinghub.no/ep/schema/report#createdAt> ;
247 + sp:subject _:b34
264 ]) ; 248 ]) ;
265 - sp:where ([ sp:object _:b35 ; 249 + sp:where ([ sp:object _:b33 ;
266 sp:predicate ddr:nameWellbore ; 250 sp:predicate ddr:nameWellbore ;
267 sp:subject spin:_this 251 sp:subject spin:_this
268 - ] [ sp:object _:b31 ; 252 + ] [ sp:object _:b30 ;
269 - sp:predicate ddr:nameWell ;
270 - sp:subject spin:_this
271 - ] [ sp:object _:b36 ;
272 sp:predicate ddr:dTimStart ; 253 sp:predicate ddr:dTimStart ;
273 sp:subject spin:_this 254 sp:subject spin:_this
274 ] [ sp:object _:b37 ; 255 ] [ sp:object _:b37 ;
275 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 256 + sp:predicate ddr:dTimEnd ;
276 - sp:subject _:b33 257 + sp:subject spin:_this
277 - ] [ sp:object _:b34 ; 258 + ] [ sp:object _:b29 ;
278 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 259 + sp:predicate ddr:createDate ;
279 - sp:subject _:b37 260 + sp:subject spin:_this
280 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; 261 + ] [ rdf:type sp:Optional ;
281 - sp:predicate rdf:type ; 262 + sp:elements ([ sp:object _:b38 ;
282 - sp:subject _:b34 263 + sp:predicate ddr:extendedReportRef ;
264 + sp:subject spin:_this
265 + ] [ sp:object _:b35 ;
266 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
267 + sp:subject _:b38
268 + ] [ rdf:type sp:Optional ;
269 + sp:elements ([ sp:object _:b36 ;
270 + sp:predicate ddr:dTim ;
271 + sp:subject _:b38
272 + ])
273 + ])
283 ] [ rdf:type sp:Bind ; 274 ] [ rdf:type sp:Bind ;
284 sp:expression 275 sp:expression
285 [ rdf:type ep-spin-lib:normalizeString ; 276 [ rdf:type ep-spin-lib:normalizeString ;
286 - sp:arg1 _:b35 277 + sp:arg1 _:b33
278 + ] ;
279 + sp:variable _:b39
280 + ] [ rdf:type sp:Bind ;
281 + sp:expression
282 + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
283 + sp:arg1 _:b39 ;
284 + sp:arg2 _:b29
287 ] ; 285 ] ;
288 - sp:variable _:b38 286 + sp:variable _:b27
289 ] [ rdf:type sp:Bind ; 287 ] [ rdf:type sp:Bind ;
290 sp:expression 288 sp:expression
291 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 289 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
292 - sp:arg1 _:b38 ; 290 + sp:arg1 _:b39 ;
293 - sp:arg2 _:b36 291 + sp:arg2 _:b30
294 ] ; 292 ] ;
295 - sp:variable _:b33 293 + sp:variable _:b28
296 ] [ rdf:type sp:Bind ; 294 ] [ rdf:type sp:Bind ;
297 sp:expression 295 sp:expression
298 - [ rdf:type ep-spin-lib:normalizeString ; 296 + [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ;
299 - sp:arg1 _:b31 297 + sp:arg1 _:b39 ;
298 + sp:arg2 _:b30 ;
299 + sp:arg3 _:b37
300 ] ; 300 ] ;
301 - sp:variable _:b39 301 + sp:variable _:b31
302 ] [ rdf:type sp:Bind ; 302 ] [ rdf:type sp:Bind ;
303 sp:expression 303 sp:expression
304 - [ rdf:type rhspin:wellByName ; 304 + [ rdf:type ep-spin-lib:buildTemporaryWellBoreURI ;
305 - arg:wellName _:b39 305 + sp:arg1 _:b39
306 ] ; 306 ] ;
307 - sp:variable _:b30 307 + sp:variable _:b32
308 ]) 308 ])
309 ] . 309 ] .
310 310
311 -_:b6 sp:varName "wellBore"^^xsd:string . 311 +_:b1 sp:varName "well"^^xsd:string .
312 -
313 -_:b5 sp:varName "temporalPartOfAWellBore"^^xsd:string .
314 -
315 -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
316 -
317 -_:b1 sp:varName "dailyDrillingReport"^^xsd:string .
318 -
319 -_:b13
320 - sp:varName "normalizedWellBoreName"^^xsd:string .
321 312
322 _:b10 313 _:b10
323 - sp:varName "dTimExtendedReport"^^xsd:string . 314 + sp:varName "normalizedWellName"^^xsd:string .
324 315
325 -_:b9 sp:varName "extendedReportContent"^^xsd:string . 316 +_:b9 sp:varName "normalizedWellBoreName"^^xsd:string .
326 317
327 -_:b12 318 +_:b5 sp:varName "wellBore"^^xsd:string .
328 - sp:varName "extendedReport"^^xsd:string .
329 319
330 -_:b3 sp:varName "createDate"^^xsd:string . 320 +_:b8 sp:varName "temporalPartOfAWellBore"^^xsd:string .
331 321
332 -_:b11 322 +_:b4 sp:varName "dailyDrillingActivity"^^xsd:string .
333 - sp:varName "dTimEnd"^^xsd:string .
334 323
335 -_:b4 sp:varName "dTimStart"^^xsd:string . 324 +_:b7 sp:varName "dTimStart"^^xsd:string .
336 325
337 -_:b7 sp:varName "nameWellBore"^^xsd:string . 326 +_:b2 sp:varName "nameWell"^^xsd:string .
338 327
339 -_:b18 328 +_:b6 sp:varName "nameWellBore"^^xsd:string .
329 +
330 +_:b15
340 sp:varName "normalizedWellBoreName"^^xsd:string . 331 sp:varName "normalizedWellBoreName"^^xsd:string .
341 332
342 -_:b17 333 +_:b14
343 - sp:varName "createDate"^^xsd:string . 334 + sp:varName "dTimStart"^^xsd:string .
344 335
345 -_:b16 336 +_:b13
346 sp:varName "nameWellBore"^^xsd:string . 337 sp:varName "nameWellBore"^^xsd:string .
347 338
348 -_:b15 339 +_:b12
349 - sp:varName "dailyDrillingReport"^^xsd:string . 340 + sp:varName "dailyDrillingActivity"^^xsd:string .
350 341
351 -_:b14 342 +_:b11
352 - sp:varName "nameDailyDrillingReport"^^xsd:string . 343 + sp:varName "dTimEnd"^^xsd:string .
353 344
354 -_:b24 345 +_:b21
355 sp:varName "normalizedWellBoreName"^^xsd:string . 346 sp:varName "normalizedWellBoreName"^^xsd:string .
356 347
357 -_:b23 348 +_:b20
358 sp:varName "versionKind"^^xsd:string . 349 sp:varName "versionKind"^^xsd:string .
359 350
360 -_:b22 351 +_:b19
361 sp:varName "createDate"^^xsd:string . 352 sp:varName "createDate"^^xsd:string .
362 353
363 -_:b21 354 +_:b18
364 sp:varName "nameWellBore"^^xsd:string . 355 sp:varName "nameWellBore"^^xsd:string .
365 356
366 -_:b20 357 +_:b17
367 sp:varName "dailyDrillingReport"^^xsd:string . 358 sp:varName "dailyDrillingReport"^^xsd:string .
368 359
369 -_:b19 360 +_:b16
370 sp:varName "dailyDrillingReportType"^^xsd:string . 361 sp:varName "dailyDrillingReportType"^^xsd:string .
371 362
372 -_:b29 363 +_:b26
373 sp:varName "normalizedWellBoreName"^^xsd:string . 364 sp:varName "normalizedWellBoreName"^^xsd:string .
374 365
375 -_:b28 366 +_:b25
376 - sp:varName "dTimStart"^^xsd:string . 367 + sp:varName "createDate"^^xsd:string .
377 368
378 -_:b27 369 +_:b24
379 sp:varName "nameWellBore"^^xsd:string . 370 sp:varName "nameWellBore"^^xsd:string .
380 371
381 -_:b26 372 +_:b23
382 - sp:varName "dailyDrillingActivity"^^xsd:string . 373 + sp:varName "dailyDrillingReport"^^xsd:string .
383 374
384 -_:b25 375 +_:b22
385 - sp:varName "dTimEnd"^^xsd:string . 376 + sp:varName "nameDailyDrillingReport"^^xsd:string .
386 377
387 _:b39 378 _:b39
388 - sp:varName "normalizedWellName"^^xsd:string . 379 + sp:varName "normalizedWellBoreName"^^xsd:string .
389 380
390 _:b38 381 _:b38
391 - sp:varName "normalizedWellBoreName"^^xsd:string . 382 + sp:varName "extendedReport"^^xsd:string .
392 383
393 _:b37 384 _:b37
394 - sp:varName "temporalPartOfAWellBore"^^xsd:string . 385 + sp:varName "dTimEnd"^^xsd:string .
395 386
396 _:b36 387 _:b36
397 - sp:varName "dTimStart"^^xsd:string . 388 + sp:varName "dTimExtendedReport"^^xsd:string .
398 389
399 _:b35 390 _:b35
391 + sp:varName "extendedReportContent"^^xsd:string .
392 +
393 +_:b33
400 sp:varName "nameWellBore"^^xsd:string . 394 sp:varName "nameWellBore"^^xsd:string .
401 395
402 -_:b34 396 +_:b32
403 sp:varName "wellBore"^^xsd:string . 397 sp:varName "wellBore"^^xsd:string .
404 398
405 -_:b33
406 - sp:varName "dailyDrillingActivity"^^xsd:string .
407 -
408 _:b31 399 _:b31
409 - sp:varName "nameWell"^^xsd:string . 400 + sp:varName "temporalPartOfAWellBore"^^xsd:string .
410 401
411 _:b30 402 _:b30
412 - sp:varName "well"^^xsd:string . 403 + sp:varName "dTimStart"^^xsd:string .
404 +
405 +_:b29
406 + sp:varName "createDate"^^xsd:string .
407 +
408 +_:b28
409 + sp:varName "dailyDrillingActivity"^^xsd:string .
410 +
411 +_:b27
412 + sp:varName "dailyDrillingReport"^^xsd:string .
......
1 -# Saved by TopBraid on Sun Sep 25 12:02:12 BST 2011 1 +# Saved by TopBraid on Sun Sep 25 18:41:25 BST 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......