Showing
5 changed files
with
28 additions
and
24 deletions
1 | +# Saved by TopBraid on Fri Dec 16 17:30:20 GMT 2011 | ||
1 | # baseURI: http://www.reportinghub.no/ep/dpr/spin/1.1/lib | 2 | # baseURI: http://www.reportinghub.no/ep/dpr/spin/1.1/lib |
2 | -# imports: http://spinrdf.org/spin | 3 | +# imports: http://www.reportinghub.no/ep/spin/1.1/lib |
3 | # imports: http://www.reportinghub.no/ep/schema/1.0/production | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/production |
4 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-core | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-core |
5 | -# imports: http://www.reportinghub.no/ep/spin/1.1/lib | 6 | +# imports: http://spinrdf.org/spin |
6 | # imports: http://www.witsml.org/schemas/131/addendum/combo | 7 | # imports: http://www.witsml.org/schemas/131/addendum/combo |
7 | 8 | ||
8 | @prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> . | 9 | @prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> . |
... | @@ -48,7 +49,7 @@ sp:if | ... | @@ -48,7 +49,7 @@ sp:if |
48 | 49 | ||
49 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> | 50 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> |
50 | rdf:type owl:Ontology ; | 51 | rdf:type owl:Ontology ; |
51 | - owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> ; | 52 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; |
52 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 53 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
53 | 54 | ||
54 | ep-dpr-spin-lib:BuildDailyProductionReportURI | 55 | ep-dpr-spin-lib:BuildDailyProductionReportURI |
... | @@ -361,7 +362,9 @@ ep-dpr-spin-lib:buildProductionFlowURI | ... | @@ -361,7 +362,9 @@ ep-dpr-spin-lib:buildProductionFlowURI |
361 | [ rdf:type ep-spin-lib:buildURI ; | 362 | [ rdf:type ep-spin-lib:buildURI ; |
362 | sp:arg1 "https://www.reportinghub.no/ep/data/productionFlow/" ; | 363 | sp:arg1 "https://www.reportinghub.no/ep/data/productionFlow/" ; |
363 | sp:arg2 [ rdf:type fn:concat ; | 364 | sp:arg2 [ rdf:type fn:concat ; |
364 | - sp:arg1 spin:_arg1 | 365 | + sp:arg1 spin:_arg1 ; |
366 | + sp:arg2 "$" ; | ||
367 | + sp:arg3 spin:_arg2 | ||
365 | ] | 368 | ] |
366 | ] ; | 369 | ] ; |
367 | sp:variable _:b13 | 370 | sp:variable _:b13 |
... | @@ -5515,6 +5518,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION | ... | @@ -5515,6 +5518,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION |
5515 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 5518 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
5516 | spin:body | 5519 | spin:body |
5517 | [ rdf:type sp:Select ; | 5520 | [ rdf:type sp:Select ; |
5521 | + sp:resultVariables (_:b28) ; | ||
5522 | + sp:where ([ rdf:type sp:Bind ; | ||
5523 | + sp:expression | ||
5524 | + [ rdf:type sp:if ; | ||
5525 | + sp:arg1 [ rdf:type sp:eq ; | ||
5526 | + sp:arg1 spin:_arg1 ; | ||
5527 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3> | ||
5528 | + ] ; | ||
5529 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | ||
5530 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
5531 | + ] ; | ||
5532 | + sp:variable _:b28 | ||
5533 | + ]) | ||
5534 | + ] ; | ||
5535 | + spin:body | ||
5536 | + [ rdf:type sp:Select ; | ||
5518 | sp:resultVariables ([ sp:varName "myVar"^^xsd:string | 5537 | sp:resultVariables ([ sp:varName "myVar"^^xsd:string |
5519 | ]) ; | 5538 | ]) ; |
5520 | sp:where ([ rdf:type sp:Bind ; | 5539 | sp:where ([ rdf:type sp:Bind ; |
... | @@ -5594,22 +5613,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION | ... | @@ -5594,22 +5613,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION |
5594 | [ sp:varName "myVar"^^xsd:string | 5613 | [ sp:varName "myVar"^^xsd:string |
5595 | ] | 5614 | ] |
5596 | ]) | 5615 | ]) |
5597 | - ] ; | ||
5598 | - spin:body | ||
5599 | - [ rdf:type sp:Select ; | ||
5600 | - sp:resultVariables (_:b28) ; | ||
5601 | - sp:where ([ rdf:type sp:Bind ; | ||
5602 | - sp:expression | ||
5603 | - [ rdf:type sp:if ; | ||
5604 | - sp:arg1 [ rdf:type sp:eq ; | ||
5605 | - sp:arg1 spin:_arg1 ; | ||
5606 | - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3> | ||
5607 | - ] ; | ||
5608 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | ||
5609 | - sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
5610 | - ] ; | ||
5611 | - sp:variable _:b28 | ||
5612 | - ]) | ||
5613 | ] . | 5616 | ] . |
5614 | 5617 | ||
5615 | ep-dpr-spin-lib:selectTemperatureScale | 5618 | ep-dpr-spin-lib:selectTemperatureScale |
... | @@ -7192,9 +7195,6 @@ _:b15 | ... | @@ -7192,9 +7195,6 @@ _:b15 |
7192 | _:b14 | 7195 | _:b14 |
7193 | sp:varName "uri"^^xsd:string . | 7196 | sp:varName "uri"^^xsd:string . |
7194 | 7197 | ||
7195 | -_:b13 | ||
7196 | - sp:varName "uri"^^xsd:string . | ||
7197 | - | ||
7198 | _:b12 | 7198 | _:b12 |
7199 | sp:varName "uri"^^xsd:string . | 7199 | sp:varName "uri"^^xsd:string . |
7200 | 7200 | ||
... | @@ -7221,3 +7221,6 @@ _:b3 sp:varName "UUID"^^xsd:string . | ... | @@ -7221,3 +7221,6 @@ _:b3 sp:varName "UUID"^^xsd:string . |
7221 | _:b2 sp:varName "uri"^^xsd:string . | 7221 | _:b2 sp:varName "uri"^^xsd:string . |
7222 | 7222 | ||
7223 | _:b1 sp:varName "uri"^^xsd:string . | 7223 | _:b1 sp:varName "uri"^^xsd:string . |
7224 | + | ||
7225 | +_:b13 | ||
7226 | + sp:varName "uri"^^xsd:string . | ... | ... |
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
1 | -# Saved by TopBraid on Thu Dec 15 19:02:38 GMT 2011 | 1 | +# Saved by TopBraid on Fri Dec 16 17:53:47 GMT 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#> . | ... | ... |
-
Please register or login to post a comment