David Leal

Changes boolean tests to expect xsd:boolean arguments

This diff could not be displayed because it is too large.
1 +# Saved by TopBraid on Sun Oct 02 17:49:40 BST 2011
1 # baseURI: null 2 # baseURI: null
2 3
3 @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 Sun Sep 18 11:11:55 BST 2011 1 +# Saved by TopBraid on Sun Oct 02 20:21:25 BST 2011
2 -# baseURI: http://www.reportinghub.no/test/ddr/TEST_ddr-xml-ingest 2 +# baseURI: http://www.reportinghub.no/test/ddr/TEST_ddr-xml-ingest
3 -# imports: http://spinrdf.org/spin 3 +# imports: http://spinrdf.org/spin
4 -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/collector 4 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/collector
5 - 5 +
6 -@prefix : <http://www.reportinghub.no/test/ddr/TEST_ddr-xml-ingest#> . 6 +@prefix : <http://www.reportinghub.no/test/ddr/TEST_ddr-xml-ingest#> .
7 -@prefix collector: <http://www.reportinghub.no/ep/transform/1.1/ddr/collector#> . 7 +@prefix collector: <http://www.reportinghub.no/ep/transform/1.1/ddr/collector#> .
8 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 8 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
9 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 9 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
10 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 10 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
11 -@prefix sp: <http://spinrdf.org/sp#> . 11 +@prefix sp: <http://spinrdf.org/sp#> .
12 -@prefix spin: <http://spinrdf.org/spin#> . 12 +@prefix spin: <http://spinrdf.org/spin#> .
13 -@prefix spl: <http://spinrdf.org/spl#> . 13 +@prefix spl: <http://spinrdf.org/spl#> .
14 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 14 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
15 - 15 +
16 -<http://www.reportinghub.no/test/ddr/TEST_ddr-xml-ingest> 16 +<http://www.reportinghub.no/test/ddr/TEST_ddr-xml-ingest>
17 - rdf:type owl:Ontology ; 17 + rdf:type owl:Ontology ;
18 - owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> , <http://spinrdf.org/spin> ; 18 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> ;
19 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 19 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
1 -# Saved by TopBraid on Sun Sep 18 11:11:55 BST 2011 1 +# Saved by TopBraid on Sun Oct 02 20:21:25 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,5 +13,7 @@ ...@@ -13,5 +13,7 @@
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" ;
16 composite:index "0"^^xsd:int 18 composite:index "0"^^xsd:int
17 ] . 19 ] .
......