David Leal

Added missing volumetric flow rate uoms

1 -# Saved by TopBraid on Tue Sep 27 08:25:47 BST 2011 1 +# Saved by TopBraid on Tue Sep 27 10:05:18 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:arg2 ; 507 + spl:predicate sp:arg1 ;
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:arg1 ; 512 + spl:predicate sp:arg2 ;
513 spl:valueType xsd:string 513 spl:valueType xsd:string
514 ] . 514 ] .
515 515
...@@ -2841,7 +2841,21 @@ ep-spin-lib:selectVolumetricFlowRateScale ...@@ -2841,7 +2841,21 @@ ep-spin-lib:selectVolumetricFlowRateScale
2841 sp:arg2 ddr:VFRUMCMPD_Mm3d 2841 sp:arg2 ddr:VFRUMCMPD_Mm3d
2842 ] ; 2842 ] ;
2843 sp:arg2 <http://www.reportinghub.no/ep/schema/core#million_metre3_day-1> ; 2843 sp:arg2 <http://www.reportinghub.no/ep/schema/core#million_metre3_day-1> ;
2844 - sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 2844 + sp:arg3 [ rdf:type sp:if ;
2845 + sp:arg1 [ rdf:type sp:eq ;
2846 + sp:arg1 spin:_arg1 ;
2847 + sp:arg2 ddr:VFRUCMPD_m3d
2848 + ] ;
2849 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre3_day-1> ;
2850 + sp:arg3 [ rdf:type sp:if ;
2851 + sp:arg1 [ rdf:type sp:eq ;
2852 + sp:arg1 spin:_arg1 ;
2853 + sp:arg2 ddr:VFRUCMPM_m3min
2854 + ] ;
2855 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre3_minute-1> ;
2856 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2857 + ]
2858 + ]
2845 ] ; 2859 ] ;
2846 sp:variable _:b73 2860 sp:variable _:b73
2847 ]) 2861 ])
...@@ -3300,8 +3314,8 @@ ddr:TTUC_Enumeration_1 ...@@ -3300,8 +3314,8 @@ ddr:TTUC_Enumeration_1
3300 rdfs:label "Enumeration"^^xsd:string ; 3314 rdfs:label "Enumeration"^^xsd:string ;
3301 dtype:value ddr:TTUC_degC . 3315 dtype:value ddr:TTUC_degC .
3302 3316
3303 -_:b57 3317 +_:b73
3304 - sp:varName "lengthScale"^^xsd:string . 3318 + sp:varName "volumetricFlowRateScale"^^xsd:string .
3305 3319
3306 _:b88 3320 _:b88
3307 sp:varName "yieldPointScale"^^xsd:string . 3321 sp:varName "yieldPointScale"^^xsd:string .
...@@ -3348,9 +3362,6 @@ _:b75 ...@@ -3348,9 +3362,6 @@ _:b75
3348 _:b74 3362 _:b74
3349 sp:varName "wellBoreDrillingType"^^xsd:string . 3363 sp:varName "wellBoreDrillingType"^^xsd:string .
3350 3364
3351 -_:b73
3352 - sp:varName "volumetricFlowRateScale"^^xsd:string .
3353 -
3354 _:b72 3365 _:b72
3355 sp:varName "volumeScale"^^xsd:string . 3366 sp:varName "volumeScale"^^xsd:string .
3356 3367
...@@ -3396,6 +3407,9 @@ _:b59 ...@@ -3396,6 +3407,9 @@ _:b59
3396 _:b58 3407 _:b58
3397 sp:varName "massPerUnitLengthScale"^^xsd:string . 3408 sp:varName "massPerUnitLengthScale"^^xsd:string .
3398 3409
3410 +_:b57
3411 + sp:varName "lengthScale"^^xsd:string .
3412 +
3399 _:b56 3413 _:b56
3400 sp:varName "dailyDrillingReportType"^^xsd:string . 3414 sp:varName "dailyDrillingReportType"^^xsd:string .
3401 3415
......
1 -# Saved by TopBraid on Tue Sep 27 08:25:47 BST 2011 1 +# Saved by TopBraid on Tue Sep 27 10:05:18 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#> .
......