Ralph Hodgson

QA check on 'has' object properties with multiple ranges

This diff could not be displayed because it is too large.
1 -# Saved by TopBraid on Sun Aug 07 12:57:52 PDT 2011 1 +# Saved by TopBraid on Sun Aug 07 15:58:36 PDT 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr
3 # imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr 3 # imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr
4 # imports: http://www.reportinghub.no/ep/schema/1.1/activity 4 # imports: http://www.reportinghub.no/ep/schema/1.1/activity
...@@ -33,7 +33,7 @@ ddr:Cs_activity ...@@ -33,7 +33,7 @@ ddr:Cs_activity
33 sxml:element "witsml:activity"^^xsd:string . 33 sxml:element "witsml:activity"^^xsd:string .
34 34
35 ddr:Cs_alias 35 ddr:Cs_alias
36 - sxml:element "witsml:alias" , "witsml:rigAlias"^^xsd:string . 36 + sxml:element "witsml:rigAlias"^^xsd:string , "witsml:alias" .
37 37
38 ddr:Cs_bitRecord 38 ddr:Cs_bitRecord
39 sxml:element "witsml:bitRecord" . 39 sxml:element "witsml:bitRecord" .
...@@ -81,7 +81,7 @@ ddr:Cs_drillReportPorePressure ...@@ -81,7 +81,7 @@ ddr:Cs_drillReportPorePressure
81 sxml:element "witsml:drillReportPorePressure" . 81 sxml:element "witsml:drillReportPorePressure" .
82 82
83 ddr:Cs_drillReportStatusInfo 83 ddr:Cs_drillReportStatusInfo
84 - sxml:element "witsml:drillReportStatusInfo" , "witsml:statusInfo"^^xsd:string . 84 + sxml:element "witsml:statusInfo"^^xsd:string , "witsml:drillReportStatusInfo" .
85 85
86 ddr:Cs_drillReportStratInfo 86 ddr:Cs_drillReportStratInfo
87 sxml:element "witsml:drillReportStratInfo" . 87 sxml:element "witsml:drillReportStratInfo" .
...@@ -117,7 +117,7 @@ ddr:Cs_refWellWellboreRig ...@@ -117,7 +117,7 @@ ddr:Cs_refWellWellboreRig
117 sxml:element "witsml:refWellWellboreRig" . 117 sxml:element "witsml:refWellWellboreRig" .
118 118
119 ddr:Cs_wellAlias 119 ddr:Cs_wellAlias
120 - sxml:element "witsml:wellboreAlias"^^xsd:string , "witsml:wellAlias" . 120 + sxml:element "witsml:wellAlias" , "witsml:wellboreAlias"^^xsd:string .
121 121
122 ddr:Cs_wellCRS 122 ddr:Cs_wellCRS
123 sxml:element "witsml:wellCRS" . 123 sxml:element "witsml:wellCRS" .
...@@ -134,7 +134,7 @@ ddr:Obj_drillReport ...@@ -134,7 +134,7 @@ ddr:Obj_drillReport
134 ddr:Thing 134 ddr:Thing
135 spin:rule 135 spin:rule
136 [ rdf:type sp:Construct ; 136 [ rdf:type sp:Construct ;
137 - rdfs:comment "STEP 003 - Construct datatype string values"^^xsd:string ; 137 + rdfs:comment "STEP 006 - Construct Enumerated Values"^^xsd:string ;
138 sp:templates ([ sp:object _:b1 ; 138 sp:templates ([ sp:object _:b1 ;
139 sp:predicate _:b2 ; 139 sp:predicate _:b2 ;
140 sp:subject spin:_this 140 sp:subject spin:_this
...@@ -169,20 +169,22 @@ ddr:Thing ...@@ -169,20 +169,22 @@ ddr:Thing
169 ]) 169 ])
170 ] [ rdf:type sp:Bind ; 170 ] [ rdf:type sp:Bind ;
171 sp:expression 171 sp:expression
172 - [ rdf:type afn:localname ; 172 + [ rdf:type smf:titleCase ;
173 - sp:arg1 _:b5 173 + sp:arg1 [ rdf:type afn:localname ;
174 + sp:arg1 _:b5
175 + ]
174 ] ; 176 ] ;
175 sp:variable _:b6 177 sp:variable _:b6
176 ] [ rdf:type sp:Bind ; 178 ] [ rdf:type sp:Bind ;
177 sp:expression 179 sp:expression
178 [ rdf:type smf:buildURI ; 180 [ rdf:type smf:buildURI ;
179 sp:arg1 [ rdf:type fn:concat ; 181 sp:arg1 [ rdf:type fn:concat ;
180 - sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ; 182 + sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#has" ;
181 sp:arg2 _:b6 183 sp:arg2 _:b6
182 ] 184 ]
183 ] ; 185 ] ;
184 sp:variable _:b2 186 sp:variable _:b2
185 - ] [ sp:object owl:DatatypeProperty ; 187 + ] [ sp:object owl:ObjectProperty ;
186 sp:predicate rdf:type ; 188 sp:predicate rdf:type ;
187 sp:subject _:b2 189 sp:subject _:b2
188 ] [ sp:object _:b2 ; 190 ] [ sp:object _:b2 ;
...@@ -191,191 +193,194 @@ ddr:Thing ...@@ -191,191 +193,194 @@ ddr:Thing
191 ] [ sp:object _:b8 ; 193 ] [ sp:object _:b8 ;
192 sp:predicate owl:allValuesFrom ; 194 sp:predicate owl:allValuesFrom ;
193 sp:subject _:b7 195 sp:subject _:b7
196 + ] [ sp:object _:b9 ;
197 + sp:predicate rdf:type ;
198 + sp:subject spin:_this
194 ] [ rdf:type sp:TriplePath ; 199 ] [ rdf:type sp:TriplePath ;
195 - sp:object xsd:string ; 200 + sp:object _:b7 ;
196 sp:path [ rdf:type sp:ModPath ; 201 sp:path [ rdf:type sp:ModPath ;
197 sp:modMax -2 ; 202 sp:modMax -2 ;
198 sp:modMin 0 ; 203 sp:modMin 0 ;
199 sp:subPath rdfs:subClassOf 204 sp:subPath rdfs:subClassOf
200 ] ; 205 ] ;
201 - sp:subject _:b8
202 - ] [ sp:object _:b9 ;
203 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
204 - sp:subject _:b4
205 - ] [ sp:object sxml:TextNode ;
206 - sp:predicate rdf:type ;
207 sp:subject _:b9 206 sp:subject _:b9
208 - ] [ sp:object _:b1 ;
209 - sp:predicate sxml:text ;
210 - sp:subject _:b9
211 - ] [ sp:object _:b10 ;
212 - sp:predicate rdf:type ;
213 - sp:subject spin:_this
214 ] [ rdf:type sp:TriplePath ; 207 ] [ rdf:type sp:TriplePath ;
215 - sp:object _:b7 ; 208 + sp:object <http://www.linkedmodel.org/schema/dtype#EnumeratedValue> ;
216 sp:path [ rdf:type sp:ModPath ; 209 sp:path [ rdf:type sp:ModPath ;
217 sp:modMax -2 ; 210 sp:modMax -2 ;
218 sp:modMin 0 ; 211 sp:modMin 0 ;
219 sp:subPath rdfs:subClassOf 212 sp:subPath rdfs:subClassOf
220 ] ; 213 ] ;
214 + sp:subject _:b8
215 + ] [ sp:object _:b10 ;
216 + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
217 + sp:subject _:b4
218 + ] [ sp:object sxml:TextNode ;
219 + sp:predicate rdf:type ;
220 + sp:subject _:b10
221 + ] [ sp:object _:b11 ;
222 + sp:predicate sxml:text ;
221 sp:subject _:b10 223 sp:subject _:b10
224 + ] [ sp:object _:b8 ;
225 + sp:predicate rdf:type ;
226 + sp:subject _:b1
227 + ] [ sp:object _:b11 ;
228 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
229 + sp:subject _:b1
222 ]) 230 ])
223 ] ; 231 ] ;
224 spin:rule 232 spin:rule
225 [ rdf:type sp:Construct ; 233 [ rdf:type sp:Construct ;
226 - rdfs:comment "STEP 002 - Construct datatype datetime values"^^xsd:string ; 234 + rdfs:comment "STEP 004 - Construct UOM values"^^xsd:string ;
227 - sp:templates ([ sp:object _:b11 ; 235 + sp:templates ([ sp:object _:b12 ;
228 - sp:predicate _:b12 ; 236 + sp:predicate rdf:type ;
237 + sp:subject _:b13
238 + ] [ sp:object _:b14 ;
239 + sp:predicate ddr:uom ;
240 + sp:subject _:b13
241 + ] [ sp:object _:b15 ;
242 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
243 + sp:subject _:b13
244 + ] [ sp:object _:b13 ;
245 + sp:predicate _:b16 ;
229 sp:subject spin:_this 246 sp:subject spin:_this
230 ] [ sp:object rdf:Statement ; 247 ] [ sp:object rdf:Statement ;
231 sp:predicate rdf:type ; 248 sp:predicate rdf:type ;
232 - sp:subject _:b13 249 + sp:subject _:b17
233 ] [ sp:object spin:_this ; 250 ] [ sp:object spin:_this ;
234 sp:predicate rdf:subject ; 251 sp:predicate rdf:subject ;
235 - sp:subject _:b13 252 + sp:subject _:b17
236 - ] [ sp:object _:b12 ; 253 + ] [ sp:object _:b16 ;
237 sp:predicate rdf:predicate ; 254 sp:predicate rdf:predicate ;
238 - sp:subject _:b13 255 + sp:subject _:b17
239 - ] [ sp:object _:b11 ; 256 + ] [ sp:object _:b15 ;
240 sp:predicate rdf:object ; 257 sp:predicate rdf:object ;
241 - sp:subject _:b13 258 + sp:subject _:b17
242 - ] [ sp:object _:b13 ; 259 + ] [ sp:object _:b17 ;
243 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; 260 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
244 - sp:subject _:b14 261 + sp:subject _:b18
245 ]) ; 262 ]) ;
246 - sp:where ([ sp:object _:b14 ; 263 + sp:where ([ sp:object _:b18 ;
247 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; 264 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
248 sp:subject spin:_this 265 sp:subject spin:_this
249 - ] [ sp:object _:b15 ; 266 + ] [ sp:object _:b19 ;
250 sp:predicate rdf:type ; 267 sp:predicate rdf:type ;
251 - sp:subject _:b14 268 + sp:subject _:b18
269 + ] [ sp:object _:b14 ;
270 + sp:predicate ddr:uom ;
271 + sp:subject _:b18
252 ] [ rdf:type sp:NotExists ; 272 ] [ rdf:type sp:NotExists ;
253 sp:elements ([ sp:object 273 sp:elements ([ sp:object
254 - [ sp:varName "uom"^^xsd:string 274 + [ sp:varName "aNode"^^xsd:string
255 ] ; 275 ] ;
256 - sp:predicate ddr:uom ; 276 + sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
257 - sp:subject _:b14 277 + sp:subject _:b18
258 ]) 278 ])
259 ] [ rdf:type sp:Bind ; 279 ] [ rdf:type sp:Bind ;
260 sp:expression 280 sp:expression
261 [ rdf:type afn:localname ; 281 [ rdf:type afn:localname ;
262 - sp:arg1 _:b15 282 + sp:arg1 _:b19
263 ] ; 283 ] ;
264 - sp:variable _:b16 284 + sp:variable _:b20
265 ] [ rdf:type sp:Bind ; 285 ] [ rdf:type sp:Bind ;
266 sp:expression 286 sp:expression
267 [ rdf:type smf:buildURI ; 287 [ rdf:type smf:buildURI ;
268 sp:arg1 [ rdf:type fn:concat ; 288 sp:arg1 [ rdf:type fn:concat ;
269 - sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ; 289 + sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#has" ;
270 - sp:arg2 _:b16 290 + sp:arg2 [ rdf:type smf:titleCase ;
291 + sp:arg1 _:b20
292 + ]
271 ] 293 ]
272 ] ; 294 ] ;
273 - sp:variable _:b12 295 + sp:variable _:b16
274 - ] [ sp:object owl:DatatypeProperty ; 296 + ] [ sp:object owl:ObjectProperty ;
275 sp:predicate rdf:type ; 297 sp:predicate rdf:type ;
276 - sp:subject _:b12 298 + sp:subject _:b16
277 - ] [ sp:object _:b12 ; 299 + ] [ sp:object _:b16 ;
278 sp:predicate owl:onProperty ; 300 sp:predicate owl:onProperty ;
279 - sp:subject _:b17 301 + sp:subject _:b21
280 - ] [ sp:object _:b18 ; 302 + ] [ sp:object _:b12 ;
281 sp:predicate owl:allValuesFrom ; 303 sp:predicate owl:allValuesFrom ;
282 - sp:subject _:b17 304 + sp:subject _:b21
305 + ] [ sp:object _:b22 ;
306 + sp:predicate rdf:type ;
307 + sp:subject spin:_this
283 ] [ rdf:type sp:TriplePath ; 308 ] [ rdf:type sp:TriplePath ;
284 - sp:object xsd:dateTime ; 309 + sp:object _:b21 ;
285 sp:path [ rdf:type sp:ModPath ; 310 sp:path [ rdf:type sp:ModPath ;
286 sp:modMax -2 ; 311 sp:modMax -2 ;
287 sp:modMin 0 ; 312 sp:modMin 0 ;
288 sp:subPath rdfs:subClassOf 313 sp:subPath rdfs:subClassOf
289 ] ; 314 ] ;
290 - sp:subject _:b18 315 + sp:subject _:b22
291 - ] [ sp:object _:b19 ; 316 + ] [ sp:object _:b23 ;
292 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; 317 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
293 - sp:subject _:b14 318 + sp:subject _:b18
294 ] [ sp:object sxml:TextNode ; 319 ] [ sp:object sxml:TextNode ;
295 sp:predicate rdf:type ; 320 sp:predicate rdf:type ;
296 - sp:subject _:b19 321 + sp:subject _:b23
297 - ] [ sp:object _:b20 ; 322 + ] [ sp:object _:b24 ;
298 sp:predicate sxml:text ; 323 sp:predicate sxml:text ;
299 - sp:subject _:b19 324 + sp:subject _:b23
300 - ] [ sp:object _:b21 ;
301 - sp:predicate rdf:type ;
302 - sp:subject spin:_this
303 - ] [ rdf:type sp:TriplePath ;
304 - sp:object _:b17 ;
305 - sp:path [ rdf:type sp:ModPath ;
306 - sp:modMax -2 ;
307 - sp:modMin 0 ;
308 - sp:subPath rdfs:subClassOf
309 - ] ;
310 - sp:subject _:b21
311 ] [ rdf:type sp:Bind ; 325 ] [ rdf:type sp:Bind ;
312 sp:expression 326 sp:expression
313 - [ rdf:type xsd:dateTime ; 327 + [ rdf:type xsd:double ;
314 - sp:arg1 _:b20 328 + sp:arg1 _:b24
315 ] ; 329 ] ;
316 - sp:variable _:b11 330 + sp:variable _:b15
317 ]) 331 ])
318 ] ; 332 ] ;
319 spin:rule 333 spin:rule
320 [ rdf:type sp:Construct ; 334 [ rdf:type sp:Construct ;
321 rdfs:comment "STEP 020 - Construct all other object properties - WIP"^^xsd:string ; 335 rdfs:comment "STEP 020 - Construct all other object properties - WIP"^^xsd:string ;
322 - sp:templates ([ sp:object _:b22 ; 336 + sp:templates ([ sp:object _:b25 ;
323 - sp:predicate _:b23 ; 337 + sp:predicate _:b26 ;
324 sp:subject spin:_this 338 sp:subject spin:_this
325 ] [ sp:object rdf:Statement ; 339 ] [ sp:object rdf:Statement ;
326 sp:predicate rdf:type ; 340 sp:predicate rdf:type ;
327 - sp:subject _:b24 341 + sp:subject _:b27
328 ] [ sp:object spin:_this ; 342 ] [ sp:object spin:_this ;
329 sp:predicate rdf:subject ; 343 sp:predicate rdf:subject ;
330 - sp:subject _:b24 344 + sp:subject _:b27
331 - ] [ sp:object _:b23 ; 345 + ] [ sp:object _:b26 ;
332 sp:predicate rdf:predicate ; 346 sp:predicate rdf:predicate ;
333 - sp:subject _:b24 347 + sp:subject _:b27
334 - ] [ sp:object _:b22 ; 348 + ] [ sp:object _:b25 ;
335 sp:predicate rdf:object ; 349 sp:predicate rdf:object ;
336 - sp:subject _:b24 350 + sp:subject _:b27
337 - ] [ sp:object _:b24 ; 351 + ] [ sp:object _:b27 ;
338 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; 352 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
339 - sp:subject _:b22 353 + sp:subject _:b25
340 ]) ; 354 ]) ;
341 - sp:where ([ sp:object _:b25 ; 355 + sp:where ([ sp:object _:b28 ;
342 sp:predicate owl:allValuesFrom ; 356 sp:predicate owl:allValuesFrom ;
343 - sp:subject _:b26 357 + sp:subject _:b29
344 - ] [ sp:object _:b23 ; 358 + ] [ sp:object _:b26 ;
345 sp:predicate owl:onProperty ; 359 sp:predicate owl:onProperty ;
346 - sp:subject _:b26 360 + sp:subject _:b29
347 - ] [ sp:object _:b25 ; 361 + ] [ sp:object _:b28 ;
348 sp:predicate rdf:type ; 362 sp:predicate rdf:type ;
349 - sp:subject _:b22 363 + sp:subject _:b25
350 - ] [ sp:object _:b22 ; 364 + ] [ sp:object _:b25 ;
351 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; 365 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
352 sp:subject spin:_this 366 sp:subject spin:_this
353 - ] [ sp:object _:b27 ; 367 + ] [ sp:object _:b30 ;
354 sp:predicate rdf:type ; 368 sp:predicate rdf:type ;
355 sp:subject spin:_this 369 sp:subject spin:_this
356 ] [ rdf:type sp:TriplePath ; 370 ] [ rdf:type sp:TriplePath ;
357 - sp:object _:b26 ; 371 + sp:object _:b29 ;
358 sp:path [ rdf:type sp:ModPath ; 372 sp:path [ rdf:type sp:ModPath ;
359 sp:modMax -2 ; 373 sp:modMax -2 ;
360 sp:modMin 0 ; 374 sp:modMin 0 ;
361 sp:subPath rdfs:subClassOf 375 sp:subPath rdfs:subClassOf
362 ] ; 376 ] ;
363 - sp:subject _:b27 377 + sp:subject _:b30
364 ]) 378 ])
365 ] ; 379 ] ;
366 spin:rule 380 spin:rule
367 [ rdf:type sp:Construct ; 381 [ rdf:type sp:Construct ;
368 - rdfs:comment "STEP 004 - Construct UOM values"^^xsd:string ; 382 + rdfs:comment "STEP 002 - Construct datatype datetime values"^^xsd:string ;
369 - sp:templates ([ sp:object _:b28 ; 383 + sp:templates ([ sp:object _:b31 ;
370 - sp:predicate rdf:type ;
371 - sp:subject _:b29
372 - ] [ sp:object _:b30 ;
373 - sp:predicate ddr:uom ;
374 - sp:subject _:b29
375 - ] [ sp:object _:b31 ;
376 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
377 - sp:subject _:b29
378 - ] [ sp:object _:b29 ;
379 sp:predicate _:b32 ; 384 sp:predicate _:b32 ;
380 sp:subject spin:_this 385 sp:subject spin:_this
381 ] [ sp:object rdf:Statement ; 386 ] [ sp:object rdf:Statement ;
...@@ -400,14 +405,11 @@ ddr:Thing ...@@ -400,14 +405,11 @@ ddr:Thing
400 ] [ sp:object _:b35 ; 405 ] [ sp:object _:b35 ;
401 sp:predicate rdf:type ; 406 sp:predicate rdf:type ;
402 sp:subject _:b34 407 sp:subject _:b34
403 - ] [ sp:object _:b30 ;
404 - sp:predicate ddr:uom ;
405 - sp:subject _:b34
406 ] [ rdf:type sp:NotExists ; 408 ] [ rdf:type sp:NotExists ;
407 sp:elements ([ sp:object 409 sp:elements ([ sp:object
408 - [ sp:varName "aNode"^^xsd:string 410 + [ sp:varName "uom"^^xsd:string
409 ] ; 411 ] ;
410 - sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; 412 + sp:predicate ddr:uom ;
411 sp:subject _:b34 413 sp:subject _:b34
412 ]) 414 ])
413 ] [ rdf:type sp:Bind ; 415 ] [ rdf:type sp:Bind ;
...@@ -420,27 +422,22 @@ ddr:Thing ...@@ -420,27 +422,22 @@ ddr:Thing
420 sp:expression 422 sp:expression
421 [ rdf:type smf:buildURI ; 423 [ rdf:type smf:buildURI ;
422 sp:arg1 [ rdf:type fn:concat ; 424 sp:arg1 [ rdf:type fn:concat ;
423 - sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#has" ; 425 + sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ;
424 - sp:arg2 [ rdf:type smf:titleCase ; 426 + sp:arg2 _:b36
425 - sp:arg1 _:b36
426 - ]
427 ] 427 ]
428 ] ; 428 ] ;
429 sp:variable _:b32 429 sp:variable _:b32
430 - ] [ sp:object owl:ObjectProperty ; 430 + ] [ sp:object owl:DatatypeProperty ;
431 sp:predicate rdf:type ; 431 sp:predicate rdf:type ;
432 sp:subject _:b32 432 sp:subject _:b32
433 ] [ sp:object _:b32 ; 433 ] [ sp:object _:b32 ;
434 sp:predicate owl:onProperty ; 434 sp:predicate owl:onProperty ;
435 sp:subject _:b37 435 sp:subject _:b37
436 - ] [ sp:object _:b28 ; 436 + ] [ sp:object _:b38 ;
437 sp:predicate owl:allValuesFrom ; 437 sp:predicate owl:allValuesFrom ;
438 sp:subject _:b37 438 sp:subject _:b37
439 - ] [ sp:object _:b38 ;
440 - sp:predicate rdf:type ;
441 - sp:subject spin:_this
442 ] [ rdf:type sp:TriplePath ; 439 ] [ rdf:type sp:TriplePath ;
443 - sp:object _:b37 ; 440 + sp:object xsd:dateTime ;
444 sp:path [ rdf:type sp:ModPath ; 441 sp:path [ rdf:type sp:ModPath ;
445 sp:modMax -2 ; 442 sp:modMax -2 ;
446 sp:modMin 0 ; 443 sp:modMin 0 ;
...@@ -456,9 +453,20 @@ ddr:Thing ...@@ -456,9 +453,20 @@ ddr:Thing
456 ] [ sp:object _:b40 ; 453 ] [ sp:object _:b40 ;
457 sp:predicate sxml:text ; 454 sp:predicate sxml:text ;
458 sp:subject _:b39 455 sp:subject _:b39
456 + ] [ sp:object _:b41 ;
457 + sp:predicate rdf:type ;
458 + sp:subject spin:_this
459 + ] [ rdf:type sp:TriplePath ;
460 + sp:object _:b37 ;
461 + sp:path [ rdf:type sp:ModPath ;
462 + sp:modMax -2 ;
463 + sp:modMin 0 ;
464 + sp:subPath rdfs:subClassOf
465 + ] ;
466 + sp:subject _:b41
459 ] [ rdf:type sp:Bind ; 467 ] [ rdf:type sp:Bind ;
460 sp:expression 468 sp:expression
461 - [ rdf:type xsd:double ; 469 + [ rdf:type xsd:dateTime ;
462 sp:arg1 _:b40 470 sp:arg1 _:b40
463 ] ; 471 ] ;
464 sp:variable _:b31 472 sp:variable _:b31
...@@ -466,99 +474,91 @@ ddr:Thing ...@@ -466,99 +474,91 @@ ddr:Thing
466 ] ; 474 ] ;
467 spin:rule 475 spin:rule
468 [ rdf:type sp:Construct ; 476 [ rdf:type sp:Construct ;
469 - rdfs:comment "STEP 006 - Construct Enumerated Values"^^xsd:string ; 477 + rdfs:comment "STEP 003 - Construct datatype string values"^^xsd:string ;
470 - sp:templates ([ sp:object _:b41 ; 478 + sp:templates ([ sp:object _:b42 ;
471 - sp:predicate _:b42 ; 479 + sp:predicate _:b43 ;
472 sp:subject spin:_this 480 sp:subject spin:_this
473 ] [ sp:object rdf:Statement ; 481 ] [ sp:object rdf:Statement ;
474 sp:predicate rdf:type ; 482 sp:predicate rdf:type ;
475 - sp:subject _:b43 483 + sp:subject _:b44
476 ] [ sp:object spin:_this ; 484 ] [ sp:object spin:_this ;
477 sp:predicate rdf:subject ; 485 sp:predicate rdf:subject ;
478 - sp:subject _:b43 486 + sp:subject _:b44
479 - ] [ sp:object _:b42 ; 487 + ] [ sp:object _:b43 ;
480 sp:predicate rdf:predicate ; 488 sp:predicate rdf:predicate ;
481 - sp:subject _:b43 489 + sp:subject _:b44
482 - ] [ sp:object _:b41 ; 490 + ] [ sp:object _:b42 ;
483 sp:predicate rdf:object ; 491 sp:predicate rdf:object ;
484 - sp:subject _:b43
485 - ] [ sp:object _:b43 ;
486 - sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
487 sp:subject _:b44 492 sp:subject _:b44
493 + ] [ sp:object _:b44 ;
494 + sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
495 + sp:subject _:b45
488 ]) ; 496 ]) ;
489 - sp:where ([ sp:object _:b44 ; 497 + sp:where ([ sp:object _:b45 ;
490 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; 498 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
491 sp:subject spin:_this 499 sp:subject spin:_this
492 - ] [ sp:object _:b45 ; 500 + ] [ sp:object _:b46 ;
493 sp:predicate rdf:type ; 501 sp:predicate rdf:type ;
494 - sp:subject _:b44 502 + sp:subject _:b45
495 ] [ rdf:type sp:NotExists ; 503 ] [ rdf:type sp:NotExists ;
496 sp:elements ([ sp:object 504 sp:elements ([ sp:object
497 [ sp:varName "uom"^^xsd:string 505 [ sp:varName "uom"^^xsd:string
498 ] ; 506 ] ;
499 sp:predicate ddr:uom ; 507 sp:predicate ddr:uom ;
500 - sp:subject _:b44 508 + sp:subject _:b45
501 ]) 509 ])
502 ] [ rdf:type sp:Bind ; 510 ] [ rdf:type sp:Bind ;
503 sp:expression 511 sp:expression
504 - [ rdf:type smf:titleCase ; 512 + [ rdf:type afn:localname ;
505 - sp:arg1 [ rdf:type afn:localname ; 513 + sp:arg1 _:b46
506 - sp:arg1 _:b45
507 - ]
508 ] ; 514 ] ;
509 - sp:variable _:b46 515 + sp:variable _:b47
510 ] [ rdf:type sp:Bind ; 516 ] [ rdf:type sp:Bind ;
511 sp:expression 517 sp:expression
512 [ rdf:type smf:buildURI ; 518 [ rdf:type smf:buildURI ;
513 sp:arg1 [ rdf:type fn:concat ; 519 sp:arg1 [ rdf:type fn:concat ;
514 - sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#has" ; 520 + sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ;
515 - sp:arg2 _:b46 521 + sp:arg2 _:b47
516 ] 522 ]
517 ] ; 523 ] ;
518 - sp:variable _:b42 524 + sp:variable _:b43
519 - ] [ sp:object owl:ObjectProperty ; 525 + ] [ sp:object owl:DatatypeProperty ;
520 sp:predicate rdf:type ; 526 sp:predicate rdf:type ;
521 - sp:subject _:b42 527 + sp:subject _:b43
522 - ] [ sp:object _:b42 ; 528 + ] [ sp:object _:b43 ;
523 sp:predicate owl:onProperty ; 529 sp:predicate owl:onProperty ;
524 - sp:subject _:b47 530 + sp:subject _:b48
525 - ] [ sp:object _:b48 ;
526 - sp:predicate owl:allValuesFrom ;
527 - sp:subject _:b47
528 ] [ sp:object _:b49 ; 531 ] [ sp:object _:b49 ;
529 - sp:predicate rdf:type ; 532 + sp:predicate owl:allValuesFrom ;
530 - sp:subject spin:_this 533 + sp:subject _:b48
531 ] [ rdf:type sp:TriplePath ; 534 ] [ rdf:type sp:TriplePath ;
532 - sp:object _:b47 ; 535 + sp:object xsd:string ;
533 sp:path [ rdf:type sp:ModPath ; 536 sp:path [ rdf:type sp:ModPath ;
534 sp:modMax -2 ; 537 sp:modMax -2 ;
535 sp:modMin 0 ; 538 sp:modMin 0 ;
536 sp:subPath rdfs:subClassOf 539 sp:subPath rdfs:subClassOf
537 ] ; 540 ] ;
538 sp:subject _:b49 541 sp:subject _:b49
539 - ] [ rdf:type sp:TriplePath ;
540 - sp:object <http://www.linkedmodel.org/schema/dtype#EnumeratedValue> ;
541 - sp:path [ rdf:type sp:ModPath ;
542 - sp:modMax -2 ;
543 - sp:modMin 0 ;
544 - sp:subPath rdfs:subClassOf
545 - ] ;
546 - sp:subject _:b48
547 ] [ sp:object _:b50 ; 542 ] [ sp:object _:b50 ;
548 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; 543 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
549 - sp:subject _:b44 544 + sp:subject _:b45
550 ] [ sp:object sxml:TextNode ; 545 ] [ sp:object sxml:TextNode ;
551 sp:predicate rdf:type ; 546 sp:predicate rdf:type ;
552 sp:subject _:b50 547 sp:subject _:b50
553 - ] [ sp:object _:b51 ; 548 + ] [ sp:object _:b42 ;
554 sp:predicate sxml:text ; 549 sp:predicate sxml:text ;
555 sp:subject _:b50 550 sp:subject _:b50
556 - ] [ sp:object _:b48 ;
557 - sp:predicate rdf:type ;
558 - sp:subject _:b41
559 ] [ sp:object _:b51 ; 551 ] [ sp:object _:b51 ;
560 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 552 + sp:predicate rdf:type ;
561 - sp:subject _:b41 553 + sp:subject spin:_this
554 + ] [ rdf:type sp:TriplePath ;
555 + sp:object _:b48 ;
556 + sp:path [ rdf:type sp:ModPath ;
557 + sp:modMax -2 ;
558 + sp:modMin 0 ;
559 + sp:subPath rdfs:subClassOf
560 + ] ;
561 + sp:subject _:b51
562 ]) 562 ])
563 ] . 563 ] .
564 564
...@@ -575,157 +575,148 @@ ddr:version ...@@ -575,157 +575,148 @@ ddr:version
575 575
576 <http://www.reportinghub.no/ep/transform/1.1/ddr> 576 <http://www.reportinghub.no/ep/transform/1.1/ddr>
577 rdf:type owl:Ontology ; 577 rdf:type owl:Ontology ;
578 - owl:imports <http://spinrdf.org/spin> , <http://topbraid.org/sxml> , <http://www.reportinghub.no/ep/schema/1.1.1/ddr> , <http://www.reportinghub.no/ep/schema/1.1/activity> ; 578 + owl:imports <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/ep/schema/1.1.1/ddr> , <http://topbraid.org/sxml> , <http://spinrdf.org/spin> ;
579 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 579 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
580 580
581 owl:Thing 581 owl:Thing
582 spin:query 582 spin:query
583 [ rdf:type sp:Select ; 583 [ rdf:type sp:Select ;
584 - sp:where ([ sp:object 584 + sp:resultVariables (_:b52 _:b53 _:b54 _:b55) ;
585 - [ sp:varName "p"^^xsd:string
586 - ] ;
587 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
588 - sp:subject _:b52
589 - ] [ rdf:type sp:NotExists ;
590 - sp:elements ([ sp:object
591 - [ sp:varName "b"^^xsd:string
592 - ] ;
593 - sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
594 - sp:subject _:b52
595 - ])
596 - ])
597 - ] ;
598 - spin:query
599 - [ rdf:type sp:Select ;
600 - sp:resultVariables (_:b53 _:b54 _:b55 _:b56) ;
601 - sp:where ([ sp:object _:b56 ;
602 - sp:predicate <http://www.w3.org/ns/sawsdl#modelReference> ;
603 - sp:subject _:b55
604 - ] [ sp:object _:b55 ;
605 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
606 - sp:subject _:b54
607 - ] [ rdf:type sp:Union ;
608 - sp:elements (([ sp:object <http://topbraid.org/sxsd#Sequence> ;
609 - sp:predicate rdf:type ;
610 - sp:subject _:b54
611 - ]) ([ sp:object <http://topbraid.org/sxsd#Choice> ;
612 - sp:predicate rdf:type ;
613 - sp:subject _:b54
614 - ]))
615 - ] [ sp:object _:b54 ;
616 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
617 - sp:subject _:b53
618 - ])
619 - ] ;
620 - spin:query
621 - [ rdf:type sp:Select ;
622 - sp:resultVariables (_:b57 _:b58 _:b59 _:b60) ;
623 sp:where ([ sp:object <http://topbraid.org/sxsd#ComplexType> ; 585 sp:where ([ sp:object <http://topbraid.org/sxsd#ComplexType> ;
624 sp:predicate rdf:type ; 586 sp:predicate rdf:type ;
625 - sp:subject _:b61 587 + sp:subject _:b56
626 ] [ rdf:type sp:TriplePath ; 588 ] [ rdf:type sp:TriplePath ;
627 - sp:object _:b62 ; 589 + sp:object _:b57 ;
628 sp:path [ rdf:type sp:ModPath ; 590 sp:path [ rdf:type sp:ModPath ;
629 sp:modMax -2 ; 591 sp:modMax -2 ;
630 sp:modMin 0 ; 592 sp:modMin 0 ;
631 sp:subPath <http://www.topbraid.org/2007/05/composite.owl#child> 593 sp:subPath <http://www.topbraid.org/2007/05/composite.owl#child>
632 ] ; 594 ] ;
633 - sp:subject _:b61 595 + sp:subject _:b56
634 - ] [ sp:object _:b63 ; 596 + ] [ sp:object _:b58 ;
635 sp:predicate <http://topbraid.org/sxsd#name> ; 597 sp:predicate <http://topbraid.org/sxsd#name> ;
636 - sp:subject _:b61 598 + sp:subject _:b56
637 - ] [ sp:object _:b60 ; 599 + ] [ sp:object _:b55 ;
638 sp:predicate <http://www.w3.org/ns/sawsdl#modelReference> ; 600 sp:predicate <http://www.w3.org/ns/sawsdl#modelReference> ;
639 - sp:subject _:b62 601 + sp:subject _:b57
640 - ] [ sp:object _:b64 ; 602 + ] [ sp:object _:b59 ;
641 sp:predicate <http://topbraid.org/sxsd#name> ; 603 sp:predicate <http://topbraid.org/sxsd#name> ;
642 - sp:subject _:b62 604 + sp:subject _:b57
643 ] [ rdf:type sp:Bind ; 605 ] [ rdf:type sp:Bind ;
644 sp:expression 606 sp:expression
645 [ rdf:type spif:titleCase ; 607 [ rdf:type spif:titleCase ;
646 - sp:arg1 _:b64 608 + sp:arg1 _:b59
647 ] ; 609 ] ;
648 - sp:variable _:b65 610 + sp:variable _:b60
649 ] [ rdf:type sp:Bind ; 611 ] [ rdf:type sp:Bind ;
650 sp:expression 612 sp:expression
651 [ rdf:type smf:buildURI ; 613 [ rdf:type smf:buildURI ;
652 sp:arg1 [ rdf:type fn:concat ; 614 sp:arg1 [ rdf:type fn:concat ;
653 sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#has" ; 615 sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#has" ;
654 - sp:arg2 _:b65 616 + sp:arg2 _:b60
655 ] 617 ]
656 ] ; 618 ] ;
657 - sp:variable _:b59 619 + sp:variable _:b54
658 ] [ rdf:type sp:Bind ; 620 ] [ rdf:type sp:Bind ;
659 sp:expression 621 sp:expression
660 [ rdf:type spif:titleCase ; 622 [ rdf:type spif:titleCase ;
661 - sp:arg1 _:b63 ; 623 + sp:arg1 _:b58 ;
662 sp:arg2 "[a-z]s" 624 sp:arg2 "[a-z]s"
663 ] ; 625 ] ;
664 - sp:variable _:b66 626 + sp:variable _:b61
665 ] [ rdf:type sp:Bind ; 627 ] [ rdf:type sp:Bind ;
666 sp:expression 628 sp:expression
667 [ rdf:type smf:buildURI ; 629 [ rdf:type smf:buildURI ;
668 sp:arg1 [ rdf:type fn:concat ; 630 sp:arg1 [ rdf:type fn:concat ;
669 sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ; 631 sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ;
670 - sp:arg2 _:b66 632 + sp:arg2 _:b61
671 ] 633 ]
672 ] ; 634 ] ;
673 - sp:variable _:b58 635 + sp:variable _:b53
674 ] [ rdf:type sp:Bind ; 636 ] [ rdf:type sp:Bind ;
675 sp:expression 637 sp:expression
676 [ rdf:type smf:buildURI ; 638 [ rdf:type smf:buildURI ;
677 sp:arg1 [ rdf:type fn:concat ; 639 sp:arg1 [ rdf:type fn:concat ;
678 sp:arg1 "http://www.reportinghub.no/map/ddr#" ; 640 sp:arg1 "http://www.reportinghub.no/map/ddr#" ;
679 - sp:arg2 _:b66 ; 641 + sp:arg2 _:b61 ;
680 sp:arg3 "-has" ; 642 sp:arg3 "-has" ;
681 - sp:arg4 _:b65 643 + sp:arg4 _:b60
682 ] 644 ]
683 ] ; 645 ] ;
684 - sp:variable _:b57 646 + sp:variable _:b52
647 + ])
648 + ] ;
649 + spin:query
650 + [ rdf:type sp:Select ;
651 + sp:resultVariables (_:b62 _:b63 _:b64 _:b65) ;
652 + sp:where ([ sp:object _:b65 ;
653 + sp:predicate <http://www.w3.org/ns/sawsdl#modelReference> ;
654 + sp:subject _:b64
655 + ] [ sp:object _:b64 ;
656 + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
657 + sp:subject _:b63
658 + ] [ rdf:type sp:Union ;
659 + sp:elements (([ sp:object <http://topbraid.org/sxsd#Sequence> ;
660 + sp:predicate rdf:type ;
661 + sp:subject _:b63
662 + ]) ([ sp:object <http://topbraid.org/sxsd#Choice> ;
663 + sp:predicate rdf:type ;
664 + sp:subject _:b63
665 + ]))
666 + ] [ sp:object _:b63 ;
667 + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
668 + sp:subject _:b62
669 + ])
670 + ] ;
671 + spin:query
672 + [ rdf:type sp:Select ;
673 + sp:where ([ sp:object
674 + [ sp:varName "p"^^xsd:string
675 + ] ;
676 + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
677 + sp:subject _:b66
678 + ] [ rdf:type sp:NotExists ;
679 + sp:elements ([ sp:object
680 + [ sp:varName "b"^^xsd:string
681 + ] ;
682 + sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
683 + sp:subject _:b66
684 + ])
685 ]) 685 ])
686 ] . 686 ] .
687 687
688 -_:b41
689 - sp:varName "enumeratedValue"^^xsd:string .
690 -
691 _:b42 688 _:b42
692 - sp:varName "opnameU"^^xsd:string . 689 + sp:varName "text"^^xsd:string .
693 690
694 -_:b44 691 +_:b43
695 - sp:varName "child"^^xsd:string . 692 + sp:varName "dtpnameU"^^xsd:string .
696 693
697 _:b45 694 _:b45
698 - sp:varName "childType"^^xsd:string . 695 + sp:varName "child"^^xsd:string .
699 696
700 _:b46 697 _:b46
701 - sp:varName "childLocalName"^^xsd:string . 698 + sp:varName "childType"^^xsd:string .
702 699
703 _:b47 700 _:b47
704 - sp:varName "valuesRestriction"^^xsd:string . 701 + sp:varName "childLocalName"^^xsd:string .
705 702
706 _:b48 703 _:b48
707 - sp:varName "rangeU"^^xsd:string . 704 + sp:varName "valuesRestriction"^^xsd:string .
708 705
709 _:b49 706 _:b49
710 - sp:varName "instType"^^xsd:string . 707 + sp:varName "rangeType"^^xsd:string .
711 708
712 _:b50 709 _:b50
713 sp:varName "textNode"^^xsd:string . 710 sp:varName "textNode"^^xsd:string .
714 711
715 _:b51 712 _:b51
716 - sp:varName "text"^^xsd:string . 713 + sp:varName "instType"^^xsd:string .
717 -
718 -_:b28
719 - sp:varName "rangeU"^^xsd:string .
720 -
721 -_:b30
722 - sp:varName "uom"^^xsd:string .
723 714
724 _:b31 715 _:b31
725 - sp:varName "value"^^xsd:string . 716 + sp:varName "dateTime"^^xsd:string .
726 717
727 _:b32 718 _:b32
728 - sp:varName "opnameU"^^xsd:string . 719 + sp:varName "dtpnameU"^^xsd:string .
729 720
730 _:b34 721 _:b34
731 sp:varName "child"^^xsd:string . 722 sp:varName "child"^^xsd:string .
...@@ -737,10 +728,10 @@ _:b36 ...@@ -737,10 +728,10 @@ _:b36
737 sp:varName "childLocalName"^^xsd:string . 728 sp:varName "childLocalName"^^xsd:string .
738 729
739 _:b37 730 _:b37
740 - sp:varName "allValuesRestriction"^^xsd:string . 731 + sp:varName "valuesRestriction"^^xsd:string .
741 732
742 _:b38 733 _:b38
743 - sp:varName "instType"^^xsd:string . 734 + sp:varName "rangeType"^^xsd:string .
744 735
745 _:b39 736 _:b39
746 sp:varName "textNode"^^xsd:string . 737 sp:varName "textNode"^^xsd:string .
...@@ -748,54 +739,60 @@ _:b39 ...@@ -748,54 +739,60 @@ _:b39
748 _:b40 739 _:b40
749 sp:varName "text"^^xsd:string . 740 sp:varName "text"^^xsd:string .
750 741
751 -_:b22 742 +_:b41
743 + sp:varName "instType"^^xsd:string .
744 +
745 +_:b25
752 sp:varName "child"^^xsd:string . 746 sp:varName "child"^^xsd:string .
753 747
754 -_:b23 748 +_:b26
755 sp:varName "formalProperty"^^xsd:string . 749 sp:varName "formalProperty"^^xsd:string .
756 750
757 -_:b25 751 +_:b28
758 sp:varName "childType"^^xsd:string . 752 sp:varName "childType"^^xsd:string .
759 753
760 -_:b26 754 +_:b29
761 sp:varName "valuesRestriction"^^xsd:string . 755 sp:varName "valuesRestriction"^^xsd:string .
762 756
763 -_:b27 757 +_:b30
764 sp:varName "instType"^^xsd:string . 758 sp:varName "instType"^^xsd:string .
765 759
766 -_:b11
767 - sp:varName "dateTime"^^xsd:string .
768 -
769 _:b12 760 _:b12
770 - sp:varName "dtpnameU"^^xsd:string . 761 + sp:varName "rangeU"^^xsd:string .
771 762
772 _:b14 763 _:b14
773 - sp:varName "child"^^xsd:string . 764 + sp:varName "uom"^^xsd:string .
774 765
775 _:b15 766 _:b15
776 - sp:varName "childType"^^xsd:string . 767 + sp:varName "value"^^xsd:string .
777 768
778 _:b16 769 _:b16
779 - sp:varName "childLocalName"^^xsd:string . 770 + sp:varName "opnameU"^^xsd:string .
780 -
781 -_:b17
782 - sp:varName "valuesRestriction"^^xsd:string .
783 771
784 _:b18 772 _:b18
785 - sp:varName "rangeType"^^xsd:string . 773 + sp:varName "child"^^xsd:string .
786 774
787 _:b19 775 _:b19
788 - sp:varName "textNode"^^xsd:string . 776 + sp:varName "childType"^^xsd:string .
789 777
790 _:b20 778 _:b20
791 - sp:varName "text"^^xsd:string . 779 + sp:varName "childLocalName"^^xsd:string .
792 780
793 _:b21 781 _:b21
782 + sp:varName "allValuesRestriction"^^xsd:string .
783 +
784 +_:b22
794 sp:varName "instType"^^xsd:string . 785 sp:varName "instType"^^xsd:string .
795 786
796 -_:b1 sp:varName "text"^^xsd:string . 787 +_:b23
788 + sp:varName "textNode"^^xsd:string .
789 +
790 +_:b24
791 + sp:varName "text"^^xsd:string .
792 +
793 +_:b1 sp:varName "enumeratedValue"^^xsd:string .
797 794
798 -_:b2 sp:varName "dtpnameU"^^xsd:string . 795 +_:b2 sp:varName "opnameU"^^xsd:string .
799 796
800 _:b4 sp:varName "child"^^xsd:string . 797 _:b4 sp:varName "child"^^xsd:string .
801 798
...@@ -805,54 +802,57 @@ _:b6 sp:varName "childLocalName"^^xsd:string . ...@@ -805,54 +802,57 @@ _:b6 sp:varName "childLocalName"^^xsd:string .
805 802
806 _:b7 sp:varName "valuesRestriction"^^xsd:string . 803 _:b7 sp:varName "valuesRestriction"^^xsd:string .
807 804
808 -_:b8 sp:varName "rangeType"^^xsd:string . 805 +_:b8 sp:varName "rangeU"^^xsd:string .
809 806
810 -_:b9 sp:varName "textNode"^^xsd:string . 807 +_:b9 sp:varName "instType"^^xsd:string .
811 808
812 _:b10 809 _:b10
813 - sp:varName "instType"^^xsd:string . 810 + sp:varName "textNode"^^xsd:string .
814 -
815 -_:b57
816 - sp:varName "ddrCPU"^^xsd:string .
817 -
818 -_:b58
819 - sp:varName "ddrCU"^^xsd:string .
820 -
821 -_:b59
822 - sp:varName "ddrPU"^^xsd:string .
823 811
824 -_:b60 812 +_:b11
825 - sp:varName "mre"^^xsd:string . 813 + sp:varName "text"^^xsd:string .
826 814
827 -_:b61 815 +_:b66
828 - sp:varName "s"^^xsd:string . 816 + sp:varName "c"^^xsd:string .
829 817
830 _:b62 818 _:b62
831 - sp:varName "c"^^xsd:string . 819 + sp:varName "pp"^^xsd:string .
832 820
833 _:b63 821 _:b63
834 - sp:varName "name"^^xsd:string . 822 + sp:varName "p"^^xsd:string .
835 823
836 _:b64 824 _:b64
837 - sp:varName "pname"^^xsd:string . 825 + sp:varName "s"^^xsd:string .
838 826
839 _:b65 827 _:b65
840 - sp:varName "tcpname"^^xsd:string . 828 + sp:varName "e"^^xsd:string .
841 829
842 -_:b66 830 +_:b52
843 - sp:varName "tcname"^^xsd:string . 831 + sp:varName "ddrCPU"^^xsd:string .
844 832
845 _:b53 833 _:b53
846 - sp:varName "pp"^^xsd:string . 834 + sp:varName "ddrCU"^^xsd:string .
847 835
848 _:b54 836 _:b54
849 - sp:varName "p"^^xsd:string . 837 + sp:varName "ddrPU"^^xsd:string .
850 838
851 _:b55 839 _:b55
852 - sp:varName "s"^^xsd:string . 840 + sp:varName "mre"^^xsd:string .
853 841
854 _:b56 842 _:b56
855 - sp:varName "e"^^xsd:string . 843 + sp:varName "s"^^xsd:string .
856 844
857 -_:b52 845 +_:b57
858 sp:varName "c"^^xsd:string . 846 sp:varName "c"^^xsd:string .
847 +
848 +_:b58
849 + sp:varName "name"^^xsd:string .
850 +
851 +_:b59
852 + sp:varName "pname"^^xsd:string .
853 +
854 +_:b60
855 + sp:varName "tcpname"^^xsd:string .
856 +
857 +_:b61
858 + sp:varName "tcname"^^xsd:string .
......
1 -# Saved by TopBraid on Sun Aug 07 12:57:52 PDT 2011 1 +# Saved by TopBraid on Sun Aug 07 15:58:36 PDT 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#> .
......