David Leal

The content that was previously in TRANSFORM_ddr-normalization is now in

TRANSFORM_ddr-drillReport.

There has been some cosmetic tidying up of the content.
1 -# Saved by TopBraid on Tue Aug 02 12:26:59 BST 2011 1 +# Saved by TopBraid on Wed Aug 03 06:33:37 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://spinrdf.org/spin 3 # imports: http://spinrdf.org/spin
4 4
...@@ -86,12 +86,12 @@ ep-spin-lib:buildURI ...@@ -86,12 +86,12 @@ ep-spin-lib:buildURI
86 ] ; 86 ] ;
87 spin:constraint 87 spin:constraint
88 [ rdf:type spl:Argument ; 88 [ rdf:type spl:Argument ;
89 - spl:predicate sp:arg2 ; 89 + spl:predicate sp:arg1 ;
90 spl:valueType xsd:string 90 spl:valueType xsd:string
91 ] ; 91 ] ;
92 spin:constraint 92 spin:constraint
93 [ rdf:type spl:Argument ; 93 [ rdf:type spl:Argument ;
94 - spl:predicate sp:arg1 ; 94 + spl:predicate sp:arg2 ;
95 spl:valueType xsd:string 95 spl:valueType xsd:string
96 ] . 96 ] .
97 97
...@@ -105,7 +105,7 @@ ep-spin-lib:buildWellBoreURI ...@@ -105,7 +105,7 @@ ep-spin-lib:buildWellBoreURI
105 sp:where ([ rdf:type sp:Bind ; 105 sp:where ([ rdf:type sp:Bind ;
106 sp:expression 106 sp:expression
107 [ rdf:type ep-spin-lib:buildURI ; 107 [ rdf:type ep-spin-lib:buildURI ;
108 - sp:arg1 "https://www.reportinghub.no/ep/data/L_9999/W_9999#" ; 108 + sp:arg1 "https://www.reportinghub.no/ep/data/WellBore#" ;
109 sp:arg2 spin:_arg1 109 sp:arg2 spin:_arg1
110 ] ; 110 ] ;
111 sp:variable _:b4 111 sp:variable _:b4
...@@ -122,7 +122,7 @@ ep-spin-lib:buildWellURI ...@@ -122,7 +122,7 @@ ep-spin-lib:buildWellURI
122 sp:where ([ rdf:type sp:Bind ; 122 sp:where ([ rdf:type sp:Bind ;
123 sp:expression 123 sp:expression
124 [ rdf:type ep-spin-lib:buildURI ; 124 [ rdf:type ep-spin-lib:buildURI ;
125 - sp:arg1 "https://www.reportinghub.no/ep/data/L_9999#" ; 125 + sp:arg1 "https://www.reportinghub.no/ep/data/Well#" ;
126 sp:arg2 spin:_arg1 126 sp:arg2 spin:_arg1
127 ] ; 127 ] ;
128 sp:variable _:b5 128 sp:variable _:b5
...@@ -212,9 +212,9 @@ ep-spin-lib:normalizeString ...@@ -212,9 +212,9 @@ ep-spin-lib:normalizeString
212 spl:valueType xsd:string 212 spl:valueType xsd:string
213 ] . 213 ] .
214 214
215 -_:b2 sp:varName "uri"^^xsd:string . 215 +_:b4 sp:varName "uri"^^xsd:string .
216 216
217 -_:b1 sp:varName "uri"^^xsd:string . 217 +_:b5 sp:varName "uri"^^xsd:string .
218 218
219 _:b14 219 _:b14
220 sp:varName "t4"^^xsd:string . 220 sp:varName "t4"^^xsd:string .
...@@ -239,8 +239,8 @@ _:b7 sp:varName "s1"^^xsd:string . ...@@ -239,8 +239,8 @@ _:b7 sp:varName "s1"^^xsd:string .
239 239
240 _:b6 sp:varName "normalizedStr"^^xsd:string . 240 _:b6 sp:varName "normalizedStr"^^xsd:string .
241 241
242 -_:b5 sp:varName "uri"^^xsd:string . 242 +_:b3 sp:varName "uri"^^xsd:string .
243 243
244 -_:b4 sp:varName "uri"^^xsd:string . 244 +_:b2 sp:varName "uri"^^xsd:string .
245 245
246 -_:b3 sp:varName "uri"^^xsd:string . 246 +_:b1 sp:varName "uri"^^xsd:string .
......
1 -# Saved by TopBraid on Tue Aug 02 12:26:59 BST 2011 1 +# Saved by TopBraid on Wed Aug 03 06:33: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#> .
......
1 +# Saved by TopBraid on Wed Aug 03 07:30:51 BST 2011
2 +# baseURI: null
3 +
4 +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
5 +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
6 +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
7 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
8 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
9 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
10 +@prefix visual: <http://topbraid.org/visual#> .
11 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
12 +
13 +[] rdf:type inference:Configuration ;
14 + composite:child
15 + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
16 + <http://spinrdf.org/spin#topSPINOptions>
17 + "singlePass" ;
18 + composite:index "0"^^xsd:int
19 + ] .
1 -# Saved by TopBraid on Tue Aug 02 17:04:28 BST 2011 1 +# Saved by TopBraid on Wed Aug 03 07:44:47 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#> .
...@@ -13,7 +13,5 @@ ...@@ -13,7 +13,5 @@
13 [] rdf:type inference:Configuration ; 13 [] rdf:type inference:Configuration ;
14 composite:child 14 composite:child
15 [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; 15 [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
16 - <http://spinrdf.org/spin#topSPINOptions>
17 - "singlePass" ;
18 composite:index "0"^^xsd:int 16 composite:index "0"^^xsd:int
19 ] . 17 ] .
......