David Leal

Merge branch 'DL_work_on_DPR'

1 +# Saved by TopBraid on Fri Oct 07 16:24:19 BST 2011
2 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/geography
3 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
4 +
5 +@prefix : <http://www.reportinghub.no/ep/schema/1.0/geography#> .
6 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 +
11 +<http://www.reportinghub.no/ep/schema/1.0/geography>
12 + rdf:type owl:Ontology ;
13 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ;
14 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 +
16 +:Country
17 + rdf:type owl:Class ;
18 + rdfs:label "country"^^xsd:string ;
19 + rdfs:subClassOf :PartOfTheSurfaceOfTheEarth ;
20 + owl:disjointWith :State , :County .
21 +
22 +:County
23 + rdf:type owl:Class ;
24 + rdfs:label "county"^^xsd:string ;
25 + rdfs:subClassOf :PartOfTheSurfaceOfTheEarth ;
26 + owl:disjointWith :Country , :State .
27 +
28 +:PartOfTheSurfaceOfTheEarth
29 + rdf:type owl:Class ;
30 + rdfs:label "part of the surface of the earth"^^xsd:string ;
31 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
32 +
33 +:State
34 + rdf:type owl:Class ;
35 + rdfs:label "state"^^xsd:string ;
36 + rdfs:subClassOf :PartOfTheSurfaceOfTheEarth ;
37 + owl:disjointWith :Country , :County .
1 -# Saved by TopBraid on Tue Oct 04 15:54:51 BST 2011 1 +# Saved by TopBraid on Fri Oct 07 16:29:54 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 Oct 05 12:03:43 BST 2011 1 +# Saved by TopBraid on Fri Oct 07 14:12:45 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_dpr-collector-v1.0 2 # baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_dpr-collector-v1.0
3 +# imports: http://www.reportinghub.no/ep/transform/1.1/dpr/productVolume
3 # imports: http://spinrdf.org/spin 4 # imports: http://spinrdf.org/spin
4 5
5 @prefix TRANSFORM_dpr-collector-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_dpr-collector-v1.0#> . 6 @prefix TRANSFORM_dpr-collector-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_dpr-collector-v1.0#> .
6 @prefix owl: <http://www.w3.org/2002/07/owl#> . 7 @prefix owl: <http://www.w3.org/2002/07/owl#> .
8 +@prefix productVolume: <http://www.reportinghub.no/ep/transform/1.1/dpr/productVolume#> .
7 @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#> .
8 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 10 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 @prefix sp: <http://spinrdf.org/sp#> . 11 @prefix sp: <http://spinrdf.org/sp#> .
10 @prefix spin: <http://spinrdf.org/spin#> . 12 @prefix spin: <http://spinrdf.org/spin#> .
11 @prefix spl: <http://spinrdf.org/spl#> . 13 @prefix spl: <http://spinrdf.org/spl#> .
14 +@prefix unnamed1: <http://www.reportinghub.no/ep/transform/unnamed1#> .
12 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 15 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
13 16
14 <http://www.reportinghub.no/ep/transform/TRANSFORM_dpr-collector-v1.0> 17 <http://www.reportinghub.no/ep/transform/TRANSFORM_dpr-collector-v1.0>
15 rdf:type owl:Ontology ; 18 rdf:type owl:Ontology ;
16 - owl:imports <http://spinrdf.org/spin> ; 19 + owl:imports <http://www.reportinghub.no/ep/transform/1.1/dpr/productVolume> , <http://spinrdf.org/spin> ;
17 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 20 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
1 -# Saved by TopBraid on Wed Oct 05 12:03:43 BST 2011 1 +# Saved by TopBraid on Fri Oct 07 14:12:45 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 Fri Oct 07 15:43:30 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 + composite:index "0"^^xsd:int
17 + ] .