David Leal

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

# Saved by TopBraid on Mon Sep 26 12:11:08 BST 2011
# Saved by TopBraid on Tue Sep 27 08:25:47 BST 2011
# baseURI: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.witsml.org/schemas/1series
......@@ -504,12 +504,12 @@ ep-spin-lib:buildURI
] ;
spin:constraint
[ rdf:type spl:Argument ;
spl:predicate sp:arg1 ;
spl:predicate sp:arg2 ;
spl:valueType xsd:string
] ;
spin:constraint
[ rdf:type spl:Argument ;
spl:predicate sp:arg2 ;
spl:predicate sp:arg1 ;
spl:valueType xsd:string
] .
......@@ -2256,7 +2256,7 @@ ep-spin-lib:selectLengthScale
sp:arg1 spin:_arg1 ;
sp:arg2 ddr:LUMM_mm
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#millimeter> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#millimetre> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
]
......@@ -3300,6 +3300,9 @@ ddr:TTUC_Enumeration_1
rdfs:label "Enumeration"^^xsd:string ;
dtype:value ddr:TTUC_degC .
_:b57
sp:varName "lengthScale"^^xsd:string .
_:b88
sp:varName "yieldPointScale"^^xsd:string .
......@@ -3551,6 +3554,3 @@ _:b3 sp:varName "uri"^^xsd:string .
_:b2 sp:varName "uri"^^xsd:string .
_:b1 sp:varName "uri"^^xsd:string .
_:b57
sp:varName "lengthScale"^^xsd:string .
......
# Saved by TopBraid on Mon Sep 26 12:11:09 BST 2011
# Saved by TopBraid on Tue Sep 27 08:25:47 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......