Fixed Production facility, production flow and product flow URIs for DPR and MPR…
…. Made small addition to geography schema.
Showing
8 changed files
with
24 additions
and
25 deletions
This diff is collapsed. Click to expand it.
| 1 | -# Saved by TopBraid on Fri Dec 16 17:30:20 GMT 2011 | 1 | +# Saved by TopBraid on Sun Dec 18 18:59:30 GMT 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/dpr/spin/1.1/lib | 2 | # baseURI: http://www.reportinghub.no/ep/dpr/spin/1.1/lib |
| 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/production | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/production |
| ... | @@ -49,7 +49,7 @@ sp:if | ... | @@ -49,7 +49,7 @@ sp:if |
| 49 | 49 | ||
| 50 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> | 50 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> |
| 51 | rdf:type owl:Ontology ; | 51 | rdf:type owl:Ontology ; |
| 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: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> ; |
| 53 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 53 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 54 | 54 | ||
| 55 | ep-dpr-spin-lib:BuildDailyProductionReportURI | 55 | ep-dpr-spin-lib:BuildDailyProductionReportURI |
| ... | @@ -362,9 +362,7 @@ ep-dpr-spin-lib:buildProductionFlowURI | ... | @@ -362,9 +362,7 @@ ep-dpr-spin-lib:buildProductionFlowURI |
| 362 | [ rdf:type ep-spin-lib:buildURI ; | 362 | [ rdf:type ep-spin-lib:buildURI ; |
| 363 | sp:arg1 "https://www.reportinghub.no/ep/data/productionFlow/" ; | 363 | sp:arg1 "https://www.reportinghub.no/ep/data/productionFlow/" ; |
| 364 | sp:arg2 [ rdf:type fn:concat ; | 364 | sp:arg2 [ rdf:type fn:concat ; |
| 365 | - sp:arg1 spin:_arg1 ; | 365 | + sp:arg1 spin:_arg1 |
| 366 | - sp:arg2 "$" ; | ||
| 367 | - sp:arg3 spin:_arg2 | ||
| 368 | ] | 366 | ] |
| 369 | ] ; | 367 | ] ; |
| 370 | sp:variable _:b13 | 368 | sp:variable _:b13 |
| ... | @@ -5518,22 +5516,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION | ... | @@ -5518,22 +5516,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION |
| 5518 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 5516 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 5519 | spin:body | 5517 | spin:body |
| 5520 | [ rdf:type sp:Select ; | 5518 | [ 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 ; | ||
| 5537 | sp:resultVariables ([ sp:varName "myVar"^^xsd:string | 5519 | sp:resultVariables ([ sp:varName "myVar"^^xsd:string |
| 5538 | ]) ; | 5520 | ]) ; |
| 5539 | sp:where ([ rdf:type sp:Bind ; | 5521 | sp:where ([ rdf:type sp:Bind ; |
| ... | @@ -5613,6 +5595,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION | ... | @@ -5613,6 +5595,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION |
| 5613 | [ sp:varName "myVar"^^xsd:string | 5595 | [ sp:varName "myVar"^^xsd:string |
| 5614 | ] | 5596 | ] |
| 5615 | ]) | 5597 | ]) |
| 5598 | + ] ; | ||
| 5599 | + spin:body | ||
| 5600 | + [ rdf:type sp:Select ; | ||
| 5601 | + sp:resultVariables (_:b28) ; | ||
| 5602 | + sp:where ([ rdf:type sp:Bind ; | ||
| 5603 | + sp:expression | ||
| 5604 | + [ rdf:type sp:if ; | ||
| 5605 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 5606 | + sp:arg1 spin:_arg1 ; | ||
| 5607 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3> | ||
| 5608 | + ] ; | ||
| 5609 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | ||
| 5610 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 5611 | + ] ; | ||
| 5612 | + sp:variable _:b28 | ||
| 5613 | + ]) | ||
| 5616 | ] . | 5614 | ] . |
| 5617 | 5615 | ||
| 5618 | ep-dpr-spin-lib:selectTemperatureScale | 5616 | ep-dpr-spin-lib:selectTemperatureScale | ... | ... |
| 1 | -# Saved by TopBraid on Fri Dec 16 17:30:20 GMT 2011 | 1 | +# Saved by TopBraid on Sun Dec 18 18:59:31 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#> . | ... | ... |
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
| 1 | -# Saved by TopBraid on Fri Dec 16 17:53:47 GMT 2011 | 1 | +# Saved by TopBraid on Sun Dec 18 21:07:10 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#> . | ... | ... |
| 1 | -# Saved by TopBraid on Tue Oct 25 15:26:03 BST 2011 | 1 | +# Saved by TopBraid on Sun Dec 18 21:17:35 GMT 2011 |
| 2 | # baseURI: http://www.reportinghub.no/test/dpr/TEST_dpr-xml-ingest | 2 | # baseURI: http://www.reportinghub.no/test/dpr/TEST_dpr-xml-ingest |
| 3 | # imports: http://www.reportinghub.no/np/data/npd | 3 | # imports: http://www.reportinghub.no/np/data/npd |
| 4 | # imports: http://www.reportinghub.no/np/data/npd-alias-identifiers | 4 | # imports: http://www.reportinghub.no/np/data/npd-alias-identifiers |
| ... | @@ -11,6 +11,7 @@ | ... | @@ -11,6 +11,7 @@ |
| 11 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 11 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 12 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 12 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 13 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 13 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 14 | +@prefix small_amount_of_product_volume_data: <file:///EPIM-Ontologies/www.reportinghub.no/test/dpr/testcase/small_amount_of_product_volume_data.xml#> . | ||
| 14 | @prefix sp: <http://spinrdf.org/sp#> . | 15 | @prefix sp: <http://spinrdf.org/sp#> . |
| 15 | @prefix spin: <http://spinrdf.org/spin#> . | 16 | @prefix spin: <http://spinrdf.org/spin#> . |
| 16 | @prefix spl: <http://spinrdf.org/spl#> . | 17 | @prefix spl: <http://spinrdf.org/spl#> . | ... | ... |
| 1 | -# Saved by TopBraid on Tue Oct 25 15:26:03 BST 2011 | 1 | +# Saved by TopBraid on Sun Dec 18 21:17:35 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