David Price

Merge branch 'master' into aug22-mprgok-save

...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
12 12
13 <http://www.reportinghub.no/ep/schema/1.0/production-equipment> 13 <http://www.reportinghub.no/ep/schema/1.0/production-equipment>
14 rdf:type owl:Ontology ; 14 rdf:type owl:Ontology ;
15 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ; 15 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> ;
16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
17 17
18 <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> 18 <http://www.reportinghub.no/ep/schema/equipment#ChokeValve>
...@@ -71,17 +71,17 @@ ep-prodeqt:Valve ...@@ -71,17 +71,17 @@ ep-prodeqt:Valve
71 rdfs:label "valve"^^xsd:string ; 71 rdfs:label "valve"^^xsd:string ;
72 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 72 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
73 73
74 +ep-prodeqt:areaOpenFraction
75 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
76 + rdfs:domain ep-prodeqt:Valve ;
77 + rdfs:label "area open fraction"^^xsd:string ;
78 + rdfs:range ep-core:AreaPerArea .
79 +
74 ep-prodeqt:hasCaptain 80 ep-prodeqt:hasCaptain
75 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 81 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
76 rdfs:label "has captain"^^xsd:string ; 82 rdfs:label "has captain"^^xsd:string ;
77 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Person> . 83 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Person> .
78 84
79 -ep-prodeqt:hasValvePosition
80 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
81 - rdfs:domain ep-prodeqt:Valve ;
82 - rdfs:label "has valve position"^^xsd:string ;
83 - rdfs:range ep-core:Ratio .
84 -
85 ep-prodfac:Pipeline 85 ep-prodfac:Pipeline
86 rdf:type owl:Class ; 86 rdf:type owl:Class ;
87 rdfs:label "pipeline"^^xsd:string ; 87 rdfs:label "pipeline"^^xsd:string ;
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
12 12
13 <http://www.reportinghub.no/ep/schema/1.0/production-facility> 13 <http://www.reportinghub.no/ep/schema/1.0/production-facility>
14 rdf:type owl:Ontology ; 14 rdf:type owl:Ontology ;
15 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ; 15 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> ;
16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
17 17
18 <http://www.reportinghub.no/ep/schema/equipment#Compressor> 18 <http://www.reportinghub.no/ep/schema/equipment#Compressor>
...@@ -73,56 +73,56 @@ ...@@ -73,56 +73,56 @@
73 rdf:type ep-prodfac:ReportingFacilityType . 73 rdf:type ep-prodfac:ReportingFacilityType .
74 74
75 <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight> 75 <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight>
76 - rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; 76 + rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ;
77 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 ; 77 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 ;
78 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; 78 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
79 rdfs:label "average highest third wave height"^^xsd:string ; 79 rdfs:label "average highest third wave height"^^xsd:string ;
80 rdfs:range ep-core:Length . 80 rdfs:range ep-core:Length .
81 81
82 <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight> 82 <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight>
83 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 83 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
84 rdfs:comment "length that is the average height of surface waves"^^xsd:string ; 84 rdfs:comment "length that is the average height of surface waves"^^xsd:string ;
85 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; 85 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
86 rdfs:label "average wave height"^^xsd:string ; 86 rdfs:label "average wave height"^^xsd:string ;
87 rdfs:range ep-core:Length . 87 rdfs:range ep-core:Length .
88 88
89 <http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight> 89 <http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight>
90 - rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; 90 + rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ;
91 rdfs:comment "length that is the height of the cloud ceiling"^^xsd:string ; 91 rdfs:comment "length that is the height of the cloud ceiling"^^xsd:string ;
92 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#CloudCover> ; 92 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#CloudCover> ;
93 rdfs:label "cloud ceiling height"^^xsd:string ; 93 rdfs:label "cloud ceiling height"^^xsd:string ;
94 rdfs:range ep-core:Length . 94 rdfs:range ep-core:Length .
95 95
96 <http://www.reportinghub.no/ep/schema/facility#facilityOperator> 96 <http://www.reportinghub.no/ep/schema/facility#facilityOperator>
97 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 97 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
98 rdfs:comment "organization that operates a facility"^^xsd:string ; 98 rdfs:comment "organization that operates a facility"^^xsd:string ;
99 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 99 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
100 rdfs:label "facility operator"^^xsd:string ; 100 rdfs:label "facility operator"^^xsd:string ;
101 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 101 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
102 102
103 <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight> 103 <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight>
104 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 104 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
105 rdfs:comment "length that is the maximum height of surface waves"^^xsd:string ; 105 rdfs:comment "length that is the maximum height of surface waves"^^xsd:string ;
106 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; 106 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
107 rdfs:label "maximum wave height"^^xsd:string ; 107 rdfs:label "maximum wave height"^^xsd:string ;
108 rdfs:range ep-core:Length . 108 rdfs:range ep-core:Length .
109 109
110 <http://www.reportinghub.no/ep/schema/facility#surfaceWavePeriod> 110 <http://www.reportinghub.no/ep/schema/facility#surfaceWavePeriod>
111 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 111 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
112 rdfs:comment "time duration that is the period of surface waves"^^xsd:string ; 112 rdfs:comment "time duration that is the period of surface waves"^^xsd:string ;
113 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; 113 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
114 rdfs:label "period"^^xsd:string ; 114 rdfs:label "period"^^xsd:string ;
115 rdfs:range ep-core:TimeDuration . 115 rdfs:range ep-core:TimeDuration .
116 116
117 <http://www.reportinghub.no/ep/schema/facility#visibility> 117 <http://www.reportinghub.no/ep/schema/facility#visibility>
118 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 118 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
119 rdfs:comment "length that is the maximum distance at which things can be seen through surrounding air"^^xsd:string ; 119 rdfs:comment "length that is the maximum distance at which things can be seen through surrounding air"^^xsd:string ;
120 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; 120 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ;
121 rdfs:label "visibility"^^xsd:string ; 121 rdfs:label "visibility"^^xsd:string ;
122 rdfs:range ep-core:Length . 122 rdfs:range ep-core:Length .
123 123
124 <http://www.reportinghub.no/ep/schema/facility#windChillTemperature> 124 <http://www.reportinghub.no/ep/schema/facility#windChillTemperature>
125 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 125 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
126 rdfs:comment "temperature that is the wind chill temperature of surrounding air"^^xsd:string ; 126 rdfs:comment "temperature that is the wind chill temperature of surrounding air"^^xsd:string ;
127 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; 127 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ;
128 rdfs:label "wind chill temperature"^^xsd:string ; 128 rdfs:label "wind chill temperature"^^xsd:string ;
...@@ -143,12 +143,23 @@ ...@@ -143,12 +143,23 @@
143 <http://www.reportinghub.no/ep/schema/production-equipment#FlowMeter> 143 <http://www.reportinghub.no/ep/schema/production-equipment#FlowMeter>
144 rdfs:label "flow meter"^^xsd:string . 144 rdfs:label "flow meter"^^xsd:string .
145 145
146 +ep-prodfac:AvailableFacility
147 + rdf:type ep-prodfac:FacilityAvailabilityType , owl:Class ;
148 + rdfs:label "available facility"^^xsd:string ;
149 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> ;
150 + owl:disjointWith ep-prodfac:UnavailableFacility .
151 +
146 ep-prodfac:Boat 152 ep-prodfac:Boat
147 rdf:type owl:Class ; 153 rdf:type owl:Class ;
148 rdfs:comment "facility that is a boat"^^xsd:string ; 154 rdfs:comment "facility that is a boat"^^xsd:string ;
149 rdfs:label "boat"^^xsd:string ; 155 rdfs:label "boat"^^xsd:string ;
150 rdfs:subClassOf ep-prodfac:ShipOrBoat . 156 rdfs:subClassOf ep-prodfac:ShipOrBoat .
151 157
158 +ep-prodfac:FacilityAvailabilityType
159 + rdf:type rdfs:Class ;
160 + rdfs:label "facility availability type"^^xsd:string ;
161 + rdfs:subClassOf owl:Class .
162 +
152 ep-prodfac:Field-area 163 ep-prodfac:Field-area
153 rdf:type owl:Class ; 164 rdf:type owl:Class ;
154 rdfs:comment "part of the surface of the earth that is the area of ground above a field (source: MPR-XSD)"^^xsd:string ; 165 rdfs:comment "part of the surface of the earth that is the area of ground above a field (source: MPR-XSD)"^^xsd:string ;
...@@ -236,6 +247,12 @@ ep-prodfac:TrunkLine ...@@ -236,6 +247,12 @@ ep-prodfac:TrunkLine
236 rdfs:label "trunk line"^^xsd:string ; 247 rdfs:label "trunk line"^^xsd:string ;
237 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . 248 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
238 249
250 +ep-prodfac:UnavailableFacility
251 + rdf:type ep-prodfac:FacilityAvailabilityType , owl:Class ;
252 + rdfs:label "unavailable facility"^^xsd:string ;
253 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> ;
254 + owl:disjointWith ep-prodfac:AvailableFacility .
255 +
239 ep-prodfac:numberOfBedsAvailable 256 ep-prodfac:numberOfBedsAvailable
240 rdf:type owl:DatatypeProperty ; 257 rdf:type owl:DatatypeProperty ;
241 rdfs:comment "number of beds available on a facility"^^xsd:string ; 258 rdfs:comment "number of beds available on a facility"^^xsd:string ;
...@@ -243,12 +260,30 @@ ep-prodfac:numberOfBedsAvailable ...@@ -243,12 +260,30 @@ ep-prodfac:numberOfBedsAvailable
243 rdfs:range xsd:integer . 260 rdfs:range xsd:integer .
244 261
245 ep-prodfac:operatingTime 262 ep-prodfac:operatingTime
246 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 263 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
247 rdfs:comment "time duration that is the operating time of a temporal part of a facility"^^xsd:string ; 264 rdfs:comment "time duration that is the operating time of a temporal part of a facility"^^xsd:string ;
248 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 265 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
249 rdfs:label "operating time"^^xsd:string ; 266 rdfs:label "operating time"^^xsd:string ;
250 rdfs:range ep-core:TimeDuration . 267 rdfs:range ep-core:TimeDuration .
251 268
269 +ep-prodfac:scheduledTimeUnavailable
270 + rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ;
271 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
272 + rdfs:label "scheduled time unavailable"^^xsd:string ;
273 + rdfs:range ep-core:TimeDuration .
274 +
275 +ep-prodfac:shutDownSequenceNumber
276 + rdf:type owl:DatatypeProperty ;
277 + rdfs:comment "shut down sequence number"^^xsd:string ;
278 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
279 + rdfs:range xsd:integer .
280 +
281 +ep-prodfac:timeAvailable
282 + rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ;
283 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
284 + rdfs:label "time available"^^xsd:string ;
285 + rdfs:range ep-core:TimeDuration .
286 +
252 <http://www.reportinghub.no/ep/schema/well#Cluster> 287 <http://www.reportinghub.no/ep/schema/well#Cluster>
253 rdf:type ep-prodfac:ReportingFacilityType . 288 rdf:type ep-prodfac:ReportingFacilityType .
254 289
......
...@@ -18,6 +18,10 @@ ...@@ -18,6 +18,10 @@
18 owl:imports <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://spinrdf.org/spin> ; 18 owl:imports <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://spinrdf.org/spin> ;
19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
20 20
21 +<http://www.reportinghub.no/ep/schema/core#AreaPerArea>
22 + transhelp:rangeOfPropertyMapsToMPREnumeration
23 + <http://www.epim.no/schemas/mprml/1#FP_relativevalveopening> , <http://www.epim.no/schemas/mprml/1#FP_chokesize> .
24 +
21 <http://www.reportinghub.no/ep/schema/core#Density> 25 <http://www.reportinghub.no/ep/schema/core#Density>
22 transhelp:rangeOfPropertyMapsToMPREnumeration 26 transhelp:rangeOfPropertyMapsToMPREnumeration
23 <http://www.epim.no/schemas/mprml/1#FP_density> , <http://www.epim.no/schemas/mprml/1#FP_linedensity> . 27 <http://www.epim.no/schemas/mprml/1#FP_density> , <http://www.epim.no/schemas/mprml/1#FP_linedensity> .
...@@ -34,6 +38,10 @@ ...@@ -34,6 +38,10 @@
34 transhelp:rangeOfPropertyMapsToMPREnumeration 38 transhelp:rangeOfPropertyMapsToMPREnumeration
35 <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperature> , <http://www.epim.no/schemas/mprml/1#FP_bottomholetemperature> , <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_temperature> , <http://www.epim.no/schemas/mprml/1#FP_tubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperatureDSCT> . 39 <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperature> , <http://www.epim.no/schemas/mprml/1#FP_bottomholetemperature> , <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_temperature> , <http://www.epim.no/schemas/mprml/1#FP_tubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperatureDSCT> .
36 40
41 +<http://www.reportinghub.no/ep/schema/core#TimeDuration>
42 + transhelp:rangeOfPropertyMapsToMPREnumeration
43 + <http://www.epim.no/schemas/mprml/1#FP_facilityuptime> , <http://www.epim.no/schemas/mprml/1#FP_scheduleddowntime> .
44 +
37 <http://www.reportinghub.no/ep/schema/equipment#Casing> 45 <http://www.reportinghub.no/ep/schema/equipment#Casing>
38 transhelp:domainOfPropertyMapsToMPREnumeration 46 transhelp:domainOfPropertyMapsToMPREnumeration
39 <http://www.epim.no/schemas/mprml/1#FP_casingpressure> , <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> . 47 <http://www.epim.no/schemas/mprml/1#FP_casingpressure> , <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> .
...@@ -46,10 +54,42 @@ ...@@ -46,10 +54,42 @@
46 transhelp:domainOfPropertyMapsToMPREnumeration 54 transhelp:domainOfPropertyMapsToMPREnumeration
47 <http://www.epim.no/schemas/mprml/1#FP_tubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_tubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingtemperature> . 55 <http://www.epim.no/schemas/mprml/1#FP_tubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_tubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingtemperature> .
48 56
57 +<http://www.reportinghub.no/ep/schema/facility#Facility>
58 + transhelp:domainOfPropertyMapsToMPREnumeration
59 + <http://www.epim.no/schemas/mprml/1#FP_available> , <http://www.epim.no/schemas/mprml/1#FP_facilityuptime> , <http://www.epim.no/schemas/mprml/1#FP_scheduleddowntime> , <http://www.epim.no/schemas/mprml/1#FP_shutdownorder> .
60 +
49 <http://www.reportinghub.no/ep/schema/flow#Flow> 61 <http://www.reportinghub.no/ep/schema/flow#Flow>
50 transhelp:domainOfPropertyMapsToMPREnumeration 62 transhelp:domainOfPropertyMapsToMPREnumeration
51 <http://www.epim.no/schemas/mprml/1#FP_density> , <http://www.epim.no/schemas/mprml/1#FP_linedensity> , <http://www.epim.no/schemas/mprml/1#FP_pressure> , <http://www.epim.no/schemas/mprml/1#FP_temperature> . 63 <http://www.epim.no/schemas/mprml/1#FP_density> , <http://www.epim.no/schemas/mprml/1#FP_linedensity> , <http://www.epim.no/schemas/mprml/1#FP_pressure> , <http://www.epim.no/schemas/mprml/1#FP_temperature> .
52 64
65 +<http://www.reportinghub.no/ep/schema/production-equipment#areaOpenFraction>
66 + transhelp:propertyMapsToMPREnumeration
67 + <http://www.epim.no/schemas/mprml/1#FP_relativevalveopening> , <http://www.epim.no/schemas/mprml/1#FP_chokesize> .
68 +
69 +<http://www.reportinghub.no/ep/schema/production-facility#AvailableFacility>
70 + transhelp:valueOfPropertyMapsToMPRString
71 + "true"^^xsd:string .
72 +
73 +<http://www.reportinghub.no/ep/schema/production-facility#FacilityAvailabilityType>
74 + transhelp:rangeOfPropertyMapsToMPREnumeration
75 + <http://www.epim.no/schemas/mprml/1#FP_available> .
76 +
77 +<http://www.reportinghub.no/ep/schema/production-facility#UnavailableFacility>
78 + transhelp:valueOfPropertyMapsToMPRString
79 + "false"^^xsd:string .
80 +
81 +<http://www.reportinghub.no/ep/schema/production-facility#scheduledTimeUnavailable>
82 + transhelp:propertyMapsToMPREnumeration
83 + <http://www.epim.no/schemas/mprml/1#FP_scheduleddowntime> .
84 +
85 +<http://www.reportinghub.no/ep/schema/production-facility#shutDownSequenceNumber>
86 + transhelp:propertyMapsToMPREnumeration
87 + <http://www.epim.no/schemas/mprml/1#FP_shutdownorder> .
88 +
89 +<http://www.reportinghub.no/ep/schema/production-facility#timeAvailable>
90 + transhelp:propertyMapsToMPREnumeration
91 + <http://www.epim.no/schemas/mprml/1#FP_facilityuptime> .
92 +
53 <http://www.reportinghub.no/ep/schema/production-well#Annulus> 93 <http://www.reportinghub.no/ep/schema/production-well#Annulus>
54 transhelp:domainOfPropertyMapsToMPREnumeration 94 transhelp:domainOfPropertyMapsToMPREnumeration
55 <http://www.epim.no/schemas/mprml/1#FP_annuluspressure> . 95 <http://www.epim.no/schemas/mprml/1#FP_annuluspressure> .
...@@ -64,7 +104,7 @@ ...@@ -64,7 +104,7 @@
64 104
65 <http://www.reportinghub.no/ep/schema/production-well#WellHeadDownStreamChokeValve> 105 <http://www.reportinghub.no/ep/schema/production-well#WellHeadDownStreamChokeValve>
66 transhelp:domainOfPropertyMapsToMPREnumeration 106 transhelp:domainOfPropertyMapsToMPREnumeration
67 - <http://www.epim.no/schemas/mprml/1#FP_wellheadpressureDSCP> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperatureDSCT> . 107 + <http://www.epim.no/schemas/mprml/1#FP_chokesize> , <http://www.epim.no/schemas/mprml/1#FP_wellheadpressureDSCP> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperatureDSCT> .
68 108
69 <http://www.reportinghub.no/ep/schema/well#WellBoreBottom> 109 <http://www.reportinghub.no/ep/schema/well#WellBoreBottom>
70 transhelp:domainOfPropertyMapsToMPREnumeration 110 transhelp:domainOfPropertyMapsToMPREnumeration
...@@ -76,4 +116,4 @@ ...@@ -76,4 +116,4 @@
76 116
77 rdf:type 117 rdf:type
78 transhelp:propertyMapsToMPREnumeration 118 transhelp:propertyMapsToMPREnumeration
79 - <http://www.epim.no/schemas/mprml/1#FP_wellheadpressure> , <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_tubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_bottomholetemperature> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperatureDSCT> , <http://www.epim.no/schemas/mprml/1#FP_annuluspressure> , <http://www.epim.no/schemas/mprml/1#FP_temperature> , <http://www.epim.no/schemas/mprml/1#FP_pressure> , <http://www.epim.no/schemas/mprml/1#FP_tubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_bottomholepressure> , <http://www.epim.no/schemas/mprml/1#FP_reciprocatingspeed> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_casingpressure> , <http://www.epim.no/schemas/mprml/1#FP_density> , <http://www.epim.no/schemas/mprml/1#FP_linedensity> , <http://www.epim.no/schemas/mprml/1#FP_wellheadpressureDSCP> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperature> . 119 + <http://www.epim.no/schemas/mprml/1#FP_wellheadpressure> , <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_tubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_bottomholetemperature> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperatureDSCT> , <http://www.epim.no/schemas/mprml/1#FP_available> , <http://www.epim.no/schemas/mprml/1#FP_annuluspressure> , <http://www.epim.no/schemas/mprml/1#FP_temperature> , <http://www.epim.no/schemas/mprml/1#FP_pressure> , <http://www.epim.no/schemas/mprml/1#FP_tubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_bottomholepressure> , <http://www.epim.no/schemas/mprml/1#FP_reciprocatingspeed> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_casingpressure> , <http://www.epim.no/schemas/mprml/1#FP_density> , <http://www.epim.no/schemas/mprml/1#FP_linedensity> , <http://www.epim.no/schemas/mprml/1#FP_wellheadpressureDSCP> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperature> .
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 15
16 <http://www.reportinghub.no/ep/schema/1.0/scale-maps-to-mpr-enumeration> 16 <http://www.reportinghub.no/ep/schema/1.0/scale-maps-to-mpr-enumeration>
17 rdf:type owl:Ontology ; 17 rdf:type owl:Ontology ;
18 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.epim.no/schemas/mprml/1> ; 18 + owl:imports <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://spinrdf.org/spin> ;
19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
20 20
21 <http://www.reportinghub.no/ep/schema/core#acre_ft> 21 <http://www.reportinghub.no/ep/schema/core#acre_ft>
...@@ -202,7 +202,7 @@ ...@@ -202,7 +202,7 @@
202 transhelp:scaleMapsToMPREnumeration 202 transhelp:scaleMapsToMPREnumeration
203 <http://www.epim.no/schemas/mprml/1#AU_GPa> . 203 <http://www.epim.no/schemas/mprml/1#AU_GPa> .
204 204
205 -<http://www.reportinghub.no/ep/schema/core#grain_100ft-4> 205 +<http://www.reportinghub.no/ep/schema/core#grain_100ft-3>
206 transhelp:scaleMapsToMPREnumeration 206 transhelp:scaleMapsToMPREnumeration
207 <http://www.epim.no/schemas/mprml/1#AU_grain100ft3> . 207 <http://www.epim.no/schemas/mprml/1#AU_grain100ft3> .
208 208
...@@ -210,7 +210,7 @@ ...@@ -210,7 +210,7 @@
210 transhelp:scaleMapsToMPREnumeration 210 transhelp:scaleMapsToMPREnumeration
211 <http://www.epim.no/schemas/mprml/1#AU_grainft3> . 211 <http://www.epim.no/schemas/mprml/1#AU_grainft3> .
212 212
213 -<http://www.reportinghub.no/ep/schema/core#grain_usGallon-2> 213 +<http://www.reportinghub.no/ep/schema/core#grain_usGallon-1>
214 transhelp:scaleMapsToMPREnumeration 214 transhelp:scaleMapsToMPREnumeration
215 <http://www.epim.no/schemas/mprml/1#AU_graingalUS> . 215 <http://www.epim.no/schemas/mprml/1#AU_graingalUS> .
216 216
...@@ -350,7 +350,7 @@ ...@@ -350,7 +350,7 @@
350 transhelp:scaleMapsToMPREnumeration 350 transhelp:scaleMapsToMPREnumeration
351 <http://www.epim.no/schemas/mprml/1#AU_kpsi> . 351 <http://www.epim.no/schemas/mprml/1#AU_kpsi> .
352 352
353 -<http://www.reportinghub.no/ep/schema/core#lbf_100ft-3> 353 +<http://www.reportinghub.no/ep/schema/core#lbf_100ft-2>
354 transhelp:scaleMapsToMPREnumeration 354 transhelp:scaleMapsToMPREnumeration
355 <http://www.epim.no/schemas/mprml/1#AU_lbf100ft2> . 355 <http://www.epim.no/schemas/mprml/1#AU_lbf100ft2> .
356 356
...@@ -366,11 +366,11 @@ ...@@ -366,11 +366,11 @@
366 transhelp:scaleMapsToMPREnumeration 366 transhelp:scaleMapsToMPREnumeration
367 <http://www.epim.no/schemas/mprml/1#AU_lbmMbbl> . 367 <http://www.epim.no/schemas/mprml/1#AU_lbmMbbl> .
368 368
369 -<http://www.reportinghub.no/ep/schema/core#lbm_1000ukGallon-2> 369 +<http://www.reportinghub.no/ep/schema/core#lbm_1000ukGallon-1>
370 transhelp:scaleMapsToMPREnumeration 370 transhelp:scaleMapsToMPREnumeration
371 <http://www.epim.no/schemas/mprml/1#AU_lbm1000galUK> . 371 <http://www.epim.no/schemas/mprml/1#AU_lbm1000galUK> .
372 372
373 -<http://www.reportinghub.no/ep/schema/core#lbm_1000usGallon-2> 373 +<http://www.reportinghub.no/ep/schema/core#lbm_1000usGallon-1>
374 transhelp:scaleMapsToMPREnumeration 374 transhelp:scaleMapsToMPREnumeration
375 <http://www.epim.no/schemas/mprml/1#AU_lbm1000galUS> . 375 <http://www.epim.no/schemas/mprml/1#AU_lbm1000galUS> .
376 376
...@@ -536,7 +536,7 @@ ...@@ -536,7 +536,7 @@
536 536
537 <http://www.reportinghub.no/ep/schema/core#millimetre> 537 <http://www.reportinghub.no/ep/schema/core#millimetre>
538 transhelp:scaleMapsToMPREnumeration 538 transhelp:scaleMapsToMPREnumeration
539 - <http://www.epim.no/schemas/mprml/1#AnyUom_AU_mm> , <http://www.epim.no/schemas/mprml/1#AU_mm> . 539 + <http://www.epim.no/schemas/mprml/1#AU_mm> , <http://www.epim.no/schemas/mprml/1#AnyUom_AU_mm> .
540 540
541 <http://www.reportinghub.no/ep/schema/core#million_barrel> 541 <http://www.reportinghub.no/ep/schema/core#million_barrel>
542 transhelp:scaleMapsToMPREnumeration 542 transhelp:scaleMapsToMPREnumeration
...@@ -544,7 +544,7 @@ ...@@ -544,7 +544,7 @@
544 544
545 <http://www.reportinghub.no/ep/schema/core#million_foot3> 545 <http://www.reportinghub.no/ep/schema/core#million_foot3>
546 transhelp:scaleMapsToMPREnumeration 546 transhelp:scaleMapsToMPREnumeration
547 - <http://www.epim.no/schemas/mprml/1#AU_Mft3> , <http://www.epim.no/schemas/mprml/1#AU_Mcf> . 547 + <http://www.epim.no/schemas/mprml/1#AU_Mcf> , <http://www.epim.no/schemas/mprml/1#AU_Mft3> .
548 548
549 <http://www.reportinghub.no/ep/schema/core#million_metre3> 549 <http://www.reportinghub.no/ep/schema/core#million_metre3>
550 transhelp:scaleMapsToMPREnumeration 550 transhelp:scaleMapsToMPREnumeration
...@@ -598,6 +598,10 @@ ...@@ -598,6 +598,10 @@
598 transhelp:scaleMapsToMPREnumeration 598 transhelp:scaleMapsToMPREnumeration
599 <http://www.epim.no/schemas/mprml/1#AU_Pa> . 599 <http://www.epim.no/schemas/mprml/1#AU_Pa> .
600 600
601 +<http://www.reportinghub.no/ep/schema/core#percent>
602 + transhelp:scaleMapsToMPREnumeration
603 + <http://www.epim.no/schemas/mprml/1#AU_> .
604 +
601 <http://www.reportinghub.no/ep/schema/core#picoPa> 605 <http://www.reportinghub.no/ep/schema/core#picoPa>
602 transhelp:scaleMapsToMPREnumeration 606 transhelp:scaleMapsToMPREnumeration
603 <http://www.epim.no/schemas/mprml/1#AU_pPa> . 607 <http://www.epim.no/schemas/mprml/1#AU_pPa> .
...@@ -702,11 +706,11 @@ ...@@ -702,11 +706,11 @@
702 transhelp:scaleMapsToMPREnumeration 706 transhelp:scaleMapsToMPREnumeration
703 <http://www.epim.no/schemas/mprml/1#AU_qtUS> . 707 <http://www.epim.no/schemas/mprml/1#AU_qtUS> .
704 708
705 -<http://www.reportinghub.no/ep/schema/core#usTonF_ft-3> 709 +<http://www.reportinghub.no/ep/schema/core#usTonF_ft-2>
706 transhelp:scaleMapsToMPREnumeration 710 transhelp:scaleMapsToMPREnumeration
707 <http://www.epim.no/schemas/mprml/1#AU_tonfUSft2> . 711 <http://www.epim.no/schemas/mprml/1#AU_tonfUSft2> .
708 712
709 -<http://www.reportinghub.no/ep/schema/core#usTonF_in-3> 713 +<http://www.reportinghub.no/ep/schema/core#usTonF_in-2>
710 transhelp:scaleMapsToMPREnumeration 714 transhelp:scaleMapsToMPREnumeration
711 <http://www.epim.no/schemas/mprml/1#AU_tonfUSin2> . 715 <http://www.epim.no/schemas/mprml/1#AU_tonfUSin2> .
712 716
......
This diff could not be displayed because it is too large.