David Leal

millimeter -> millimetre in UoM to be consistent with spelling elsewhere.

1 -# Saved by TopBraid on Mon Sep 26 12:11:08 BST 2011 1 +# Saved by TopBraid on Tue Sep 27 08:25:47 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
...@@ -504,12 +504,12 @@ ep-spin-lib:buildURI ...@@ -504,12 +504,12 @@ ep-spin-lib:buildURI
504 ] ; 504 ] ;
505 spin:constraint 505 spin:constraint
506 [ rdf:type spl:Argument ; 506 [ rdf:type spl:Argument ;
507 - spl:predicate sp:arg1 ; 507 + spl:predicate sp:arg2 ;
508 spl:valueType xsd:string 508 spl:valueType xsd:string
509 ] ; 509 ] ;
510 spin:constraint 510 spin:constraint
511 [ rdf:type spl:Argument ; 511 [ rdf:type spl:Argument ;
512 - spl:predicate sp:arg2 ; 512 + spl:predicate sp:arg1 ;
513 spl:valueType xsd:string 513 spl:valueType xsd:string
514 ] . 514 ] .
515 515
...@@ -2256,7 +2256,7 @@ ep-spin-lib:selectLengthScale ...@@ -2256,7 +2256,7 @@ ep-spin-lib:selectLengthScale
2256 sp:arg1 spin:_arg1 ; 2256 sp:arg1 spin:_arg1 ;
2257 sp:arg2 ddr:LUMM_mm 2257 sp:arg2 ddr:LUMM_mm
2258 ] ; 2258 ] ;
2259 - sp:arg2 <http://www.reportinghub.no/ep/schema/core#millimeter> ; 2259 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#millimetre> ;
2260 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 2260 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2261 ] 2261 ]
2262 ] 2262 ]
...@@ -3300,6 +3300,9 @@ ddr:TTUC_Enumeration_1 ...@@ -3300,6 +3300,9 @@ ddr:TTUC_Enumeration_1
3300 rdfs:label "Enumeration"^^xsd:string ; 3300 rdfs:label "Enumeration"^^xsd:string ;
3301 dtype:value ddr:TTUC_degC . 3301 dtype:value ddr:TTUC_degC .
3302 3302
3303 +_:b57
3304 + sp:varName "lengthScale"^^xsd:string .
3305 +
3303 _:b88 3306 _:b88
3304 sp:varName "yieldPointScale"^^xsd:string . 3307 sp:varName "yieldPointScale"^^xsd:string .
3305 3308
...@@ -3551,6 +3554,3 @@ _:b3 sp:varName "uri"^^xsd:string . ...@@ -3551,6 +3554,3 @@ _:b3 sp:varName "uri"^^xsd:string .
3551 _:b2 sp:varName "uri"^^xsd:string . 3554 _:b2 sp:varName "uri"^^xsd:string .
3552 3555
3553 _:b1 sp:varName "uri"^^xsd:string . 3556 _:b1 sp:varName "uri"^^xsd:string .
3554 -
3555 -_:b57
3556 - sp:varName "lengthScale"^^xsd:string .
......
1 -# Saved by TopBraid on Mon Sep 26 12:11:09 BST 2011 1 +# Saved by TopBraid on Tue Sep 27 08:25:47 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#> .
......