SCHEMA_EP-FACILITY-v1.0.ttl
7.88 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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
# baseURI: http://www.reportinghub.no/ep/schema/1.0/facility
# imports: http://www.reportinghub.no/ep/schema/1.0/core
@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> .
@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 sp: <http://spinrdf.org/sp#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix spl: <http://spinrdf.org/spl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/ep/schema/1.0/facility>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ;
owl:versionInfo "0.1.0"^^xsd:string .
ep-fac:Facility
rdf:type owl:Class ;
rdfs:comment "a physical object that is all or part of the life of something that is operated, maintained and refurbished over a long period, and that is regarded as a major asset"^^xsd:string ;
rdfs:label "facility"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject .
ep-fac:Field
rdf:type owl:Class ;
rdfs:label "field"^^xsd:string ;
rdfs:subClassOf ep-fac:TemporalPartOfAField ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS409500951"^^xsd:string .
ep-fac:FixedFacility
rdf:type owl:DeprecatedClass , ep-fac:FixedOrMoveableFacilityType ;
rdfs:comment "facility that has been build and that is intended to remain in one place"^^xsd:string ;
rdfs:label "fixed facility"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility .
ep-fac:FixedOrMoveableFacilityType
rdf:type rdfs:Class ;
rdfs:comment "class of facility on the basis of whether it is fixed or moveable"^^xsd:string ;
rdfs:label "fixed or moveable facility type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-fac:FixedOrMoveableRigType
rdf:type rdfs:Class ;
rdfs:comment "class of rig on the basis of whether it is fixed or moveable"^^xsd:string ;
rdfs:label "fixed or moveable rig type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-fac:FixedRig
rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ;
rdfs:comment "a fixed oil and gas drilling facility"^^xsd:string ;
rdfs:label "fixed rig"^^xsd:string ;
rdfs:subClassOf ep-fac:Rig , ep-fac:FixedFacility .
ep-fac:Flowline
rdf:type owl:Class ;
rdfs:comment "facility that is a flowline"^^xsd:string ;
rdfs:label "flowline"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS806653861"^^xsd:string .
ep-fac:Flowline-production
rdf:type owl:Class ;
rdfs:comment "not used in the MPR"^^xsd:string ;
rdfs:label "flowline - production"^^xsd:string ;
rdfs:subClassOf ep-fac:Flowline .
ep-fac:Lease
rdf:type owl:Class ;
rdfs:comment "facility that is defined by a lease"^^xsd:string ;
rdfs:label "lease"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS806655591"^^xsd:string .
ep-fac:MoveableFacility
rdf:type owl:Class , ep-fac:FixedOrMoveableFacilityType ;
rdfs:label "moveable facility"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS4316634576"^^xsd:string .
ep-fac:MoveableRig
rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ;
rdfs:comment "a moveable oil and gas drilling facility"^^xsd:string ;
rdfs:label "moveable rig"^^xsd:string ;
rdfs:subClassOf ep-fac:Rig , ep-fac:MoveableFacility .
ep-fac:Platform
rdf:type owl:Class ;
rdfs:comment "facility that is a platform"^^xsd:string ;
rdfs:label "platform"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS8015624981"^^xsd:string .
ep-fac:ProductionFacility
rdf:type owl:Class ;
rdfs:comment "production facility that is for all of its life"^^xsd:string ;
rdfs:label "production facility"^^xsd:string ;
rdfs:subClassOf ep-fac:TemporalPartOfAProductionFacility .
ep-fac:Reservoir
rdf:type owl:Class ;
rdfs:label "reservoir"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS8015624985"^^xsd:string .
ep-fac:Rig
rdf:type owl:Class ;
rdfs:comment "an oil and gas drilling facility"^^xsd:string ;
rdfs:label "rig"^^xsd:string ;
rdfs:subClassOf ep-fac:TemporalPartOfARig .
ep-fac:SubSurfaceFixedFacility
rdf:type owl:Class ;
rdfs:label "sub-surface fixed facility"^^xsd:string ;
rdfs:subClassOf ep-fac:FixedFacility ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS43166345103"^^xsd:string .
ep-fac:SurfaceFixedFacility
rdf:type owl:Class ;
rdfs:label "surface fixed facility"^^xsd:string ;
rdfs:subClassOf ep-fac:FixedFacility ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS4316634591"^^xsd:string .
ep-fac:SurroundingAir
rdf:type owl:Class ;
rdfs:comment "physical object that is the air surrounding a facility"^^xsd:string ;
rdfs:label "surrounding air"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject .
ep-fac:SurroundingEnvironment
rdf:type owl:Class ;
rdfs:comment "physical object that is the environment surrounding a facility"^^xsd:string ;
rdfs:label "surrounding environment"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject .
ep-fac:SurroundingWater
rdf:type owl:Class ;
rdfs:comment "physical object that is the water surrounding a facility"^^xsd:string ;
rdfs:label "surrounding water"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject .
ep-fac:SurroundingWater-meanSeaLevel
rdf:type owl:Class ;
rdfs:comment "physical object that is the mean sea level of surrounding water"^^xsd:string ;
rdfs:label "surrounding water at mean sea level"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject .
ep-fac:Template
rdf:type owl:Class ;
rdfs:comment "equipment that is an ocean bottom template"^^xsd:string ;
rdfs:label "template"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS16551212"^^xsd:string .
ep-fac:TemporalPartOfAField
rdf:type owl:Class ;
rdfs:comment "a temporal part of a field"^^xsd:string ;
rdfs:label "temporal part of a field"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility .
ep-fac:TemporalPartOfAProductionFacility
rdf:type owl:Class ;
rdfs:comment "facility that is a temporal part of a production facility"^^xsd:string ;
rdfs:label "temporal part of a production facility"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility .
ep-fac:TemporalPartOfARig
rdf:type owl:Class ;
rdfs:comment "a temporal part of an oil and gas drilling facility"^^xsd:string ;
rdfs:label "temporal part of a rig"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility .
ep-fac:Zone
rdf:type owl:Class ;
rdfs:comment "spatial part of a wellbore that is a zone"^^xsd:string ;
rdfs:label "zone"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility .
ep-fac:depthOfSurroundingWater
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:comment "class_of_indirect_property that is the depth of surrounding water"^^xsd:string ;
rdfs:domain ep-fac:SurroundingWater ;
rdfs:label "depth of surrounding water"^^xsd:string ;
rdfs:range ep-core:Length .