David Price

Fix geo URI add transform back

1 -# Saved by TopBraid on Fri Oct 07 17:46:32 BST 2011 1 +# Saved by TopBraid on Sat Oct 08 12:56:19 BST 2011
2 -# baseURI: http://www.reportinghub.no/ep/schema/1.0/geography 2 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/geography
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/core 3 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
4 -# imports: http://www.reportinghub.no/ep/schema/1.0/facility 4 +# imports: http://www.reportinghub.no/ep/schema/1.0/facility
5 - 5 +
6 -@prefix : <http://www.reportinghub.no/ep/schema/1.0/geography#> . 6 +@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> .
7 -@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . 7 +@prefix ep-geo: <http://www.reportinghub.no/ep/schema/geography#> .
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 xsd: <http://www.w3.org/2001/XMLSchema#> . 11 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
12 - 12 +
13 -<http://www.reportinghub.no/ep/schema/1.0/geography> 13 +<http://www.reportinghub.no/ep/schema/1.0/geography>
14 - rdf:type owl:Ontology ; 14 + rdf:type owl:Ontology ;
15 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ; 15 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ;
16 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 16 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
17 - 17 +
18 -:Country 18 +ep-geo:Country
19 - rdf:type ep-fac:ProductionFacilityType , owl:Class ; 19 + rdf:type owl:Class , ep-fac:ProductionFacilityType ;
20 - rdfs:label "country"^^xsd:string ; 20 + rdfs:label "country"^^xsd:string ;
21 - rdfs:subClassOf :PartOfTheSurfaceOfTheEarth ; 21 + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
22 - owl:disjointWith :County , :State . 22 + owl:disjointWith ep-geo:State , ep-geo:County .
23 - 23 +
24 -:County 24 +ep-geo:County
25 - rdf:type ep-fac:ProductionFacilityType , owl:Class ; 25 + rdf:type owl:Class , ep-fac:ProductionFacilityType ;
26 - rdfs:label "county"^^xsd:string ; 26 + rdfs:label "county"^^xsd:string ;
27 - rdfs:subClassOf :PartOfTheSurfaceOfTheEarth ; 27 + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
28 - owl:disjointWith :State , :Country . 28 + owl:disjointWith ep-geo:Country , ep-geo:State .
29 - 29 +
30 -:PartOfTheSurfaceOfTheEarth 30 +ep-geo:PartOfTheSurfaceOfTheEarth
31 - rdf:type owl:Class ; 31 + rdf:type owl:Class ;
32 - rdfs:label "part of the surface of the earth"^^xsd:string ; 32 + rdfs:label "part of the surface of the earth"^^xsd:string ;
33 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . 33 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
34 - 34 +
35 -:State 35 +ep-geo:State
36 - rdf:type ep-fac:ProductionFacilityType , owl:Class ; 36 + rdf:type owl:Class , ep-fac:ProductionFacilityType ;
37 - rdfs:label "state"^^xsd:string ; 37 + rdfs:label "state"^^xsd:string ;
38 - rdfs:subClassOf :PartOfTheSurfaceOfTheEarth ; 38 + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
39 - owl:disjointWith :County , :Country . 39 + owl:disjointWith ep-geo:Country , ep-geo:County .
......
1 +# Saved by TopBraid on Sat Oct 08 12:56:31 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 + ] .