David Leal

delta on parameterSet

...@@ -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
......