Finished off blocks and polygons
used RDL name for LicenceBlock. Added whole-part properties
Showing
1 changed file
with
96 additions
and
98 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 | -# imports: http://www.reportinghub.no/ep/schema/1.0/production-core | 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-core |
| 5 | - | 5 | +# imports: http://www.reportinghub.no/np/schema/1.0/npd |
| 6 | -@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . | 6 | + |
| 7 | -@prefix ep-geo: <http://www.reportinghub.no/ep/schema/geography#> . | 7 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
| 8 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 8 | +@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . |
| 9 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 9 | +@prefix ep-geo: <http://www.reportinghub.no/ep/schema/geography#> . |
| 10 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 10 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 11 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 11 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 12 | - | 12 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 13 | -<http://www.reportinghub.no/ep/schema/1.0/geography> | 13 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 14 | - rdf:type owl:Ontology ; | 14 | + |
| 15 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; | 15 | +<http://www.reportinghub.no/ep/schema/1.0/geography> |
| 16 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 16 | + rdf:type owl:Ontology ; |
| 17 | - | 17 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; |
| 18 | -ep-geo:AreaCoveredByBusinessArrangement | 18 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 19 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 19 | + |
| 20 | - rdfs:label "NPD Block"^^xsd:string ; | 20 | +ep-core:Area |
| 21 | - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 21 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 22 | - owl:disjointWith ep-geo:County , ep-geo:State , ep-geo:Country , ep-geo:NpdBlock , ep-geo:NpdPolygon . | 22 | + rdfs:label "Compressibility"^^xsd:string ; |
| 23 | - | 23 | + rdfs:subClassOf owl:Class . |
| 24 | -ep-geo:Country | 24 | + |
| 25 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 25 | +ep-core:km2 |
| 26 | - rdfs:label "country"^^xsd:string ; | 26 | + rdfs:domain ep-core:Area . |
| 27 | - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 27 | + |
| 28 | - owl:disjointWith ep-geo:State , ep-geo:County , ep-geo:NpdPolygon , ep-geo:NpdBlock . | 28 | +ep-core:npdPolygonPartOfAreaCoveredByBusinessArrangement |
| 29 | - | 29 | + rdf:type owl:TransitiveProperty ; |
| 30 | -ep-geo:County | 30 | + rdfs:domain ep-geo:AreaCoveredByBusinessArrangement ; |
| 31 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 31 | + rdfs:range ep-geo:NpdPolygon ; |
| 32 | - rdfs:label "county"^^xsd:string ; | 32 | + rdfs:subPropertyOf ep-core:hasPart . |
| 33 | - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 33 | + |
| 34 | - owl:disjointWith ep-geo:Country , ep-geo:State , ep-geo:NpdPolygon , ep-geo:NpdBlock . | 34 | +ep-core:npdPolygonPartOfLicenceBlock |
| 35 | - | 35 | + rdf:type owl:TransitiveProperty ; |
| 36 | -ep-geo:NpdBlock | 36 | + rdfs:domain ep-geo:LicenceBlock ; |
| 37 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 37 | + rdfs:range ep-geo:NpdPolygon ; |
| 38 | - rdfs:label "NPD Block"^^xsd:string ; | 38 | + rdfs:subPropertyOf ep-core:hasPart . |
| 39 | - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 39 | + |
| 40 | - owl:disjointWith ep-geo:County , ep-geo:State , ep-geo:Country . | 40 | +ep-geo:AreaCoveredByBusinessArrangement |
| 41 | - | 41 | + rdf:type ep-fac:ProductionFacilityType , owl:Class ; |
| 42 | -ep-geo:NpdPolygon | 42 | + rdfs:label "NPD Block"^^xsd:string ; |
| 43 | - rdf:type owl:Class ; | 43 | + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 44 | - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 44 | + owl:disjointWith ep-geo:LicenceBlock , ep-geo:State , ep-geo:NpdPolygon , ep-geo:County , ep-geo:Country . |
| 45 | - owl:disjointWith ep-geo:Country , ep-geo:County , ep-geo:NpdBlock , ep-geo:State . | 45 | + |
| 46 | - | 46 | +ep-geo:Country |
| 47 | -ep-geo:OffshoreLocation | 47 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 48 | - rdf:type owl:Class ; | 48 | + rdfs:label "country"^^xsd:string ; |
| 49 | - rdfs:label "offshore location"^^xsd:string ; | 49 | + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 50 | - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth . | 50 | + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:County , ep-geo:NpdPolygon , ep-geo:State . |
| 51 | - | 51 | + |
| 52 | -ep-geo:PartOfTheSurfaceOfTheEarth | 52 | +ep-geo:County |
| 53 | - rdf:type owl:Class ; | 53 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 54 | - rdfs:label "part of the surface of the earth"^^xsd:string ; | 54 | + rdfs:label "county"^^xsd:string ; |
| 55 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/production-core#TemporalPartOfARegionOfSpace> . | 55 | + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 56 | - | 56 | + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:State , ep-geo:NpdPolygon , ep-geo:Country . |
| 57 | -ep-geo:State | 57 | + |
| 58 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 58 | +ep-geo:LicenceBlock |
| 59 | - rdfs:label "state"^^xsd:string ; | 59 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 60 | - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 60 | + rdfs:comment "See RDL RDS13025226"^^xsd:string ; |
| 61 | - owl:disjointWith ep-geo:Country , ep-geo:County , ep-geo:NpdPolygon , ep-geo:NpdBlock . | 61 | + rdfs:label "Licence Block"^^xsd:string ; |
| 62 | - | 62 | + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 63 | -ep-geo:hasAreaName | 63 | + owl:disjointWith ep-geo:Country , ep-geo:State , ep-geo:County , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:NpdPolygon . |
| 64 | - rdf:type owl:DatatypeProperty ; | 64 | + |
| 65 | - rdfs:domain ep-geo:OffshoreLocation ; | 65 | +ep-geo:NpdPolygon |
| 66 | - rdfs:label "has area name"^^xsd:string . | 66 | + rdf:type owl:Class ; |
| 67 | - | 67 | + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 68 | -ep-geo:hasNorthSeaAreaName | 68 | + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:County , ep-geo:Country , ep-geo:State . |
| 69 | - rdf:type owl:DatatypeProperty ; | 69 | + |
| 70 | - rdfs:domain ep-geo:OffshoreLocation ; | 70 | +ep-geo:PartOfTheSurfaceOfTheEarth |
| 71 | - rdfs:label "has North Sea area name"^^xsd:string . | 71 | + rdf:type owl:Class ; |
| 72 | - | 72 | + rdfs:label "part of the surface of the earth"^^xsd:string ; |
| 73 | -ep-geo:hasNorthSeaBlockSuffixId | 73 | + rdfs:subClassOf ep-core:PhysicalObject . |
| 74 | - rdf:type owl:DatatypeProperty ; | 74 | + |
| 75 | - rdfs:domain ep-geo:OffshoreLocation ; | 75 | +ep-geo:State |
| 76 | - rdfs:label "has North Sea block suffix ID"^^xsd:string . | 76 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 77 | - | 77 | + rdfs:label "state"^^xsd:string ; |
| 78 | -ep-geo:hasNorthSeaQuadrantId | 78 | + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 79 | - rdf:type owl:DatatypeProperty ; | 79 | + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:County , ep-geo:NpdPolygon , ep-geo:Country . |
| 80 | - rdfs:domain ep-geo:OffshoreLocation ; | 80 | + |
| 81 | - rdfs:label "has North Sea quadrant ID"^^xsd:string . | 81 | +ep-geo:businessArrangementGoverningArea |
| 82 | - | 82 | + rdf:type owl:ObjectProperty ; |
| 83 | -ep-geo:hasOffshoreLocationComment | 83 | + rdfs:domain ep-geo:AreaCoveredByBusinessArrangement ; |
| 84 | - rdf:type owl:DatatypeProperty ; | 84 | + rdfs:range <http://www.reportinghub.no/np/schema/npd#BusinessArrangementArea> . |
| 85 | - rdfs:domain ep-geo:OffshoreLocation ; | 85 | + |
| 86 | - rdfs:label "has offshore location comment"^^xsd:string . | 86 | +ep-geo:locatedWithin |
| 87 | - | 87 | + rdf:type owl:ObjectProperty ; |
| 88 | -ep-geo:locatedWithin | 88 | + rdfs:domain ep-core:PhysicalThing ; |
| 89 | - rdf:type owl:ObjectProperty ; | 89 | + rdfs:label "located within"^^xsd:string ; |
| 90 | - rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ; | 90 | + rdfs:range ep-core:PhysicalObject . |
| 91 | - rdfs:label "located within"^^xsd:string ; | 91 | + |
| 92 | - rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | 92 | +ep-geo:nominallyLocatedAt |
| 93 | - | 93 | + rdf:type owl:ObjectProperty ; |
| 94 | -ep-geo:nominallyLocatedAt | 94 | + rdfs:domain ep-core:PhysicalThing ; |
| 95 | - rdf:type owl:ObjectProperty ; | 95 | + rdfs:label "nominally located at"^^xsd:string ; |
| 96 | - rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ; | 96 | + rdfs:range ep-core:PhysicalObject . |
| 97 | - rdfs:label "nominally located at"^^xsd:string ; | ||
| 98 | - rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | ... | ... |
-
Please register or login to post a comment