David Leal

Added missing volumetric flow rate uoms

# Saved by TopBraid on Tue Sep 27 08:25:47 BST 2011
# Saved by TopBraid on Tue Sep 27 10:05:18 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:arg2 ;
spl:predicate sp:arg1 ;
spl:valueType xsd:string
] ;
spin:constraint
[ rdf:type spl:Argument ;
spl:predicate sp:arg1 ;
spl:predicate sp:arg2 ;
spl:valueType xsd:string
] .
......@@ -2841,7 +2841,21 @@ ep-spin-lib:selectVolumetricFlowRateScale
sp:arg2 ddr:VFRUMCMPD_Mm3d
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#million_metre3_day-1> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 ddr:VFRUCMPD_m3d
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre3_day-1> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 ddr:VFRUCMPM_m3min
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre3_minute-1> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
]
] ;
sp:variable _:b73
])
......@@ -3300,8 +3314,8 @@ ddr:TTUC_Enumeration_1
rdfs:label "Enumeration"^^xsd:string ;
dtype:value ddr:TTUC_degC .
_:b57
sp:varName "lengthScale"^^xsd:string .
_:b73
sp:varName "volumetricFlowRateScale"^^xsd:string .
_:b88
sp:varName "yieldPointScale"^^xsd:string .
......@@ -3348,9 +3362,6 @@ _:b75
_:b74
sp:varName "wellBoreDrillingType"^^xsd:string .
_:b73
sp:varName "volumetricFlowRateScale"^^xsd:string .
_:b72
sp:varName "volumeScale"^^xsd:string .
......@@ -3396,6 +3407,9 @@ _:b59
_:b58
sp:varName "massPerUnitLengthScale"^^xsd:string .
_:b57
sp:varName "lengthScale"^^xsd:string .
_:b56
sp:varName "dailyDrillingReportType"^^xsd:string .
......
# Saved by TopBraid on Tue Sep 27 08:25:47 BST 2011
# Saved by TopBraid on Tue Sep 27 10:05:18 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......