David Leal

More common properties stuff

...@@ -256,6 +256,13 @@ ep-prodfac:UnavailableFacility ...@@ -256,6 +256,13 @@ ep-prodfac:UnavailableFacility
256 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> ; 256 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> ;
257 owl:disjointWith ep-prodfac:AvailableFacility . 257 owl:disjointWith ep-prodfac:AvailableFacility .
258 258
259 +ep-prodfac:facilityPressureAlarm-low
260 + rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ;
261 + rdfs:comment "pressure below which an alarm will be raised"^^xsd:string ;
262 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
263 + rdfs:label "facility pressure alarm - low"^^xsd:string ;
264 + rdfs:range ep-core:Pressure .
265 +
259 ep-prodfac:numberOfBedsAvailable 266 ep-prodfac:numberOfBedsAvailable
260 rdf:type owl:DatatypeProperty ; 267 rdf:type owl:DatatypeProperty ;
261 rdfs:comment "number of beds available on a facility"^^xsd:string ; 268 rdfs:comment "number of beds available on a facility"^^xsd:string ;
...@@ -269,6 +276,13 @@ ep-prodfac:operatingTime ...@@ -269,6 +276,13 @@ ep-prodfac:operatingTime
269 rdfs:label "operating time"^^xsd:string ; 276 rdfs:label "operating time"^^xsd:string ;
270 rdfs:range ep-core:TimeDuration . 277 rdfs:range ep-core:TimeDuration .
271 278
279 +ep-prodfac:pipelineEfficiencyFactor
280 + rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ;
281 + rdfs:comment "Factor by which theoretical volumetric flow rates are multiplied to account for water, condenate and solids in a pipeline"^^xsd:string ;
282 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
283 + rdfs:label "pipeline efficiency factor"^^xsd:string ;
284 + rdfs:range ep-core:VolumePerVolume .
285 +
272 ep-prodfac:scheduledTimeUnavailable 286 ep-prodfac:scheduledTimeUnavailable
273 rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; 287 rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ;
274 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 288 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
...@@ -287,6 +301,9 @@ ep-prodfac:timeAvailable ...@@ -287,6 +301,9 @@ ep-prodfac:timeAvailable
287 rdfs:label "time available"^^xsd:string ; 301 rdfs:label "time available"^^xsd:string ;
288 rdfs:range ep-core:TimeDuration . 302 rdfs:range ep-core:TimeDuration .
289 303
304 +<http://www.reportinghub.no/ep/schema/production-well#Annulus>
305 + rdfs:comment "void between the production tubing and a casing string"^^xsd:string .
306 +
290 <http://www.reportinghub.no/ep/schema/well#Cluster> 307 <http://www.reportinghub.no/ep/schema/well#Cluster>
291 rdf:type ep-prodfac:ReportingFacilityType . 308 rdf:type ep-prodfac:ReportingFacilityType .
292 309
......