SCHEMA_EP-GEOGRAPHY-v1.0.ttl
7.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# baseURI: http://www.reportinghub.no/ep/schema/1.0/geography
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/facility
# imports: http://www.reportinghub.no/np/schema/1.0/npd
@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> .
@prefix ep-geo: <http://www.reportinghub.no/ep/schema/geography#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/ep/schema/1.0/geography>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ep-core:Area
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "Area"^^xsd:string ;
rdfs:subClassOf owl:Class ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS349874"^^xsd:string .
ep-core:areaCoveredByBusinessArrangementHasNpdPolygonPart
rdf:type owl:TransitiveProperty ;
rdfs:domain ep-geo:AreaCoveredByBusinessArrangement ;
rdfs:range ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon ;
rdfs:subPropertyOf ep-core:hasPart .
ep-core:km2
rdfs:domain ep-core:Area .
ep-core:licenceBlockHasNpdPolygonPart
rdf:type owl:TransitiveProperty ;
rdfs:domain ep-geo:LicenceBlock ;
rdfs:range ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon ;
rdfs:subPropertyOf ep-core:hasPart .
ep-geo:AreaCoveredByBusinessArrangement
rdf:type owl:Class ;
rdfs:comment "A part of the earth recognised in a Business Arrangement"^^xsd:string ;
rdfs:label "area covered by business arrangement"^^xsd:string ;
rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
owl:disjointWith ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:LicenceBlock , ep-geo:County , ep-geo:Country .
ep-geo:Country
rdf:type owl:Class ;
rdfs:comment "part of the surface of the earth that is a country"^^xsd:string ;
rdfs:label "country"^^xsd:string ;
rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
owl:disjointWith ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:LicenceBlock , ep-geo:County , ep-geo:AreaCoveredByBusinessArrangement .
ep-geo:County
rdf:type owl:Class ;
rdfs:comment "part of the surface of the earth that is a county"^^xsd:string ;
rdfs:label "county"^^xsd:string ;
rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
owl:disjointWith ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:LicenceBlock , ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement .
ep-geo:DestinationType
rdf:type rdfs:Class ;
rdfs:comment "class that consists of the classes defined by the SaleDestinationType enumeration in the MPR-XSD"^^xsd:string ;
rdfs:label "destination type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-geo:Harbour
rdf:type owl:Class , ep-geo:DestinationType ;
rdfs:comment "part of the surface of the earth that is a harbour"^^xsd:string ;
rdfs:label "harbour"^^xsd:string ;
rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth .
ep-geo:LicenceBlock
rdf:type owl:Class ;
rdfs:comment "See RDL RDS13025226"^^xsd:string ;
rdfs:label "Licence Block"^^xsd:string ;
rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
owl:disjointWith ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement .
ep-geo:OffshoreLocation
rdf:type owl:Class ;
rdfs:comment "part of the surface of the earth that is sea"^^xsd:string ;
rdfs:label "offshore location"^^xsd:string ;
rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth .
ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon
rdf:type owl:Class ;
rdfs:comment "part of the surface of the earth that is specified as a polygon"^^xsd:string ;
rdfs:label "part of the surface of the earth specified as a polygon"^^xsd:string ;
rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
owl:disjointWith ep-geo:State , ep-geo:LicenceBlock , ep-geo:County , ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement .
ep-geo:PartOfTheSurfaceOfTheEarth
rdf:type owl:Class ;
rdfs:comment "part of the surface of the earth, including airspace above and earth/sea below"^^xsd:string ;
rdfs:label "part of the surface of the earth"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject .
ep-geo:State
rdf:type owl:Class ;
rdfs:comment "part of the surface of the earth that is a state or province (source: MPR-XSD)"^^xsd:string ;
rdfs:label "state"^^xsd:string ;
rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:LicenceBlock , ep-geo:County , ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement .
ep-geo:Terminal
rdf:type owl:Class , ep-geo:DestinationType ;
rdfs:comment "facility that is for the storage of oil and/or petrochemical products and from which these products are usually transported to end users or further storage facilities (source: MPR-XSD)"^^xsd:string ;
rdfs:label "terminal"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility , ep-geo:PartOfTheSurfaceOfTheEarth .
ep-geo:hasAreaName
rdf:type owl:DatatypeProperty ;
rdfs:comment "area name of an offshore location"^^xsd:string ;
rdfs:domain ep-geo:OffshoreLocation ;
rdfs:label "has area name"^^xsd:string .
ep-geo:hasNorthSeaAreaName
rdf:type owl:DatatypeProperty ;
rdfs:comment "North Sea area name of an offshore location"^^xsd:string ;
rdfs:domain ep-geo:OffshoreLocation ;
rdfs:label "has North Sea area name"^^xsd:string .
ep-geo:hasNorthSeaBlockSuffixId
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:comment "North Sea block suffix ID of an offshore location"^^xsd:string ;
rdfs:domain ep-geo:OffshoreLocation ;
rdfs:label "has North Sea block suffix ID"^^xsd:string .
ep-geo:hasNorthSeaQuadrantId
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:comment "North Sea quadrant ID of an offshore location"^^xsd:string ;
rdfs:domain ep-geo:OffshoreLocation ;
rdfs:label "has North Sea quadrant ID"^^xsd:string .
ep-geo:hasOffshoreLocationComment
rdf:type owl:DatatypeProperty ;
rdfs:comment "comment that is about an offshore location"^^xsd:string ;
rdfs:domain ep-geo:OffshoreLocation ;
rdfs:label "has offshore location comment"^^xsd:string .
ep-geo:locatedWithin
rdf:type owl:ObjectProperty ;
rdfs:comment "physical object that is or defines the volume within which a physical thing is located"^^xsd:string ;
rdfs:domain ep-core:PhysicalThing ;
rdfs:label "located within"^^xsd:string ;
rdfs:range ep-core:PhysicalObject .
ep-geo:nominallyLocatedAt
rdf:type owl:ObjectProperty ;
rdfs:comment "physical thing that is or defines the point in space at which a physical thing is nominally located"^^xsd:string ;
rdfs:domain ep-core:PhysicalThing ;
rdfs:label "nominally located at"^^xsd:string ;
rdfs:range ep-core:PhysicalObject .