Added documentation for flow, and well ontologies for loading into RDL
Showing
14 changed files
with
31 additions
and
15 deletions
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
... | @@ -35,6 +35,7 @@ | ... | @@ -35,6 +35,7 @@ |
35 | 35 | ||
36 | <http://www.reportinghub.no/ep/schema/facility#CloudCover> | 36 | <http://www.reportinghub.no/ep/schema/facility#CloudCover> |
37 | rdf:type owl:Class ; | 37 | rdf:type owl:Class ; |
38 | + rdfs:comment "physical object that is cloud cover in the atmosphere"^^xsd:string ; | ||
38 | rdfs:label "cloud cover"^^xsd:string ; | 39 | rdfs:label "cloud cover"^^xsd:string ; |
39 | rdfs:subClassOf ep-core:PhysicalObject . | 40 | rdfs:subClassOf ep-core:PhysicalObject . |
40 | 41 | ||
... | @@ -79,48 +80,56 @@ | ... | @@ -79,48 +80,56 @@ |
79 | 80 | ||
80 | <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight> | 81 | <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight> |
81 | rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; | 82 | rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; |
83 | + rdfs:comment "length that is the average of the higher 1/3 of the wave heights passing during a sample period (typically 20 to 30 minutes) (source: MPR-XSD)"^^xsd:string ; | ||
82 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | 84 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; |
83 | rdfs:label "average highest third wave height"^^xsd:string ; | 85 | rdfs:label "average highest third wave height"^^xsd:string ; |
84 | rdfs:range ep-core:Length . | 86 | rdfs:range ep-core:Length . |
85 | 87 | ||
86 | <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight> | 88 | <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight> |
87 | rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 89 | rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
90 | + rdfs:comment "length that is the average height of surface waves"^^xsd:string ; | ||
88 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | 91 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; |
89 | rdfs:label "average wave height"^^xsd:string ; | 92 | rdfs:label "average wave height"^^xsd:string ; |
90 | rdfs:range ep-core:Length . | 93 | rdfs:range ep-core:Length . |
91 | 94 | ||
92 | <http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight> | 95 | <http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight> |
93 | rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; | 96 | rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; |
97 | + rdfs:comment "length that is the height of the cloud ceiling"^^xsd:string ; | ||
94 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#CloudCover> ; | 98 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#CloudCover> ; |
95 | rdfs:label "cloud ceiling height"^^xsd:string ; | 99 | rdfs:label "cloud ceiling height"^^xsd:string ; |
96 | rdfs:range ep-core:Length . | 100 | rdfs:range ep-core:Length . |
97 | 101 | ||
98 | <http://www.reportinghub.no/ep/schema/facility#facilityOperator> | 102 | <http://www.reportinghub.no/ep/schema/facility#facilityOperator> |
99 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 103 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
104 | + rdfs:comment "organization that operates a facility"^^xsd:string ; | ||
100 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 105 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
101 | rdfs:label "facility operator"^^xsd:string ; | 106 | rdfs:label "facility operator"^^xsd:string ; |
102 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 107 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
103 | 108 | ||
104 | <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight> | 109 | <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight> |
105 | rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 110 | rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
111 | + rdfs:comment "length that is the maximum height of surface waves"^^xsd:string ; | ||
106 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | 112 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; |
107 | rdfs:label "maximum wave height"^^xsd:string ; | 113 | rdfs:label "maximum wave height"^^xsd:string ; |
108 | rdfs:range ep-core:Length . | 114 | rdfs:range ep-core:Length . |
109 | 115 | ||
110 | -<http://www.reportinghub.no/ep/schema/facility#period> | 116 | +<http://www.reportinghub.no/ep/schema/facility#surfaceWavePeriod> |
111 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 117 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
118 | + rdfs:comment "time duration that is the period of surface waves"^^xsd:string ; | ||
112 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | 119 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; |
113 | rdfs:label "period"^^xsd:string ; | 120 | rdfs:label "period"^^xsd:string ; |
114 | - rdfs:range ep-core:Length . | 121 | + rdfs:range ep-core:TimeDuration . |
115 | 122 | ||
116 | <http://www.reportinghub.no/ep/schema/facility#visibility> | 123 | <http://www.reportinghub.no/ep/schema/facility#visibility> |
117 | rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 124 | rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
125 | + rdfs:comment "length that is the maximum distance at which things can be seen through surrounding air"^^xsd:string ; | ||
118 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | 126 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; |
119 | rdfs:label "visibility"^^xsd:string ; | 127 | rdfs:label "visibility"^^xsd:string ; |
120 | rdfs:range ep-core:Length . | 128 | rdfs:range ep-core:Length . |
121 | 129 | ||
122 | <http://www.reportinghub.no/ep/schema/facility#windChillTemperature> | 130 | <http://www.reportinghub.no/ep/schema/facility#windChillTemperature> |
123 | rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 131 | rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
132 | + rdfs:comment "temperature that is the wind chill temperature of surrounding air"^^xsd:string ; | ||
124 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | 133 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; |
125 | rdfs:label "wind chill temperature"^^xsd:string ; | 134 | rdfs:label "wind chill temperature"^^xsd:string ; |
126 | rdfs:range ep-core:Temperature . | 135 | rdfs:range ep-core:Temperature . |
... | @@ -139,6 +148,7 @@ | ... | @@ -139,6 +148,7 @@ |
139 | 148 | ||
140 | ep-prodfac:Boat | 149 | ep-prodfac:Boat |
141 | rdf:type owl:Class ; | 150 | rdf:type owl:Class ; |
151 | + rdfs:comment "facility that is a boat"^^xsd:string ; | ||
142 | rdfs:label "boat"^^xsd:string ; | 152 | rdfs:label "boat"^^xsd:string ; |
143 | rdfs:subClassOf ep-prodfac:ShipOrBoat . | 153 | rdfs:subClassOf ep-prodfac:ShipOrBoat . |
144 | 154 | ||
... | @@ -162,29 +172,34 @@ ep-prodfac:Field-part | ... | @@ -162,29 +172,34 @@ ep-prodfac:Field-part |
162 | 172 | ||
163 | ep-prodfac:Installation | 173 | ep-prodfac:Installation |
164 | rdf:type owl:Class ; | 174 | rdf:type owl:Class ; |
175 | + rdfs:comment "physical object that is an appliance involved in the extraction, production, transportation or storage of oil or gas (source: MPR-XSD)"^^xsd:string ; | ||
165 | rdfs:label "installation"^^xsd:string ; | 176 | rdfs:label "installation"^^xsd:string ; |
166 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . | 177 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . |
167 | 178 | ||
168 | ep-prodfac:OilTanker | 179 | ep-prodfac:OilTanker |
169 | rdf:type owl:Class ; | 180 | rdf:type owl:Class ; |
181 | + rdfs:comment "ship that carries a cargo of oil"^^xsd:string ; | ||
170 | rdfs:label "oil tanker"^^xsd:string ; | 182 | rdfs:label "oil tanker"^^xsd:string ; |
171 | rdfs:subClassOf ep-prodfac:Ship . | 183 | rdfs:subClassOf ep-prodfac:Ship . |
172 | 184 | ||
173 | ep-prodfac:Pipeline | 185 | ep-prodfac:Pipeline |
174 | - rdfs:comment "facility that is a pipeline"^^xsd:string . | 186 | + rdfs:comment "fluid conductor that consists of pipe, possibly also including pumps, valves, and control devices, intended for conveying liquids, gases, or finely divided solids (source: MPR-XSD)"^^xsd:string . |
175 | 187 | ||
176 | ep-prodfac:Plant | 188 | ep-prodfac:Plant |
177 | rdf:type owl:Class ; | 189 | rdf:type owl:Class ; |
190 | + rdfs:comment "facility that is a <no definition in MPR-XSD>"^^xsd:string ; | ||
178 | rdfs:label "plant"^^xsd:string ; | 191 | rdfs:label "plant"^^xsd:string ; |
179 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . | 192 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . |
180 | 193 | ||
181 | ep-prodfac:Plant-processing | 194 | ep-prodfac:Plant-processing |
182 | rdf:type owl:Class ; | 195 | rdf:type owl:Class ; |
196 | + rdfs:comment "facility that is a <no definition in MPR-XSD>"^^xsd:string ; | ||
183 | rdfs:label "plant - processing"^^xsd:string ; | 197 | rdfs:label "plant - processing"^^xsd:string ; |
184 | rdfs:subClassOf ep-prodfac:Plant . | 198 | rdfs:subClassOf ep-prodfac:Plant . |
185 | 199 | ||
186 | ep-prodfac:ProcessingFacility | 200 | ep-prodfac:ProcessingFacility |
187 | rdf:type owl:Class ; | 201 | rdf:type owl:Class ; |
202 | + rdfs:comment "single production processing facility (source: MPR-XSD)"^^xsd:string ; | ||
188 | rdfs:label "processing facility"^^xsd:string ; | 203 | rdfs:label "processing facility"^^xsd:string ; |
189 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . | 204 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . |
190 | 205 | ||
... | @@ -196,31 +211,31 @@ ep-prodfac:ReportingFacilityType | ... | @@ -196,31 +211,31 @@ ep-prodfac:ReportingFacilityType |
196 | 211 | ||
197 | ep-prodfac:Ship | 212 | ep-prodfac:Ship |
198 | rdf:type owl:Class ; | 213 | rdf:type owl:Class ; |
214 | + rdfs:comment "facility that is a ship"^^xsd:string ; | ||
199 | rdfs:label "ship"^^xsd:string ; | 215 | rdfs:label "ship"^^xsd:string ; |
200 | rdfs:subClassOf ep-prodfac:ShipOrBoat . | 216 | rdfs:subClassOf ep-prodfac:ShipOrBoat . |
201 | 217 | ||
202 | ep-prodfac:ShipOrBoat | 218 | ep-prodfac:ShipOrBoat |
203 | rdf:type owl:Class ; | 219 | rdf:type owl:Class ; |
204 | - rdfs:label "ship or boat"^^xsd:string ; | 220 | + rdfs:comment "facility that is a ship or boat"^^xsd:string ; |
205 | - rdfs:subClassOf ep-prodfac:TemporalPartOfAShipOrBoat . | 221 | + rdfs:label "(temporal part of a) ship or boat"^^xsd:string ; |
222 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . | ||
206 | 223 | ||
207 | ep-prodfac:StorageFacility | 224 | ep-prodfac:StorageFacility |
208 | rdf:type owl:Class ; | 225 | rdf:type owl:Class ; |
226 | + rdfs:comment "system for the storage of gaseous, liquid and solid products (source: MPR-XSD)"^^xsd:string ; | ||
209 | rdfs:label "storage facility"^^xsd:string ; | 227 | rdfs:label "storage facility"^^xsd:string ; |
210 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . | 228 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . |
211 | 229 | ||
212 | ep-prodfac:SupplyShip | 230 | ep-prodfac:SupplyShip |
213 | rdf:type owl:Class ; | 231 | rdf:type owl:Class ; |
232 | + rdfs:comment "ship that supplies off-shore installations"^^xsd:string ; | ||
214 | rdfs:label "supply ship"^^xsd:string ; | 233 | rdfs:label "supply ship"^^xsd:string ; |
215 | rdfs:subClassOf ep-prodfac:Ship . | 234 | rdfs:subClassOf ep-prodfac:Ship . |
216 | 235 | ||
217 | -ep-prodfac:TemporalPartOfAShipOrBoat | ||
218 | - rdf:type owl:Class ; | ||
219 | - rdfs:label "temporal part of a ship or boat"^^xsd:string ; | ||
220 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . | ||
221 | - | ||
222 | ep-prodfac:TrunkLine | 236 | ep-prodfac:TrunkLine |
223 | rdf:type owl:Class ; | 237 | rdf:type owl:Class ; |
238 | + rdfs:comment "A single trunkline (source: MPR-XSD)"^^xsd:string ; | ||
224 | rdfs:label "trunk line"^^xsd:string ; | 239 | rdfs:label "trunk line"^^xsd:string ; |
225 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . | 240 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . |
226 | 241 | ||
... | @@ -266,6 +281,7 @@ ep-prodfac:numberOfPersonnelOnBoard | ... | @@ -266,6 +281,7 @@ ep-prodfac:numberOfPersonnelOnBoard |
266 | 281 | ||
267 | ep-prodfac:operatingTime | 282 | ep-prodfac:operatingTime |
268 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 283 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
284 | + rdfs:comment "time duration that is the operating time of a temporal part of a facility"^^xsd:string ; | ||
269 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 285 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
270 | rdfs:label "operating time"^^xsd:string ; | 286 | rdfs:label "operating time"^^xsd:string ; |
271 | rdfs:range ep-core:TimeDuration . | 287 | rdfs:range ep-core:TimeDuration . | ... | ... |
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
... | @@ -20,7 +20,7 @@ | ... | @@ -20,7 +20,7 @@ |
20 | 20 | ||
21 | <http://www.reportinghub.no/ep/spin/mpr-tables> | 21 | <http://www.reportinghub.no/ep/spin/mpr-tables> |
22 | rdf:type owl:Ontology ; | 22 | rdf:type owl:Ontology ; |
23 | - owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> ; | 23 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> ; |
24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
25 | 25 | ||
26 | mpr-tables:Cargo | 26 | mpr-tables:Cargo |
... | @@ -2370,7 +2370,7 @@ mpr-tables:ProductionInventory | ... | @@ -2370,7 +2370,7 @@ mpr-tables:ProductionInventory |
2370 | sp:elements ([ sp:object | 2370 | sp:elements ([ sp:object |
2371 | [ sp:varName "massQuantityValue"^^xsd:string | 2371 | [ sp:varName "massQuantityValue"^^xsd:string |
2372 | ] ; | 2372 | ] ; |
2373 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#summedDailyMass> ; | 2373 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#massAtAccountingInstant> ; |
2374 | sp:subject | 2374 | sp:subject |
2375 | [ sp:varName "productInventoryInPeriod"^^xsd:string | 2375 | [ sp:varName "productInventoryInPeriod"^^xsd:string |
2376 | ] | 2376 | ] | ... | ... |
... | @@ -23,7 +23,7 @@ | ... | @@ -23,7 +23,7 @@ |
23 | 23 | ||
24 | <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> | 24 | <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> |
25 | rdf:type owl:Ontology ; | 25 | rdf:type owl:Ontology ; |
26 | - owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> ; | 26 | + owl:imports <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> ; |
27 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 27 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
28 | 28 | ||
29 | ep-mpr-spin-lib:Function | 29 | ep-mpr-spin-lib:Function |
... | @@ -5053,7 +5053,7 @@ ep-mpr-spin-lib:selectReportingFacilityType | ... | @@ -5053,7 +5053,7 @@ ep-mpr-spin-lib:selectReportingFacilityType |
5053 | sp:arg1 spin:_arg1 ; | 5053 | sp:arg1 spin:_arg1 ; |
5054 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_completion> | 5054 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_completion> |
5055 | ] ; | 5055 | ] ; |
5056 | - sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#WellCompletion> ; | 5056 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#WellCompletionEquipment> ; |
5057 | sp:arg3 [ rdf:type sp:if ; | 5057 | sp:arg3 [ rdf:type sp:if ; |
5058 | sp:arg1 [ rdf:type sp:eq ; | 5058 | sp:arg1 [ rdf:type sp:eq ; |
5059 | sp:arg1 spin:_arg1 ; | 5059 | sp:arg1 spin:_arg1 ; | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
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