Showing
4 changed files
with
16 additions
and
16 deletions
| ... | @@ -14,11 +14,11 @@ | ... | @@ -14,11 +14,11 @@ |
| 14 | 14 | ||
| 15 | <http://www.reportinghub.no/ep/schema/1.0/geography> | 15 | <http://www.reportinghub.no/ep/schema/1.0/geography> |
| 16 | rdf:type owl:Ontology ; | 16 | rdf:type owl:Ontology ; |
| 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> ; | 17 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/production-core> ; |
| 18 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 18 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 19 | 19 | ||
| 20 | ep-core:Area | 20 | ep-core:Area |
| 21 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 21 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 22 | rdfs:label "Compressibility"^^xsd:string ; | 22 | rdfs:label "Compressibility"^^xsd:string ; |
| 23 | rdfs:subClassOf owl:Class . | 23 | rdfs:subClassOf owl:Class . |
| 24 | 24 | ||
| ... | @@ -38,22 +38,22 @@ ep-core:licenceBlockHasNpdPolygonPart | ... | @@ -38,22 +38,22 @@ ep-core:licenceBlockHasNpdPolygonPart |
| 38 | rdfs:subPropertyOf ep-core:hasPart . | 38 | rdfs:subPropertyOf ep-core:hasPart . |
| 39 | 39 | ||
| 40 | ep-geo:AreaCoveredByBusinessArrangement | 40 | ep-geo:AreaCoveredByBusinessArrangement |
| 41 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 41 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 42 | rdfs:label "A part of the earth recognised in a Business Arrangement"^^xsd:string ; | 42 | rdfs:label "A part of the earth recognised in a Business Arrangement"^^xsd:string ; |
| 43 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 43 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 44 | - owl:disjointWith ep-geo:LicenceBlock , ep-geo:State , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:Country . | 44 | + owl:disjointWith ep-geo:Country , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:State , ep-geo:LicenceBlock . |
| 45 | 45 | ||
| 46 | ep-geo:Country | 46 | ep-geo:Country |
| 47 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 47 | + rdf:type ep-fac:ProductionFacilityType , owl:Class ; |
| 48 | rdfs:label "country"^^xsd:string ; | 48 | rdfs:label "country"^^xsd:string ; |
| 49 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 49 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 50 | - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . | 50 | + owl:disjointWith ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement . |
| 51 | 51 | ||
| 52 | ep-geo:County | 52 | ep-geo:County |
| 53 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 53 | + rdf:type ep-fac:ProductionFacilityType , owl:Class ; |
| 54 | rdfs:label "county"^^xsd:string ; | 54 | rdfs:label "county"^^xsd:string ; |
| 55 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 55 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 56 | - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:Country . | 56 | + owl:disjointWith ep-geo:Country , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement . |
| 57 | 57 | ||
| 58 | ep-geo:DestinationType | 58 | ep-geo:DestinationType |
| 59 | rdf:type rdfs:Class ; | 59 | rdf:type rdfs:Class ; |
| ... | @@ -61,7 +61,7 @@ ep-geo:DestinationType | ... | @@ -61,7 +61,7 @@ ep-geo:DestinationType |
| 61 | rdfs:subClassOf owl:Class . | 61 | rdfs:subClassOf owl:Class . |
| 62 | 62 | ||
| 63 | ep-geo:Harbour | 63 | ep-geo:Harbour |
| 64 | - rdf:type ep-geo:DestinationType , owl:Class ; | 64 | + rdf:type owl:Class , ep-geo:DestinationType ; |
| 65 | rdfs:label "harbour"^^xsd:string ; | 65 | rdfs:label "harbour"^^xsd:string ; |
| 66 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth . | 66 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth . |
| 67 | 67 | ||
| ... | @@ -80,7 +80,7 @@ ep-geo:OffshoreLocation | ... | @@ -80,7 +80,7 @@ ep-geo:OffshoreLocation |
| 80 | ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon | 80 | ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon |
| 81 | rdf:type owl:Class ; | 81 | rdf:type owl:Class ; |
| 82 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 82 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 83 | - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:County , ep-geo:Country , ep-geo:State . | 83 | + owl:disjointWith ep-geo:State , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement . |
| 84 | 84 | ||
| 85 | ep-geo:PartOfTheSurfaceOfTheEarth | 85 | ep-geo:PartOfTheSurfaceOfTheEarth |
| 86 | rdf:type owl:Class ; | 86 | rdf:type owl:Class ; |
| ... | @@ -88,15 +88,15 @@ ep-geo:PartOfTheSurfaceOfTheEarth | ... | @@ -88,15 +88,15 @@ ep-geo:PartOfTheSurfaceOfTheEarth |
| 88 | rdfs:subClassOf ep-core:PhysicalObject . | 88 | rdfs:subClassOf ep-core:PhysicalObject . |
| 89 | 89 | ||
| 90 | ep-geo:State | 90 | ep-geo:State |
| 91 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 91 | + rdf:type ep-fac:ProductionFacilityType , owl:Class ; |
| 92 | rdfs:label "state"^^xsd:string ; | 92 | rdfs:label "state"^^xsd:string ; |
| 93 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 93 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 94 | - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:Country . | 94 | + owl:disjointWith ep-geo:Country , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement . |
| 95 | 95 | ||
| 96 | ep-geo:Terminal | 96 | ep-geo:Terminal |
| 97 | - rdf:type ep-geo:DestinationType , owl:Class ; | 97 | + rdf:type owl:Class , ep-geo:DestinationType ; |
| 98 | rdfs:label "terminal"^^xsd:string ; | 98 | rdfs:label "terminal"^^xsd:string ; |
| 99 | - rdfs:subClassOf ep-fac:Facility , ep-geo:PartOfTheSurfaceOfTheEarth . | 99 | + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth , ep-fac:Facility . |
| 100 | 100 | ||
| 101 | ep-geo:areaOnSurfaceOfEarth | 101 | ep-geo:areaOnSurfaceOfEarth |
| 102 | rdf:type owl:ObjectProperty ; | 102 | rdf:type owl:ObjectProperty ; |
| ... | @@ -119,12 +119,12 @@ ep-geo:hasNorthSeaAreaName | ... | @@ -119,12 +119,12 @@ ep-geo:hasNorthSeaAreaName |
| 119 | rdfs:label "has North Sea area name"^^xsd:string . | 119 | rdfs:label "has North Sea area name"^^xsd:string . |
| 120 | 120 | ||
| 121 | ep-geo:hasNorthSeaBlockSuffixId | 121 | ep-geo:hasNorthSeaBlockSuffixId |
| 122 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 122 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 123 | rdfs:domain ep-geo:OffshoreLocation ; | 123 | rdfs:domain ep-geo:OffshoreLocation ; |
| 124 | rdfs:label "has North Sea block suffix ID"^^xsd:string . | 124 | rdfs:label "has North Sea block suffix ID"^^xsd:string . |
| 125 | 125 | ||
| 126 | ep-geo:hasNorthSeaQuadrantId | 126 | ep-geo:hasNorthSeaQuadrantId |
| 127 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 127 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 128 | rdfs:domain ep-geo:OffshoreLocation ; | 128 | rdfs:domain ep-geo:OffshoreLocation ; |
| 129 | rdfs:label "has North Sea quadrant ID"^^xsd:string . | 129 | rdfs:label "has North Sea quadrant ID"^^xsd:string . |
| 130 | 130 | ... | ... |
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment