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
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 <http://www.reportinghub.no/ep/transform/transform-helper-schema> 15 <http://www.reportinghub.no/ep/transform/transform-helper-schema>
16 rdf:type owl:Ontology ; 16 rdf:type owl:Ontology ;
17 rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ; 17 rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ;
18 - owl:imports <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/activity> ; 18 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.epim.no/schemas/mprml/1> , <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 transhelp:buildRdlURI 21 transhelp:buildRdlURI
...@@ -44,15 +44,15 @@ transhelp:derivedFrom ...@@ -44,15 +44,15 @@ transhelp:derivedFrom
44 rdf:type owl:ObjectProperty . 44 rdf:type owl:ObjectProperty .
45 45
46 transhelp:domainOfPropertyMapsToMPREnumeration 46 transhelp:domainOfPropertyMapsToMPREnumeration
47 - rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ; 47 + rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ;
48 rdfs:label "domain of property maps to MPR enumeration"^^xsd:string ; 48 rdfs:label "domain of property maps to MPR enumeration"^^xsd:string ;
49 rdfs:subPropertyOf transhelp:mapsTo . 49 rdfs:subPropertyOf transhelp:mapsTo .
50 50
51 transhelp:facilityIdentifier 51 transhelp:facilityIdentifier
52 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 52 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
53 53
54 transhelp:flowingStateMapsToMPREnumeration 54 transhelp:flowingStateMapsToMPREnumeration
55 - rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ; 55 + rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ;
56 rdfs:label "flowing state maps to MPR enumeration"^^xsd:string ; 56 rdfs:label "flowing state maps to MPR enumeration"^^xsd:string ;
57 rdfs:subPropertyOf transhelp:mapsTo . 57 rdfs:subPropertyOf transhelp:mapsTo .
58 58
...@@ -74,25 +74,25 @@ transhelp:hasEquivalentInRDL ...@@ -74,25 +74,25 @@ transhelp:hasEquivalentInRDL
74 rdfs:label "has equivalent in RDL"^^xsd:string . 74 rdfs:label "has equivalent in RDL"^^xsd:string .
75 75
76 transhelp:interval 76 transhelp:interval
77 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 77 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
78 78
79 transhelp:intervalEnd 79 transhelp:intervalEnd
80 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 80 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
81 81
82 transhelp:intervalIdentifier 82 transhelp:intervalIdentifier
83 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 83 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
84 84
85 transhelp:intervalStart 85 transhelp:intervalStart
86 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 86 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
87 87
88 transhelp:label 88 transhelp:label
89 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 89 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
90 90
91 transhelp:mapsTo 91 transhelp:mapsTo
92 rdf:type rdf:Property . 92 rdf:type rdf:Property .
93 93
94 transhelp:materialClassMapsToMPREnumeration 94 transhelp:materialClassMapsToMPREnumeration
95 - rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ; 95 + rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ;
96 rdfs:label "material class maps to MPR enumeration"^^xsd:string ; 96 rdfs:label "material class maps to MPR enumeration"^^xsd:string ;
97 rdfs:subPropertyOf transhelp:mapsTo . 97 rdfs:subPropertyOf transhelp:mapsTo .
98 98
...@@ -100,25 +100,25 @@ transhelp:necessaryIntervalString ...@@ -100,25 +100,25 @@ transhelp:necessaryIntervalString
100 rdf:type owl:DatatypeProperty . 100 rdf:type owl:DatatypeProperty .
101 101
102 transhelp:nominalInstant 102 transhelp:nominalInstant
103 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 103 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
104 104
105 transhelp:propertyMapsToMPREnumeration 105 transhelp:propertyMapsToMPREnumeration
106 - rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ; 106 + rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ;
107 rdfs:label "property maps to MPR enumeration"^^xsd:string ; 107 rdfs:label "property maps to MPR enumeration"^^xsd:string ;
108 rdfs:subPropertyOf transhelp:mapsTo . 108 rdfs:subPropertyOf transhelp:mapsTo .
109 109
110 transhelp:quantitySpaceMapsToClassOfScale 110 transhelp:quantitySpaceMapsToClassOfScale
111 - rdf:type owl:FunctionalProperty , owl:InverseFunctionalProperty , owl:ObjectProperty ; 111 + rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty , owl:FunctionalProperty ;
112 rdfs:label "quantity space maps to class of scale"^^xsd:string ; 112 rdfs:label "quantity space maps to class of scale"^^xsd:string ;
113 rdfs:subPropertyOf transhelp:mapsTo . 113 rdfs:subPropertyOf transhelp:mapsTo .
114 114
115 transhelp:rangeOfPropertyMapsToMPREnumeration 115 transhelp:rangeOfPropertyMapsToMPREnumeration
116 - rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ; 116 + rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ;
117 rdfs:label "range of property maps to MPR enumeration"^^xsd:string ; 117 rdfs:label "range of property maps to MPR enumeration"^^xsd:string ;
118 rdfs:subPropertyOf transhelp:mapsTo . 118 rdfs:subPropertyOf transhelp:mapsTo .
119 119
120 transhelp:scaleMapsToMPREnumeration 120 transhelp:scaleMapsToMPREnumeration
121 - rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ; 121 + rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ;
122 rdfs:label "scale maps to MPR enumeration"^^xsd:string ; 122 rdfs:label "scale maps to MPR enumeration"^^xsd:string ;
123 rdfs:subPropertyOf transhelp:mapsTo . 123 rdfs:subPropertyOf transhelp:mapsTo .
124 124
...@@ -131,3 +131,8 @@ transhelp:typeOfPartCommentedOn ...@@ -131,3 +131,8 @@ transhelp:typeOfPartCommentedOn
131 rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ; 131 rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ;
132 rdfs:domain owl:Class ; 132 rdfs:domain owl:Class ;
133 rdfs:label "type of part commented on"^^xsd:string . 133 rdfs:label "type of part commented on"^^xsd:string .
134 +
135 +transhelp:valueOfPropertyMapsToMPRString
136 + rdf:type owl:DatatypeProperty ;
137 + rdfs:label "value of property maps to MPR string"^^xsd:string ;
138 + rdfs:subPropertyOf transhelp:mapsTo .
......