MonkeyChap

small tweak to Facility URI function

1 -# Saved by TopBraid on Fri Oct 14 15:27:40 BST 2011 1 +# Saved by TopBraid on Fri Oct 14 17:27:36 BST 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/schema/1.0/geography 3 # imports: http://www.reportinghub.no/ep/schema/1.0/geography
4 # imports: http://www.reportinghub.no/ep/schema/1.0/well 4 # imports: http://www.reportinghub.no/ep/schema/1.0/well
...@@ -187,7 +187,7 @@ ep-dpr-spin-lib:buildFacilityURI ...@@ -187,7 +187,7 @@ ep-dpr-spin-lib:buildFacilityURI
187 sp:where ([ rdf:type sp:Bind ; 187 sp:where ([ rdf:type sp:Bind ;
188 sp:expression 188 sp:expression
189 [ rdf:type ep-spin-lib:buildURI ; 189 [ rdf:type ep-spin-lib:buildURI ;
190 - sp:arg1 "https://www.reportinghub.no/ep/data/temporalPartOfAFacility/" ; 190 + sp:arg1 "https://www.reportinghub.no/ep/data/facility/" ;
191 sp:arg2 spin:_arg1 191 sp:arg2 spin:_arg1
192 ] ; 192 ] ;
193 sp:variable _:b7 193 sp:variable _:b7
...@@ -2125,6 +2125,8 @@ ep-dpr-spin-lib:selectVolumeScale ...@@ -2125,6 +2125,8 @@ ep-dpr-spin-lib:selectVolumeScale
2125 ]) 2125 ])
2126 ] . 2126 ] .
2127 2127
2128 +_:b7 sp:varName "uri"^^xsd:string .
2129 +
2128 _:b37 2130 _:b37
2129 sp:varName "volumeScale"^^xsd:string . 2131 sp:varName "volumeScale"^^xsd:string .
2130 2132
...@@ -2197,6 +2199,9 @@ _:b15 ...@@ -2197,6 +2199,9 @@ _:b15
2197 _:b14 2199 _:b14
2198 sp:varName "uri"^^xsd:string . 2200 sp:varName "uri"^^xsd:string .
2199 2201
2202 +_:b13
2203 + sp:varName "uri"^^xsd:string .
2204 +
2200 _:b12 2205 _:b12
2201 sp:varName "uri"^^xsd:string . 2206 sp:varName "uri"^^xsd:string .
2202 2207
...@@ -2206,9 +2211,9 @@ _:b11 ...@@ -2206,9 +2211,9 @@ _:b11
2206 _:b10 2211 _:b10
2207 sp:varName "uri"^^xsd:string . 2212 sp:varName "uri"^^xsd:string .
2208 2213
2209 -_:b8 sp:varName "uri"^^xsd:string . 2214 +_:b9 sp:varName "uri"^^xsd:string .
2210 2215
2211 -_:b7 sp:varName "uri"^^xsd:string . 2216 +_:b8 sp:varName "uri"^^xsd:string .
2212 2217
2213 _:b6 sp:varName "uri"^^xsd:string . 2218 _:b6 sp:varName "uri"^^xsd:string .
2214 2219
...@@ -2221,8 +2226,3 @@ _:b3 sp:varName "uri"^^xsd:string . ...@@ -2221,8 +2226,3 @@ _:b3 sp:varName "uri"^^xsd:string .
2221 _:b2 sp:varName "uri"^^xsd:string . 2226 _:b2 sp:varName "uri"^^xsd:string .
2222 2227
2223 _:b1 sp:varName "uri"^^xsd:string . 2228 _:b1 sp:varName "uri"^^xsd:string .
2224 -
2225 -_:b13
2226 - sp:varName "uri"^^xsd:string .
2227 -
2228 -_:b9 sp:varName "uri"^^xsd:string .
......
1 -# Saved by TopBraid on Fri Oct 14 15:27:40 BST 2011 1 +# Saved by TopBraid on Fri Oct 14 17:27:37 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#> .
......