David Leal

Interface to Flow Facts implemented

...@@ -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 ;
...@@ -137,6 +137,9 @@ ...@@ -137,6 +137,9 @@
137 <http://www.reportinghub.no/ep/schema/geography#State> 137 <http://www.reportinghub.no/ep/schema/geography#State>
138 rdf:type ep-prodfac:ReportingFacilityType . 138 rdf:type ep-prodfac:ReportingFacilityType .
139 139
140 +<http://www.reportinghub.no/ep/schema/production-activity#xpathToDataInSourceXmlFile>
141 + rdfs:comment "reference to the data about which an alert is raised"^^xsd:string .
142 +
140 <http://www.reportinghub.no/ep/schema/production-equipment#FlowMeter> 143 <http://www.reportinghub.no/ep/schema/production-equipment#FlowMeter>
141 rdfs:label "flow meter"^^xsd:string . 144 rdfs:label "flow meter"^^xsd:string .
142 145
...@@ -235,21 +238,7 @@ ep-prodfac:TrunkLine ...@@ -235,21 +238,7 @@ ep-prodfac:TrunkLine
235 238
236 ep-prodfac:numberOfBedsAvailable 239 ep-prodfac:numberOfBedsAvailable
237 rdf:type owl:DatatypeProperty ; 240 rdf:type owl:DatatypeProperty ;
238 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 241 + rdfs:comment "number of beds available on a facility"^^xsd:string ;
239 - rdfs:range xsd:integer .
240 -
241 -ep-prodfac:numberOfContractorCrew
242 - rdf:type owl:DatatypeProperty ;
243 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
244 - rdfs:range xsd:integer .
245 -
246 -ep-prodfac:numberOfDayVisitors
247 - rdf:type owl:DatatypeProperty ;
248 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
249 - rdfs:range xsd:integer .
250 -
251 -ep-prodfac:numberOfDrillingContractCrew
252 - rdf:type owl:DatatypeProperty ;
253 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 242 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
254 rdfs:range xsd:integer . 243 rdfs:range xsd:integer .
255 244
...@@ -258,23 +247,8 @@ ep-prodfac:numberOfOtherCrew ...@@ -258,23 +247,8 @@ ep-prodfac:numberOfOtherCrew
258 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 247 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
259 rdfs:range xsd:integer . 248 rdfs:range xsd:integer .
260 249
261 -ep-prodfac:numberOfOwnCrew
262 - rdf:type owl:DatatypeProperty ;
263 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
264 - rdfs:range xsd:integer .
265 -
266 -ep-prodfac:numberOfOwnOtherCrew
267 - rdf:type owl:DatatypeProperty ;
268 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
269 - rdfs:range xsd:integer .
270 -
271 -ep-prodfac:numberOfPersonnelOnBoard
272 - rdf:type owl:DatatypeProperty ;
273 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
274 - rdfs:range xsd:integer .
275 -
276 ep-prodfac:operatingTime 250 ep-prodfac:operatingTime
277 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 251 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
278 rdfs:comment "time duration that is the operating time of a temporal part of a facility"^^xsd:string ; 252 rdfs:comment "time duration that is the operating time of a temporal part of a facility"^^xsd:string ;
279 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 253 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
280 rdfs:label "operating time"^^xsd:string ; 254 rdfs:label "operating time"^^xsd:string ;
......
...@@ -50,7 +50,10 @@ ...@@ -50,7 +50,10 @@
50 @prefix wellTest: <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest#> . 50 @prefix wellTest: <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest#> .
51 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 51 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
52 52
53 +<http://www.reportinghub.no/ep/schema/production-facility#numberOfBedsAvailable>
54 + rdfs:comment "number of beds available on a facility"^^xsd:string .
55 +
53 <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> 56 <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector>
54 rdf:type owl:Ontology ; 57 rdf:type owl:Ontology ;
55 - owl:imports <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-approval-v1.1.1> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-weather-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumePeriod-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1> ; 58 + owl:imports <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-approval-v1.1.1> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-weather-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumePeriod-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1> ;
56 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 59 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......