David Price

Fixed meter in lib and bitRecord header in ddr-tables

This diff could not be displayed because it is too large.
1 -# Saved by TopBraid on Sun Sep 25 23:15:20 BST 2011 1 +# Saved by TopBraid on Mon Sep 26 14:05:38 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 Mon Sep 26 12:11:08 BST 2011
1 # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib 2 # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib
2 -# imports: http://spinrdf.org/spin
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/activity
4 -# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
5 -# imports: http://www.reportinghub.no/ep/schema/1.0/core
6 -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
7 # 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
5 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
8 # imports: http://www.reportinghub.no/ep/schema/1.0/well 6 # imports: http://www.reportinghub.no/ep/schema/1.0/well
7 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
8 +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
9 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
9 # imports: http://www.reportinghub.no/ep/schema/drilling-equipment-type 10 # imports: http://www.reportinghub.no/ep/schema/drilling-equipment-type
11 +# imports: http://spinrdf.org/spin
10 # imports: http://www.reportinghub.no/spin/rh 12 # imports: http://www.reportinghub.no/spin/rh
11 -# imports: http://www.witsml.org/schemas/1series
12 13
13 @prefix activity-purpose: <http://www.reportinghub.no/ep/schema/1.0/activity-purpose#> . 14 @prefix activity-purpose: <http://www.reportinghub.no/ep/schema/1.0/activity-purpose#> .
14 @prefix ddr: <http://www.witsml.org/schemas/1series#> . 15 @prefix ddr: <http://www.witsml.org/schemas/1series#> .
...@@ -28,7 +29,7 @@ ...@@ -28,7 +29,7 @@
28 29
29 <http://www.reportinghub.no/ep/spin/1.1/lib> 30 <http://www.reportinghub.no/ep/spin/1.1/lib>
30 rdf:type owl:Ontology ; 31 rdf:type owl:Ontology ;
31 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/drilling-equipment-type> , <http://www.reportinghub.no/spin/rh> , <http://www.witsml.org/schemas/1series> ; 32 + owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/drilling-equipment-type> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> ;
32 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 33 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
33 34
34 ep-spin-lib:Function 35 ep-spin-lib:Function
...@@ -503,12 +504,12 @@ ep-spin-lib:buildURI ...@@ -503,12 +504,12 @@ ep-spin-lib:buildURI
503 ] ; 504 ] ;
504 spin:constraint 505 spin:constraint
505 [ rdf:type spl:Argument ; 506 [ rdf:type spl:Argument ;
506 - spl:predicate sp:arg2 ; 507 + spl:predicate sp:arg1 ;
507 spl:valueType xsd:string 508 spl:valueType xsd:string
508 ] ; 509 ] ;
509 spin:constraint 510 spin:constraint
510 [ rdf:type spl:Argument ; 511 [ rdf:type spl:Argument ;
511 - spl:predicate sp:arg1 ; 512 + spl:predicate sp:arg2 ;
512 spl:valueType xsd:string 513 spl:valueType xsd:string
513 ] . 514 ] .
514 515
...@@ -2255,7 +2256,7 @@ ep-spin-lib:selectLengthScale ...@@ -2255,7 +2256,7 @@ ep-spin-lib:selectLengthScale
2255 sp:arg1 spin:_arg1 ; 2256 sp:arg1 spin:_arg1 ;
2256 sp:arg2 ddr:LUMM_mm 2257 sp:arg2 ddr:LUMM_mm
2257 ] ; 2258 ] ;
2258 - sp:arg2 <http://www.reportinghub.no/ep/schema/core#millimetre> ; 2259 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#millimeter> ;
2259 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 2260 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2260 ] 2261 ]
2261 ] 2262 ]
...@@ -3392,9 +3393,6 @@ _:b59 ...@@ -3392,9 +3393,6 @@ _:b59
3392 _:b58 3393 _:b58
3393 sp:varName "massPerUnitLengthScale"^^xsd:string . 3394 sp:varName "massPerUnitLengthScale"^^xsd:string .
3394 3395
3395 -_:b57
3396 - sp:varName "lengthScale"^^xsd:string .
3397 -
3398 _:b56 3396 _:b56
3399 sp:varName "dailyDrillingReportType"^^xsd:string . 3397 sp:varName "dailyDrillingReportType"^^xsd:string .
3400 3398
...@@ -3553,3 +3551,6 @@ _:b3 sp:varName "uri"^^xsd:string . ...@@ -3553,3 +3551,6 @@ _:b3 sp:varName "uri"^^xsd:string .
3553 _:b2 sp:varName "uri"^^xsd:string . 3551 _:b2 sp:varName "uri"^^xsd:string .
3554 3552
3555 _:b1 sp:varName "uri"^^xsd:string . 3553 _:b1 sp:varName "uri"^^xsd:string .
3554 +
3555 +_:b57
3556 + sp:varName "lengthScale"^^xsd:string .
......
1 -# Saved by TopBraid on Sun Sep 25 18:53:17 BST 2011 1 +# Saved by TopBraid on Mon Sep 26 12:11:09 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#> .
......