Showing
1 changed file
with
67 additions
and
50 deletions
1 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/geography | 1 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/geography |
2 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | 2 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core |
3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/facility | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/facility |
4 | - | 4 | + |
5 | -@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . | 5 | +@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . |
6 | -@prefix ep-geo: <http://www.reportinghub.no/ep/schema/geography#> . | 6 | +@prefix ep-geo: <http://www.reportinghub.no/ep/schema/geography#> . |
7 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
8 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
9 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
10 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
11 | - | 11 | + |
12 | -<http://www.reportinghub.no/ep/schema/1.0/geography> | 12 | +<http://www.reportinghub.no/ep/schema/1.0/geography> |
13 | - rdf:type owl:Ontology ; | 13 | + rdf:type owl:Ontology ; |
14 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; | 14 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
15 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 15 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
16 | - | 16 | + |
17 | -ep-geo:Country | 17 | +ep-geo:AreaCoveredByBusinessArrangement |
18 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 18 | + rdf:type ep-fac:ProductionFacilityType , owl:Class ; |
19 | - rdfs:label "country"^^xsd:string ; | 19 | + rdfs:label "NPD Block"^^xsd:string ; |
20 | - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 20 | + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
21 | - owl:disjointWith ep-geo:State , ep-geo:County . | 21 | + owl:disjointWith ep-geo:NpdPolygon , ep-geo:NpdBlock , ep-geo:Country , ep-geo:State , ep-geo:County . |
22 | - | 22 | + |
23 | -ep-geo:County | 23 | +ep-geo:Country |
24 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 24 | + rdf:type ep-fac:ProductionFacilityType , owl:Class ; |
25 | - rdfs:label "county"^^xsd:string ; | 25 | + rdfs:label "country"^^xsd:string ; |
26 | - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 26 | + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
27 | - owl:disjointWith ep-geo:Country , ep-geo:State . | 27 | + owl:disjointWith ep-geo:NpdBlock , ep-geo:NpdPolygon , ep-geo:County , ep-geo:State . |
28 | - | 28 | + |
29 | -ep-geo:PartOfTheSurfaceOfTheEarth | 29 | +ep-geo:County |
30 | - rdf:type owl:Class ; | 30 | + rdf:type ep-fac:ProductionFacilityType , owl:Class ; |
31 | - rdfs:label "part of the surface of the earth"^^xsd:string ; | 31 | + rdfs:label "county"^^xsd:string ; |
32 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | 32 | + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
33 | - | 33 | + owl:disjointWith ep-geo:NpdBlock , ep-geo:NpdPolygon , ep-geo:State , ep-geo:Country . |
34 | -ep-geo:State | 34 | + |
35 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 35 | +ep-geo:NpdBlock |
36 | - rdfs:label "state"^^xsd:string ; | 36 | + rdf:type ep-fac:ProductionFacilityType , owl:Class ; |
37 | - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 37 | + rdfs:label "NPD Block"^^xsd:string ; |
38 | - owl:disjointWith ep-geo:Country , ep-geo:County . | 38 | + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
39 | - | 39 | + owl:disjointWith ep-geo:Country , ep-geo:State , ep-geo:County . |
40 | -ep-geo:locatedWithin | 40 | + |
41 | - rdf:type owl:ObjectProperty ; | 41 | +ep-geo:NpdPolygon |
42 | - rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ; | 42 | + rdf:type owl:Class ; |
43 | - rdfs:label "located within"^^xsd:string ; | 43 | + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
44 | - rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | 44 | + owl:disjointWith ep-geo:State , ep-geo:NpdBlock , ep-geo:County , ep-geo:Country . |
45 | - | 45 | + |
46 | -ep-geo:nominallyLocatedAt | 46 | +ep-geo:PartOfTheSurfaceOfTheEarth |
47 | - rdf:type owl:ObjectProperty ; | 47 | + rdf:type owl:Class ; |
48 | - rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ; | 48 | + rdfs:label "part of the surface of the earth"^^xsd:string ; |
49 | - rdfs:label "nominally located at"^^xsd:string ; | 49 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
50 | - rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | 50 | + |
51 | +ep-geo:State | ||
52 | + rdf:type ep-fac:ProductionFacilityType , owl:Class ; | ||
53 | + rdfs:label "state"^^xsd:string ; | ||
54 | + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | ||
55 | + owl:disjointWith ep-geo:NpdBlock , ep-geo:NpdPolygon , ep-geo:County , ep-geo:Country . | ||
56 | + | ||
57 | +ep-geo:locatedWithin | ||
58 | + rdf:type owl:ObjectProperty ; | ||
59 | + rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ; | ||
60 | + rdfs:label "located within"^^xsd:string ; | ||
61 | + rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | ||
62 | + | ||
63 | +ep-geo:nominallyLocatedAt | ||
64 | + rdf:type owl:ObjectProperty ; | ||
65 | + rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ; | ||
66 | + rdfs:label "nominally located at"^^xsd:string ; | ||
67 | + rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | ... | ... |
-
Please register or login to post a comment