Showing
2 changed files
with
10 additions
and
7 deletions
| ... | @@ -58,13 +58,13 @@ | ... | @@ -58,13 +58,13 @@ |
| 58 | 58 | ||
| 59 | <http://www.reportinghub.no/ep/transform/1.1/ddr/normalization> | 59 | <http://www.reportinghub.no/ep/transform/1.1/ddr/normalization> |
| 60 | rdf:type owl:Ontology ; | 60 | rdf:type owl:Ontology ; |
| 61 | - owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://spinrdf.org/spin> ; | 61 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> ; |
| 62 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 62 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 63 | 63 | ||
| 64 | -_:b4 sp:varName "nameWell"^^xsd:string . | 64 | +_:b1 sp:varName "wellBore"^^xsd:string . |
| 65 | - | ||
| 66 | -_:b3 sp:varName "well"^^xsd:string . | ||
| 67 | 65 | ||
| 68 | _:b2 sp:varName "nameWellBore"^^xsd:string . | 66 | _:b2 sp:varName "nameWellBore"^^xsd:string . |
| 69 | 67 | ||
| 70 | -_:b1 sp:varName "wellBore"^^xsd:string . | 68 | +_:b3 sp:varName "well"^^xsd:string . |
| 69 | + | ||
| 70 | +_:b4 sp:varName "nameWell"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Wed Aug 03 07:44:47 BST 2011 | ||
| 2 | # baseURI: null | 1 | # baseURI: null |
| 3 | 2 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 3 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . |
| ... | @@ -13,5 +12,9 @@ | ... | @@ -13,5 +12,9 @@ |
| 13 | [] rdf:type inference:Configuration ; | 12 | [] rdf:type inference:Configuration ; |
| 14 | composite:child | 13 | composite:child |
| 15 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | 14 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; |
| 15 | + <http://spinrdf.org/spin#topSPINOptions> | ||
| 16 | + "singlePass" ; | ||
| 16 | composite:index "0"^^xsd:int | 17 | composite:index "0"^^xsd:int |
| 17 | - ] . | 18 | + ] ; |
| 19 | + inference:completeMode | ||
| 20 | + "true"^^xsd:boolean . | ... | ... |
-
Please register or login to post a comment