Fixed "small facilities" URI - the question on whether a URI is valid at all remains.
Showing
1 changed file
with
18 additions
and
18 deletions
| ... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
| 19 | 19 | ||
| 20 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> | 20 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> |
| 21 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
| 22 | - owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> ; | 22 | + 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/spin/1.1/lib> ; |
| 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 24 | 24 | ||
| 25 | ep-dpr-spin-lib:Function | 25 | ep-dpr-spin-lib:Function |
| ... | @@ -900,7 +900,7 @@ arg2 is name of facility"""^^xsd:string ; | ... | @@ -900,7 +900,7 @@ arg2 is name of facility"""^^xsd:string ; |
| 900 | sp:arg2 [ rdf:type ep-spin-lib:buildURI ; | 900 | sp:arg2 [ rdf:type ep-spin-lib:buildURI ; |
| 901 | sp:arg1 "https://www.reportinghub.no/ep/data/smallFacility/" ; | 901 | sp:arg1 "https://www.reportinghub.no/ep/data/smallFacility/" ; |
| 902 | sp:arg2 [ rdf:type ep-spin-lib:normalizeString ; | 902 | sp:arg2 [ rdf:type ep-spin-lib:normalizeString ; |
| 903 | - sp:arg1 spin:_arg1 | 903 | + sp:arg1 spin:_arg2 |
| 904 | ] | 904 | ] |
| 905 | ] ; | 905 | ] ; |
| 906 | sp:arg3 [ rdf:type ep-spin-lib:buildURI ; | 906 | sp:arg3 [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -5944,6 +5944,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION | ... | @@ -5944,6 +5944,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION |
| 5944 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 5944 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 5945 | spin:body | 5945 | spin:body |
| 5946 | [ rdf:type sp:Select ; | 5946 | [ rdf:type sp:Select ; |
| 5947 | + sp:resultVariables (_:b21) ; | ||
| 5948 | + sp:where ([ rdf:type sp:Bind ; | ||
| 5949 | + sp:expression | ||
| 5950 | + [ rdf:type sp:if ; | ||
| 5951 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 5952 | + sp:arg1 spin:_arg1 ; | ||
| 5953 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3> | ||
| 5954 | + ] ; | ||
| 5955 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | ||
| 5956 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 5957 | + ] ; | ||
| 5958 | + sp:variable _:b21 | ||
| 5959 | + ]) | ||
| 5960 | + ] ; | ||
| 5961 | + spin:body | ||
| 5962 | + [ rdf:type sp:Select ; | ||
| 5947 | sp:resultVariables ([ sp:varName "myVar"^^xsd:string | 5963 | sp:resultVariables ([ sp:varName "myVar"^^xsd:string |
| 5948 | ]) ; | 5964 | ]) ; |
| 5949 | sp:where ([ rdf:type sp:Bind ; | 5965 | sp:where ([ rdf:type sp:Bind ; |
| ... | @@ -6023,22 +6039,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION | ... | @@ -6023,22 +6039,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION |
| 6023 | [ sp:varName "myVar"^^xsd:string | 6039 | [ sp:varName "myVar"^^xsd:string |
| 6024 | ] | 6040 | ] |
| 6025 | ]) | 6041 | ]) |
| 6026 | - ] ; | ||
| 6027 | - spin:body | ||
| 6028 | - [ rdf:type sp:Select ; | ||
| 6029 | - sp:resultVariables (_:b21) ; | ||
| 6030 | - sp:where ([ rdf:type sp:Bind ; | ||
| 6031 | - sp:expression | ||
| 6032 | - [ rdf:type sp:if ; | ||
| 6033 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 6034 | - sp:arg1 spin:_arg1 ; | ||
| 6035 | - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3> | ||
| 6036 | - ] ; | ||
| 6037 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | ||
| 6038 | - sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 6039 | - ] ; | ||
| 6040 | - sp:variable _:b21 | ||
| 6041 | - ]) | ||
| 6042 | ] . | 6042 | ] . |
| 6043 | 6043 | ||
| 6044 | ep-dpr-spin-lib:selectTemperatureScale | 6044 | ep-dpr-spin-lib:selectTemperatureScale | ... | ... |
-
Please register or login to post a comment