David Leal

Used ep-core:humanRecognizableName for Well as well as WellBore; made it clear i…

…n the property name which properties are ppm by volume as opposed to ppm by mass.
# Saved by TopBraid on Sat Sep 24 18:13:56 BST 2011
# Saved by TopBraid on Sun Sep 25 18:53:17 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
......@@ -521,12 +521,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
] .
......@@ -2570,7 +2570,7 @@ ep-spin-lib:selectSpecificMassScale
sp:arg1 spin:_arg1 ;
sp:arg2 ddr:UPPM_ppm
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#partPerMillion> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#partPerMillionByMass> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
] ;
sp:variable _:b66
......@@ -3317,12 +3317,18 @@ ddr:TTUC_Enumeration_1
rdfs:label "Enumeration"^^xsd:string ;
dtype:value ddr:TTUC_degC .
_:b66
sp:varName "specificMassScale"^^xsd:string .
_:b89
sp:varName "yieldPointScale"^^xsd:string .
_:b88
sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string .
_:b87
sp:varName "wellTestType"^^xsd:string .
_:b86
sp:varName "wellKillingType"^^xsd:string .
......@@ -3359,6 +3365,12 @@ _:b76
_:b75
sp:varName "wellBoreDrillingType"^^xsd:string .
_:b74
sp:varName "volumetricFlowRateScale"^^xsd:string .
_:b73
sp:varName "volumeScale"^^xsd:string .
_:b72
sp:varName "tubeType"^^xsd:string .
......@@ -3374,6 +3386,9 @@ _:b69
_:b68
sp:varName "speedScale"^^xsd:string .
_:b67
sp:varName "specificVolumeScale"^^xsd:string .
_:b65
sp:varName "pressureTestType"^^xsd:string .
......@@ -3395,6 +3410,9 @@ _:b60
_:b59
sp:varName "massPerUnitLengthScale"^^xsd:string .
_:b58
sp:varName "lengthScale"^^xsd:string .
_:b57
sp:varName "dailyDrillingReportType"^^xsd:string .
......@@ -3556,21 +3574,3 @@ _:b3 sp:varName "uri"^^xsd:string .
_:b2 sp:varName "uri"^^xsd:string .
_:b1 sp:varName "uri"^^xsd:string .
_:b87
sp:varName "wellTestType"^^xsd:string .
_:b66
sp:varName "specificMassScale"^^xsd:string .
_:b74
sp:varName "volumetricFlowRateScale"^^xsd:string .
_:b58
sp:varName "lengthScale"^^xsd:string .
_:b73
sp:varName "volumeScale"^^xsd:string .
_:b67
sp:varName "specificVolumeScale"^^xsd:string .
......
# Saved by TopBraid on Sat Sep 24 18:13:56 BST 2011
# Saved by TopBraid on Sun Sep 25 18:53:17 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Sun Sep 25 12:02:12 BST 2011
# Saved by TopBraid on Sun Sep 25 18:41:25 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......