Showing
1 changed file
with
24 additions
and
7 deletions
| ... | @@ -11,20 +11,37 @@ | ... | @@ -11,20 +11,37 @@ |
| 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:AreaCoveredByBusinessArrangement | ||
| 18 | + rdf:type ep-fac:ProductionFacilityType , owl:Class ; | ||
| 19 | + rdfs:label "NPD Block"^^xsd:string ; | ||
| 20 | + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | ||
| 21 | + owl:disjointWith ep-geo:NpdPolygon , ep-geo:NpdBlock , ep-geo:Country , ep-geo:State , ep-geo:County . | ||
| 22 | + | ||
| 17 | ep-geo:Country | 23 | ep-geo:Country |
| 18 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 24 | + rdf:type ep-fac:ProductionFacilityType , owl:Class ; |
| 19 | rdfs:label "country"^^xsd:string ; | 25 | rdfs:label "country"^^xsd:string ; |
| 20 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 26 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 21 | - owl:disjointWith ep-geo:State , ep-geo:County . | 27 | + owl:disjointWith ep-geo:NpdBlock , ep-geo:NpdPolygon , ep-geo:County , ep-geo:State . |
| 22 | 28 | ||
| 23 | ep-geo:County | 29 | ep-geo:County |
| 24 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 30 | + rdf:type ep-fac:ProductionFacilityType , owl:Class ; |
| 25 | rdfs:label "county"^^xsd:string ; | 31 | rdfs:label "county"^^xsd:string ; |
| 26 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 32 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 27 | - owl:disjointWith ep-geo:Country , ep-geo:State . | 33 | + owl:disjointWith ep-geo:NpdBlock , ep-geo:NpdPolygon , ep-geo:State , ep-geo:Country . |
| 34 | + | ||
| 35 | +ep-geo:NpdBlock | ||
| 36 | + rdf:type ep-fac:ProductionFacilityType , owl:Class ; | ||
| 37 | + rdfs:label "NPD Block"^^xsd:string ; | ||
| 38 | + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | ||
| 39 | + owl:disjointWith ep-geo:Country , ep-geo:State , ep-geo:County . | ||
| 40 | + | ||
| 41 | +ep-geo:NpdPolygon | ||
| 42 | + rdf:type owl:Class ; | ||
| 43 | + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | ||
| 44 | + owl:disjointWith ep-geo:State , ep-geo:NpdBlock , ep-geo:County , ep-geo:Country . | ||
| 28 | 45 | ||
| 29 | ep-geo:PartOfTheSurfaceOfTheEarth | 46 | ep-geo:PartOfTheSurfaceOfTheEarth |
| 30 | rdf:type owl:Class ; | 47 | rdf:type owl:Class ; |
| ... | @@ -32,10 +49,10 @@ ep-geo:PartOfTheSurfaceOfTheEarth | ... | @@ -32,10 +49,10 @@ ep-geo:PartOfTheSurfaceOfTheEarth |
| 32 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | 49 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
| 33 | 50 | ||
| 34 | ep-geo:State | 51 | ep-geo:State |
| 35 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 52 | + rdf:type ep-fac:ProductionFacilityType , owl:Class ; |
| 36 | rdfs:label "state"^^xsd:string ; | 53 | rdfs:label "state"^^xsd:string ; |
| 37 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 54 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 38 | - owl:disjointWith ep-geo:Country , ep-geo:County . | 55 | + owl:disjointWith ep-geo:NpdBlock , ep-geo:NpdPolygon , ep-geo:County , ep-geo:Country . |
| 39 | 56 | ||
| 40 | ep-geo:locatedWithin | 57 | ep-geo:locatedWithin |
| 41 | rdf:type owl:ObjectProperty ; | 58 | rdf:type owl:ObjectProperty ; | ... | ... |
-
Please register or login to post a comment