David Leal

Completion of the weather transform

This diff could not be displayed because it is too large.
1 -# baseURI: http://www.reportinghub.no/ep/schema/1.0/facility 1 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/facility
2 -# imports: http://www.reportinghub.no/ep/schema/1.0/core 2 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
3 - 3 +
4 -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . 4 +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
5 -@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . 5 +@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> .
6 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 6 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 7 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 8 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 -@prefix sp: <http://spinrdf.org/sp#> . 9 +@prefix sp: <http://spinrdf.org/sp#> .
10 -@prefix spin: <http://spinrdf.org/spin#> . 10 +@prefix spin: <http://spinrdf.org/spin#> .
11 -@prefix spl: <http://spinrdf.org/spl#> . 11 +@prefix spl: <http://spinrdf.org/spl#> .
12 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 12 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
13 - 13 +
14 -<http://www.reportinghub.no/ep/schema/1.0/facility> 14 +<http://www.reportinghub.no/ep/schema/1.0/facility>
15 - rdf:type owl:Ontology ; 15 + rdf:type owl:Ontology ;
16 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; 16 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ;
17 - owl:versionInfo "0.1.0"^^xsd:string . 17 + owl:versionInfo "0.1.0"^^xsd:string .
18 - 18 +
19 -ep-fac:Completion 19 +ep-fac:Completion
20 - rdf:type owl:Class ; 20 + rdf:type owl:Class ;
21 - rdfs:label "completion"^^xsd:string ; 21 + rdfs:label "completion"^^xsd:string ;
22 - rdfs:subClassOf ep-fac:Facility ; 22 + rdfs:subClassOf ep-fac:Facility ;
23 - ep-core:seeReferenceData 23 + ep-core:seeReferenceData
24 - "http://posccaesar.org/rdl/RDS806653861"^^xsd:string . 24 + "http://posccaesar.org/rdl/RDS806653861"^^xsd:string .
25 - 25 +
26 -ep-fac:Facility 26 +ep-fac:Facility
27 - rdf:type owl:Class ; 27 + rdf:type owl:Class ;
28 - rdfs:comment "physical object that is all or part of the life of something that is operated, maintained and refurbished over a long period, and that is regarded as a major asset"^^xsd:string ; 28 + rdfs:comment "physical object that is all or part of the life of something that is operated, maintained and refurbished over a long period, and that is regarded as a major asset"^^xsd:string ;
29 - rdfs:label "facility"^^xsd:string ; 29 + rdfs:label "facility"^^xsd:string ;
30 - rdfs:subClassOf ep-core:PhysicalObject ; 30 + rdfs:subClassOf ep-core:PhysicalObject ;
31 - ep-core:seeReferenceData 31 + ep-core:seeReferenceData
32 - "http://posccaesar.org/rdl/RDS1750613511"^^xsd:string . 32 + "http://posccaesar.org/rdl/RDS1750613511"^^xsd:string .
33 - 33 +
34 -ep-fac:Field 34 +ep-fac:Field
35 - rdf:type owl:Class ; 35 + rdf:type owl:Class ;
36 - rdfs:comment "facility that is a field"^^xsd:string ; 36 + rdfs:comment "facility that is a field"^^xsd:string ;
37 - rdfs:label "field"^^xsd:string ; 37 + rdfs:label "field"^^xsd:string ;
38 - rdfs:subClassOf ep-fac:TemporalPartOfAField . 38 + rdfs:subClassOf ep-fac:TemporalPartOfAField .
39 - 39 +
40 -ep-fac:FixedFacility 40 +ep-fac:FixedFacility
41 - rdf:type ep-fac:FixedOrMoveableFacilityType , owl:DeprecatedClass ; 41 + rdf:type owl:DeprecatedClass , ep-fac:FixedOrMoveableFacilityType ;
42 - rdfs:comment "facility that has been build and that is intended to remain in one place"^^xsd:string ; 42 + rdfs:comment "facility that has been build and that is intended to remain in one place"^^xsd:string ;
43 - rdfs:label "fixed facility"^^xsd:string ; 43 + rdfs:label "fixed facility"^^xsd:string ;
44 - rdfs:subClassOf ep-fac:Facility . 44 + rdfs:subClassOf ep-fac:Facility .
45 - 45 +
46 -ep-fac:FixedOrMoveableFacilityType 46 +ep-fac:FixedOrMoveableFacilityType
47 - rdf:type rdfs:Class ; 47 + rdf:type rdfs:Class ;
48 - rdfs:comment "class of facility on the basis of whether it is fixed or moveable"^^xsd:string ; 48 + rdfs:comment "class of facility on the basis of whether it is fixed or moveable"^^xsd:string ;
49 - rdfs:label "fixed or moveable facility type"^^xsd:string ; 49 + rdfs:label "fixed or moveable facility type"^^xsd:string ;
50 - rdfs:subClassOf owl:Class . 50 + rdfs:subClassOf owl:Class .
51 - 51 +
52 -ep-fac:FixedOrMoveableRigType 52 +ep-fac:FixedOrMoveableRigType
53 - rdf:type rdfs:Class ; 53 + rdf:type rdfs:Class ;
54 - rdfs:comment "class of rig on the basis of whether it is fixed or moveable"^^xsd:string ; 54 + rdfs:comment "class of rig on the basis of whether it is fixed or moveable"^^xsd:string ;
55 - rdfs:label "fixed or moveable rig type"^^xsd:string ; 55 + rdfs:label "fixed or moveable rig type"^^xsd:string ;
56 - rdfs:subClassOf owl:Class . 56 + rdfs:subClassOf owl:Class .
57 - 57 +
58 -ep-fac:FixedRig 58 +ep-fac:FixedRig
59 - rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ; 59 + rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ;
60 - rdfs:comment "fixed facility and rig"^^xsd:string ; 60 + rdfs:comment "fixed facility and rig"^^xsd:string ;
61 - rdfs:label "fixed rig"^^xsd:string ; 61 + rdfs:label "fixed rig"^^xsd:string ;
62 - rdfs:subClassOf ep-fac:FixedFacility , ep-fac:Rig ; 62 + rdfs:subClassOf ep-fac:Rig , ep-fac:FixedFacility ;
63 - ep-core:seeReferenceData 63 + ep-core:seeReferenceData
64 - "http://posccaesar.org/rdl/RDS1751417001"^^xsd:string . 64 + "http://posccaesar.org/rdl/RDS1751417001"^^xsd:string .
65 - 65 +
66 -ep-fac:Flowline 66 +ep-fac:Flowline
67 - rdf:type owl:Class ; 67 + rdf:type owl:Class ;
68 - rdfs:comment "facility that is a flowline"^^xsd:string ; 68 + rdfs:comment "facility that is a flowline"^^xsd:string ;
69 - rdfs:label "flowline"^^xsd:string ; 69 + rdfs:label "flowline"^^xsd:string ;
70 - rdfs:subClassOf ep-fac:Facility ; 70 + rdfs:subClassOf ep-fac:Facility ;
71 - ep-core:seeReferenceData 71 + ep-core:seeReferenceData
72 - "http://posccaesar.org/rdl/RDS806653861"^^xsd:string . 72 + "http://posccaesar.org/rdl/RDS806653861"^^xsd:string .
73 - 73 +
74 -ep-fac:Flowline-production 74 +ep-fac:Flowline-production
75 - rdf:type owl:Class ; 75 + rdf:type owl:Class ;
76 - rdfs:label "flowline - production"^^xsd:string ; 76 + rdfs:label "flowline - production"^^xsd:string ;
77 - rdfs:subClassOf ep-fac:Flowline . 77 + rdfs:subClassOf ep-fac:Flowline .
78 - 78 +
79 -ep-fac:Lease 79 +ep-fac:Lease
80 - rdf:type owl:Class ; 80 + rdf:type owl:Class ;
81 - rdfs:comment "facility that is defined by a lease"^^xsd:string ; 81 + rdfs:comment "facility that is defined by a lease"^^xsd:string ;
82 - rdfs:label "lease"^^xsd:string ; 82 + rdfs:label "lease"^^xsd:string ;
83 - rdfs:subClassOf ep-fac:Facility ; 83 + rdfs:subClassOf ep-fac:Facility ;
84 - ep-core:seeReferenceData 84 + ep-core:seeReferenceData
85 - "http://posccaesar.org/rdl/RDS806655591"^^xsd:string . 85 + "http://posccaesar.org/rdl/RDS806655591"^^xsd:string .
86 - 86 +
87 -ep-fac:MoveableFacility 87 +ep-fac:MoveableFacility
88 - rdf:type ep-fac:FixedOrMoveableFacilityType , owl:Class ; 88 + rdf:type owl:Class , ep-fac:FixedOrMoveableFacilityType ;
89 - rdfs:comment "facility that has been built and that is intended to be moved from place to place"^^xsd:string ; 89 + rdfs:comment "facility that has been built and that is intended to be moved from place to place"^^xsd:string ;
90 - rdfs:label "moveable facility"^^xsd:string ; 90 + rdfs:label "moveable facility"^^xsd:string ;
91 - rdfs:subClassOf ep-fac:Facility . 91 + rdfs:subClassOf ep-fac:Facility .
92 - 92 +
93 -ep-fac:MoveableRig 93 +ep-fac:MoveableRig
94 - rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ; 94 + rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ;
95 - rdfs:comment "moveable facility and rig"^^xsd:string ; 95 + rdfs:comment "moveable facility and rig"^^xsd:string ;
96 - rdfs:label "moveable rig"^^xsd:string ; 96 + rdfs:label "moveable rig"^^xsd:string ;
97 - rdfs:subClassOf ep-fac:MoveableFacility , ep-fac:Rig ; 97 + rdfs:subClassOf ep-fac:Rig , ep-fac:MoveableFacility ;
98 - ep-core:seeReferenceData 98 + ep-core:seeReferenceData
99 - "http://posccaesar.org/rdl/RDS1751417361"^^xsd:string . 99 + "http://posccaesar.org/rdl/RDS1751417361"^^xsd:string .
100 - 100 +
101 -ep-fac:Platform 101 +ep-fac:Platform
102 - rdf:type owl:Class ; 102 + rdf:type owl:Class ;
103 - rdfs:comment "facility that is a platform"^^xsd:string ; 103 + rdfs:comment "facility that is a platform"^^xsd:string ;
104 - rdfs:label "platform"^^xsd:string ; 104 + rdfs:label "platform"^^xsd:string ;
105 - rdfs:subClassOf ep-fac:Facility ; 105 + rdfs:subClassOf ep-fac:Facility ;
106 - ep-core:seeReferenceData 106 + ep-core:seeReferenceData
107 - "http://posccaesar.org/rdl/RDS8015624981"^^xsd:string . 107 + "http://posccaesar.org/rdl/RDS8015624981"^^xsd:string .
108 - 108 +
109 -ep-fac:ProductionFacility 109 +ep-fac:ProductionFacility
110 - rdf:type owl:Class ; 110 + rdf:type owl:Class ;
111 - rdfs:comment "production facility that is for all of its life"^^xsd:string ; 111 + rdfs:comment "production facility that is for all of its life"^^xsd:string ;
112 - rdfs:label "production facility"^^xsd:string ; 112 + rdfs:label "production facility"^^xsd:string ;
113 - rdfs:subClassOf ep-fac:TemporalPartOfAProductionFacility . 113 + rdfs:subClassOf ep-fac:TemporalPartOfAProductionFacility .
114 - 114 +
115 -ep-fac:Reservoir 115 +ep-fac:Reservoir
116 - rdf:type owl:Class ; 116 + rdf:type owl:Class ;
117 - rdfs:comment "facility that is a reservoir"^^xsd:string ; 117 + rdfs:comment "facility that is a reservoir"^^xsd:string ;
118 - rdfs:label "reservoir"^^xsd:string ; 118 + rdfs:label "reservoir"^^xsd:string ;
119 - rdfs:subClassOf ep-fac:Facility ; 119 + rdfs:subClassOf ep-fac:Facility ;
120 - ep-core:seeReferenceData 120 + ep-core:seeReferenceData
121 - "http://posccaesar.org/rdl/RDS6810100"^^xsd:string . 121 + "http://posccaesar.org/rdl/RDS6810100"^^xsd:string .
122 - 122 +
123 -ep-fac:Rig 123 +ep-fac:Rig
124 - rdf:type owl:Class ; 124 + rdf:type owl:Class ;
125 - rdfs:comment "rig for all of its life"^^xsd:string ; 125 + rdfs:comment "rig for all of its life"^^xsd:string ;
126 - rdfs:label "rig (whole life)"^^xsd:string ; 126 + rdfs:label "rig (whole life)"^^xsd:string ;
127 - rdfs:subClassOf ep-fac:TemporalPartOfARig ; 127 + rdfs:subClassOf ep-fac:TemporalPartOfARig ;
128 - ep-core:seeReferenceData 128 + ep-core:seeReferenceData
129 - "http://posccaesar.org/rdl/RDS1750688011"^^xsd:string . 129 + "http://posccaesar.org/rdl/RDS1750688011"^^xsd:string .
130 - 130 +
131 -ep-fac:SubSurfaceFixedFacility 131 +ep-fac:SubSurfaceFixedFacility
132 - rdf:type owl:Class ; 132 + rdf:type owl:Class ;
133 - rdfs:comment "fixed facility that is sub-surface"^^xsd:string ; 133 + rdfs:comment "fixed facility that is sub-surface"^^xsd:string ;
134 - rdfs:label "sub-surface fixed facility"^^xsd:string ; 134 + rdfs:label "sub-surface fixed facility"^^xsd:string ;
135 - rdfs:subClassOf ep-fac:FixedFacility . 135 + rdfs:subClassOf ep-fac:FixedFacility .
136 - 136 +
137 -ep-fac:SurfaceFixedFacility 137 +ep-fac:SurfaceFixedFacility
138 - rdf:type owl:Class ; 138 + rdf:type owl:Class ;
139 - rdfs:comment "fixed facility that has a part above the surface of the sea"^^xsd:string ; 139 + rdfs:comment "fixed facility that has a part above the surface of the sea"^^xsd:string ;
140 - rdfs:label "surface fixed facility"^^xsd:string ; 140 + rdfs:label "surface fixed facility"^^xsd:string ;
141 - rdfs:subClassOf ep-fac:FixedFacility . 141 + rdfs:subClassOf ep-fac:FixedFacility .
142 - 142 +
143 -ep-fac:SurroundingWater 143 +ep-fac:SurroundingAir
144 - rdf:type owl:Class ; 144 + rdf:type owl:Class ;
145 - rdfs:comment "physical object that is the water surrounding a facility"^^xsd:string ; 145 + rdfs:comment "physical object that is the air surrounding a facility"^^xsd:string ;
146 - rdfs:label "surrounding water"^^xsd:string ; 146 + rdfs:label "surrounding air"^^xsd:string ;
147 - rdfs:subClassOf ep-core:PhysicalObject . 147 + rdfs:subClassOf ep-core:PhysicalObject .
148 - 148 +
149 -ep-fac:SurroundingWater-meanSeaLevel 149 +ep-fac:SurroundingEnvironment
150 - rdf:type owl:Class ; 150 + rdf:type owl:Class ;
151 - rdfs:comment "physical object that is the mean sea level of surrounding water"^^xsd:string ; 151 + rdfs:comment "physical object that is the environment surrounding a facility"^^xsd:string ;
152 - rdfs:label "surrounding water at mean sea level"^^xsd:string ; 152 + rdfs:label "surrounding environment"^^xsd:string ;
153 - rdfs:subClassOf ep-fac:SurroundingWater . 153 + rdfs:subClassOf ep-core:PhysicalObject .
154 - 154 +
155 -ep-fac:Template 155 +ep-fac:SurroundingWater
156 - rdf:type owl:Class ; 156 + rdf:type owl:Class ;
157 - rdfs:comment "equipment that is an ocean bottom template"^^xsd:string ; 157 + rdfs:comment "physical object that is the water surrounding a facility"^^xsd:string ;
158 - rdfs:label "template"^^xsd:string ; 158 + rdfs:label "surrounding water"^^xsd:string ;
159 - rdfs:subClassOf ep-fac:Facility ; 159 + rdfs:subClassOf ep-core:PhysicalObject .
160 - ep-core:seeReferenceData 160 +
161 - "http://posccaesar.org/rdl/RDS16551212"^^xsd:string . 161 +ep-fac:SurroundingWater-meanSeaLevel
162 - 162 + rdf:type owl:Class ;
163 -ep-fac:TemporalPartOfAField 163 + rdfs:comment "physical object that is the mean sea level of surrounding water"^^xsd:string ;
164 - rdf:type owl:Class ; 164 + rdfs:label "surrounding water at mean sea level"^^xsd:string ;
165 - rdfs:label "temporal part of a field"^^xsd:string ; 165 + rdfs:subClassOf ep-core:PhysicalObject .
166 - rdfs:subClassOf ep-fac:Facility . 166 +
167 - 167 +ep-fac:Template
168 -ep-fac:TemporalPartOfAProductionFacility 168 + rdf:type owl:Class ;
169 - rdf:type owl:Class ; 169 + rdfs:comment "equipment that is an ocean bottom template"^^xsd:string ;
170 - rdfs:comment "facility that is a temporal part of a production facility"^^xsd:string ; 170 + rdfs:label "template"^^xsd:string ;
171 - rdfs:label "temporal part of a production facility"^^xsd:string ; 171 + rdfs:subClassOf ep-fac:Facility ;
172 - rdfs:subClassOf ep-fac:Facility . 172 + ep-core:seeReferenceData
173 - 173 + "http://posccaesar.org/rdl/RDS16551212"^^xsd:string .
174 -ep-fac:TemporalPartOfARig 174 +
175 - rdf:type owl:Class ; 175 +ep-fac:TemporalPartOfAField
176 - rdfs:comment "facility that is a rig"^^xsd:string ; 176 + rdf:type owl:Class ;
177 - rdfs:label "(temporal part of a) rig"^^xsd:string ; 177 + rdfs:label "temporal part of a field"^^xsd:string ;
178 - rdfs:subClassOf ep-fac:Facility . 178 + rdfs:subClassOf ep-fac:Facility .
179 - 179 +
180 -ep-fac:Zone 180 +ep-fac:TemporalPartOfAProductionFacility
181 - rdf:type owl:Class ; 181 + rdf:type owl:Class ;
182 - rdfs:comment "spatial part of a wellbore that is a zone"^^xsd:string ; 182 + rdfs:comment "facility that is a temporal part of a production facility"^^xsd:string ;
183 - rdfs:label "zone"^^xsd:string ; 183 + rdfs:label "temporal part of a production facility"^^xsd:string ;
184 - rdfs:subClassOf ep-fac:Facility . 184 + rdfs:subClassOf ep-fac:Facility .
185 - 185 +
186 -ep-fac:depthOfSurroundingWater 186 +ep-fac:TemporalPartOfARig
187 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 187 + rdf:type owl:Class ;
188 - rdfs:comment "class_of_indirect_property that is the depth of surrounding water"^^xsd:string ; 188 + rdfs:comment "facility that is a rig"^^xsd:string ;
189 - rdfs:domain ep-fac:SurroundingWater ; 189 + rdfs:label "(temporal part of a) rig"^^xsd:string ;
190 - rdfs:label "depth of surrounding water"^^xsd:string ; 190 + rdfs:subClassOf ep-fac:Facility .
191 - rdfs:range ep-core:Length . 191 +
192 +ep-fac:Zone
193 + rdf:type owl:Class ;
194 + rdfs:comment "spatial part of a wellbore that is a zone"^^xsd:string ;
195 + rdfs:label "zone"^^xsd:string ;
196 + rdfs:subClassOf ep-fac:Facility .
197 +
198 +ep-fac:depthOfSurroundingWater
199 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
200 + rdfs:comment "class_of_indirect_property that is the depth of surrounding water"^^xsd:string ;
201 + rdfs:domain ep-fac:SurroundingWater ;
202 + rdfs:label "depth of surrounding water"^^xsd:string ;
203 + rdfs:range ep-core:Length .
......
...@@ -15,81 +15,81 @@ ...@@ -15,81 +15,81 @@
15 15
16 <http://www.reportinghub.no/ep/schema/1.0/flow> 16 <http://www.reportinghub.no/ep/schema/1.0/flow>
17 rdf:type owl:Ontology ; 17 rdf:type owl:Ontology ;
18 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> ; 18 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ;
19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
20 20
21 ep-core:PhysicalThingAtInstant 21 ep-core:PhysicalThingAtInstant
22 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 22 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
23 rdfs:label "physical thing at instant"^^xsd:string ; 23 rdfs:label "physical thing at instant"^^xsd:string ;
24 rdfs:subClassOf ep-core:PhysicalThing . 24 rdfs:subClassOf ep-core:PhysicalThing .
25 25
26 ep-core:PhysicalThingDuringGasYearToDate 26 ep-core:PhysicalThingDuringGasYearToDate
27 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 27 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
28 rdfs:label "physical thing during gas year to date"^^xsd:string ; 28 rdfs:label "physical thing during gas year to date"^^xsd:string ;
29 rdfs:subClassOf ep-core:PhysicalThing . 29 rdfs:subClassOf ep-core:PhysicalThing .
30 30
31 ep-core:PhysicalThingDuringMonthToDate 31 ep-core:PhysicalThingDuringMonthToDate
32 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 32 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
33 rdfs:label "physical thing during month to date"^^xsd:string ; 33 rdfs:label "physical thing during month to date"^^xsd:string ;
34 rdfs:subClassOf ep-core:PhysicalThing . 34 rdfs:subClassOf ep-core:PhysicalThing .
35 35
36 ep-core:PhysicalThingDuringOneDay 36 ep-core:PhysicalThingDuringOneDay
37 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 37 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
38 rdfs:label "physical thing during one day"^^xsd:string ; 38 rdfs:label "physical thing during one day"^^xsd:string ;
39 rdfs:subClassOf ep-core:PhysicalThing . 39 rdfs:subClassOf ep-core:PhysicalThing .
40 40
41 ep-core:PhysicalThingDuringOneGasDay 41 ep-core:PhysicalThingDuringOneGasDay
42 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 42 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
43 rdfs:label "physical thing during one gas day"^^xsd:string ; 43 rdfs:label "physical thing during one gas day"^^xsd:string ;
44 rdfs:subClassOf ep-core:PhysicalThing . 44 rdfs:subClassOf ep-core:PhysicalThing .
45 45
46 ep-core:PhysicalThingDuringOneGasMonth 46 ep-core:PhysicalThingDuringOneGasMonth
47 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 47 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
48 rdfs:label "physical thing during one gas month"^^xsd:string ; 48 rdfs:label "physical thing during one gas month"^^xsd:string ;
49 rdfs:subClassOf ep-core:PhysicalThing . 49 rdfs:subClassOf ep-core:PhysicalThing .
50 50
51 ep-core:PhysicalThingDuringOneGasYear 51 ep-core:PhysicalThingDuringOneGasYear
52 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 52 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
53 rdfs:label "physical thing during one gas year"^^xsd:string ; 53 rdfs:label "physical thing during one gas year"^^xsd:string ;
54 rdfs:subClassOf ep-core:PhysicalThing . 54 rdfs:subClassOf ep-core:PhysicalThing .
55 55
56 ep-core:PhysicalThingDuringOneMonth 56 ep-core:PhysicalThingDuringOneMonth
57 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 57 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
58 rdfs:label "physical thing during one month"^^xsd:string ; 58 rdfs:label "physical thing during one month"^^xsd:string ;
59 rdfs:subClassOf ep-core:PhysicalThing . 59 rdfs:subClassOf ep-core:PhysicalThing .
60 60
61 ep-core:PhysicalThingDuringOneWeek 61 ep-core:PhysicalThingDuringOneWeek
62 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 62 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
63 rdfs:label "physical thing during one week"^^xsd:string ; 63 rdfs:label "physical thing during one week"^^xsd:string ;
64 rdfs:subClassOf ep-core:PhysicalThing . 64 rdfs:subClassOf ep-core:PhysicalThing .
65 65
66 ep-core:PhysicalThingDuringOneYear 66 ep-core:PhysicalThingDuringOneYear
67 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 67 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
68 rdfs:label "physical thing during one year"^^xsd:string ; 68 rdfs:label "physical thing during one year"^^xsd:string ;
69 rdfs:subClassOf ep-core:PhysicalThing . 69 rdfs:subClassOf ep-core:PhysicalThing .
70 70
71 ep-core:PhysicalThingDuringYearToDate 71 ep-core:PhysicalThingDuringYearToDate
72 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 72 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
73 rdfs:label "physical thing during year to date"^^xsd:string ; 73 rdfs:label "physical thing during year to date"^^xsd:string ;
74 rdfs:subClassOf ep-core:PhysicalThing . 74 rdfs:subClassOf ep-core:PhysicalThing .
75 75
76 ep-flow:AllocatedFlow 76 ep-flow:AllocatedFlow
77 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 77 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
78 rdfs:label "allocated flow"^^xsd:string ; 78 rdfs:label "allocated flow"^^xsd:string ;
79 rdfs:subClassOf ep-flow:WholeLifeFlow . 79 rdfs:subClassOf ep-flow:WholeLifeFlow .
80 80
81 ep-flow:AllocatedInventory 81 ep-flow:AllocatedInventory
82 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 82 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
83 rdfs:label "allocated inventory"^^xsd:string ; 83 rdfs:label "allocated inventory"^^xsd:string ;
84 rdfs:subClassOf ep-flow:WholeLifeInventory . 84 rdfs:subClassOf ep-flow:WholeLifeInventory .
85 85
86 ep-flow:BudgetFlow 86 ep-flow:BudgetFlow
87 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 87 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
88 rdfs:label "budget flow"^^xsd:string ; 88 rdfs:label "budget flow"^^xsd:string ;
89 rdfs:subClassOf ep-flow:WholeLifeFlow . 89 rdfs:subClassOf ep-flow:WholeLifeFlow .
90 90
91 ep-flow:BudgetInventory 91 ep-flow:BudgetInventory
92 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 92 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
93 rdfs:label "budget inventory"^^xsd:string ; 93 rdfs:label "budget inventory"^^xsd:string ;
94 rdfs:subClassOf ep-flow:WholeLifeInventory . 94 rdfs:subClassOf ep-flow:WholeLifeInventory .
95 95
...@@ -99,107 +99,112 @@ ep-flow:ClassOfMaterialWithMassCriterion ...@@ -99,107 +99,112 @@ ep-flow:ClassOfMaterialWithMassCriterion
99 rdfs:subClassOf owl:Class . 99 rdfs:subClassOf owl:Class .
100 100
101 ep-flow:ConstraintFlow 101 ep-flow:ConstraintFlow
102 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 102 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
103 rdfs:label "constraint flow"^^xsd:string ; 103 rdfs:label "constraint flow"^^xsd:string ;
104 rdfs:subClassOf ep-flow:WholeLifeFlow . 104 rdfs:subClassOf ep-flow:WholeLifeFlow .
105 105
106 ep-flow:ConstraintFlow-fixed 106 ep-flow:ConstraintFlow-fixed
107 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 107 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
108 rdfs:label "constraint flow - fixed"^^xsd:string ; 108 rdfs:label "constraint flow - fixed"^^xsd:string ;
109 rdfs:subClassOf ep-flow:ConstraintFlow . 109 rdfs:subClassOf ep-flow:ConstraintFlow .
110 110
111 ep-flow:ConstraintFlow-maximum 111 ep-flow:ConstraintFlow-maximum
112 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 112 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
113 rdfs:label "constraint flow - maximum"^^xsd:string ; 113 rdfs:label "constraint flow - maximum"^^xsd:string ;
114 rdfs:subClassOf ep-flow:ConstraintFlow . 114 rdfs:subClassOf ep-flow:ConstraintFlow .
115 115
116 ep-flow:ConstraintFlow-minimum 116 ep-flow:ConstraintFlow-minimum
117 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 117 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
118 rdfs:label "constraint flow - minimum"^^xsd:string ; 118 rdfs:label "constraint flow - minimum"^^xsd:string ;
119 rdfs:subClassOf ep-flow:ConstraintFlow . 119 rdfs:subClassOf ep-flow:ConstraintFlow .
120 120
121 ep-flow:ConstraintInventory 121 ep-flow:ConstraintInventory
122 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 122 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
123 rdfs:label "constraint inventory"^^xsd:string ; 123 rdfs:label "constraint inventory"^^xsd:string ;
124 rdfs:subClassOf ep-flow:WholeLifeInventory . 124 rdfs:subClassOf ep-flow:WholeLifeInventory .
125 125
126 ep-flow:Consume 126 ep-flow:Consume
127 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 127 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
128 rdfs:label "consume"^^xsd:string ; 128 rdfs:label "consume"^^xsd:string ;
129 rdfs:subClassOf ep-flow:WholeLifeFlow . 129 rdfs:subClassOf ep-flow:WholeLifeFlow .
130 130
131 ep-flow:Consume-HPflare 131 ep-flow:Consume-HPflare
132 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 132 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
133 rdfs:label "consume - HP flare"^^xsd:string ; 133 rdfs:label "consume - HP flare"^^xsd:string ;
134 rdfs:subClassOf ep-flow:Consume-flare . 134 rdfs:subClassOf ep-flow:Consume-flare .
135 135
136 ep-flow:Consume-LPflare 136 ep-flow:Consume-LPflare
137 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 137 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
138 rdfs:label "consume - LP flare"^^xsd:string ; 138 rdfs:label "consume - LP flare"^^xsd:string ;
139 rdfs:subClassOf ep-flow:Consume-flare . 139 rdfs:subClassOf ep-flow:Consume-flare .
140 140
141 ep-flow:Consume-blackstart 141 ep-flow:Consume-blackstart
142 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 142 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
143 rdfs:label "consume - blackstart"^^xsd:string ; 143 rdfs:label "consume - blackstart"^^xsd:string ;
144 rdfs:subClassOf ep-flow:Consume . 144 rdfs:subClassOf ep-flow:Consume .
145 145
146 ep-flow:Consume-compressor 146 ep-flow:Consume-compressor
147 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 147 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
148 rdfs:label "consume - compressor"^^xsd:string ; 148 rdfs:label "consume - compressor"^^xsd:string ;
149 rdfs:subClassOf ep-flow:Consume . 149 rdfs:subClassOf ep-flow:Consume .
150 150
151 ep-flow:Consume-emitted 151 ep-flow:Consume-emitted
152 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 152 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
153 rdfs:label "consume - emitted"^^xsd:string ; 153 rdfs:label "consume - emitted"^^xsd:string ;
154 rdfs:subClassOf ep-flow:Consume . 154 rdfs:subClassOf ep-flow:Consume .
155 155
156 ep-flow:Consume-flare 156 ep-flow:Consume-flare
157 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 157 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
158 rdfs:label "consume - flare"^^xsd:string ; 158 rdfs:label "consume - flare"^^xsd:string ;
159 rdfs:subClassOf ep-flow:Consume . 159 rdfs:subClassOf ep-flow:Consume .
160 160
161 ep-flow:Consume-fuel 161 ep-flow:Consume-fuel
162 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 162 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
163 rdfs:label "consume - fuel"^^xsd:string ; 163 rdfs:label "consume - fuel"^^xsd:string ;
164 rdfs:subClassOf ep-flow:Consume . 164 rdfs:subClassOf ep-flow:Consume .
165 165
166 ep-flow:Consume-noncompressor 166 ep-flow:Consume-noncompressor
167 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 167 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
168 rdfs:label "consume - non-compressor"^^xsd:string ; 168 rdfs:label "consume - non-compressor"^^xsd:string ;
169 rdfs:subClassOf ep-flow:Consume . 169 rdfs:subClassOf ep-flow:Consume .
170 170
171 ep-flow:Consume-venting 171 ep-flow:Consume-venting
172 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 172 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
173 rdfs:label "consume - venting"^^xsd:string ; 173 rdfs:label "consume - venting"^^xsd:string ;
174 rdfs:subClassOf ep-flow:Consume . 174 rdfs:subClassOf ep-flow:Consume .
175 175
176 +ep-flow:Current
177 + rdf:type owl:Class ;
178 + rdfs:label "current"^^xsd:string ;
179 + rdfs:subClassOf ep-flow:Flow .
180 +
176 ep-flow:DailyProductionFlow 181 ep-flow:DailyProductionFlow
177 rdf:type owl:Class ; 182 rdf:type owl:Class ;
178 rdfs:label "daily production flow"^^xsd:string ; 183 rdfs:label "daily production flow"^^xsd:string ;
179 rdfs:subClassOf ep-flow:ProductionFlow . 184 rdfs:subClassOf ep-flow:ProductionFlow .
180 185
181 ep-flow:DerivedFlow 186 ep-flow:DerivedFlow
182 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 187 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
183 rdfs:label "derived flow"^^xsd:string ; 188 rdfs:label "derived flow"^^xsd:string ;
184 rdfs:subClassOf ep-flow:WholeLifeFlow . 189 rdfs:subClassOf ep-flow:WholeLifeFlow .
185 190
186 ep-flow:DerivedFlow-difference 191 ep-flow:DerivedFlow-difference
187 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 192 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
188 rdfs:label "derived flow - difference"^^xsd:string ; 193 rdfs:label "derived flow - difference"^^xsd:string ;
189 rdfs:subClassOf ep-flow:DerivedFlow . 194 rdfs:subClassOf ep-flow:DerivedFlow .
190 195
191 ep-flow:DerivedInventory 196 ep-flow:DerivedInventory
192 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 197 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
193 rdfs:label "derived inventory"^^xsd:string ; 198 rdfs:label "derived inventory"^^xsd:string ;
194 rdfs:subClassOf ep-flow:WholeLifeInventory . 199 rdfs:subClassOf ep-flow:WholeLifeInventory .
195 200
196 ep-flow:DifferenceFlow 201 ep-flow:DifferenceFlow
197 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 202 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
198 rdfs:label "difference flow"^^xsd:string ; 203 rdfs:label "difference flow"^^xsd:string ;
199 rdfs:subClassOf ep-flow:WholeLifeFlow . 204 rdfs:subClassOf ep-flow:WholeLifeFlow .
200 205
201 ep-flow:DifferenceInventory 206 ep-flow:DifferenceInventory
202 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 207 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
203 rdfs:label "difference inventory"^^xsd:string ; 208 rdfs:label "difference inventory"^^xsd:string ;
204 rdfs:subClassOf ep-flow:WholeLifeInventory . 209 rdfs:subClassOf ep-flow:WholeLifeInventory .
205 210
...@@ -209,32 +214,32 @@ ep-flow:ElectricPowerFlow ...@@ -209,32 +214,32 @@ ep-flow:ElectricPowerFlow
209 rdfs:subClassOf ep-flow:Flow . 214 rdfs:subClassOf ep-flow:Flow .
210 215
211 ep-flow:EstimatedFlow 216 ep-flow:EstimatedFlow
212 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 217 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
213 rdfs:label "estimated flow"^^xsd:string ; 218 rdfs:label "estimated flow"^^xsd:string ;
214 rdfs:subClassOf ep-flow:WholeLifeFlow . 219 rdfs:subClassOf ep-flow:WholeLifeFlow .
215 220
216 ep-flow:EstimatedInventory 221 ep-flow:EstimatedInventory
217 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 222 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
218 rdfs:label "estimated inventory"^^xsd:string ; 223 rdfs:label "estimated inventory"^^xsd:string ;
219 rdfs:subClassOf ep-flow:WholeLifeInventory . 224 rdfs:subClassOf ep-flow:WholeLifeInventory .
220 225
221 ep-flow:Export 226 ep-flow:Export
222 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 227 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
223 rdfs:label "export"^^xsd:string ; 228 rdfs:label "export"^^xsd:string ;
224 rdfs:subClassOf ep-flow:WholeLifeFlow . 229 rdfs:subClassOf ep-flow:WholeLifeFlow .
225 230
226 ep-flow:Export-nominated 231 ep-flow:Export-nominated
227 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 232 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
228 rdfs:label "export nominated"^^xsd:string ; 233 rdfs:label "export nominated"^^xsd:string ;
229 rdfs:subClassOf ep-flow:Export . 234 rdfs:subClassOf ep-flow:Export .
230 235
231 ep-flow:Export-requested 236 ep-flow:Export-requested
232 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 237 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
233 rdfs:label "export requested"^^xsd:string ; 238 rdfs:label "export requested"^^xsd:string ;
234 rdfs:subClassOf ep-flow:Export . 239 rdfs:subClassOf ep-flow:Export .
235 240
236 ep-flow:Export-shortfall 241 ep-flow:Export-shortfall
237 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 242 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
238 rdfs:label "export shortfall"^^xsd:string ; 243 rdfs:label "export shortfall"^^xsd:string ;
239 rdfs:subClassOf ep-flow:Export . 244 rdfs:subClassOf ep-flow:Export .
240 245
...@@ -244,42 +249,42 @@ ep-flow:Flow ...@@ -244,42 +249,42 @@ ep-flow:Flow
244 rdfs:subClassOf ep-core:PhysicalThing . 249 rdfs:subClassOf ep-core:PhysicalThing .
245 250
246 ep-flow:FlowAtInstant 251 ep-flow:FlowAtInstant
247 - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; 252 + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
248 rdfs:label "flow at instant"^^xsd:string ; 253 rdfs:label "flow at instant"^^xsd:string ;
249 rdfs:subClassOf ep-flow:Flow . 254 rdfs:subClassOf ep-flow:Flow .
250 255
251 ep-flow:FlowDuringDay 256 ep-flow:FlowDuringDay
252 - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; 257 + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
253 rdfs:label "flow during day"^^xsd:string ; 258 rdfs:label "flow during day"^^xsd:string ;
254 rdfs:subClassOf ep-flow:FlowDuringPeriod . 259 rdfs:subClassOf ep-flow:FlowDuringPeriod .
255 260
256 ep-flow:FlowDuringMonth 261 ep-flow:FlowDuringMonth
257 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 262 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
258 rdfs:label "flow during month"^^xsd:string ; 263 rdfs:label "flow during month"^^xsd:string ;
259 rdfs:subClassOf ep-flow:FlowDuringPeriod . 264 rdfs:subClassOf ep-flow:FlowDuringPeriod .
260 265
261 ep-flow:FlowDuringMonthToDate 266 ep-flow:FlowDuringMonthToDate
262 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 267 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
263 rdfs:label "flow during month to date"^^xsd:string ; 268 rdfs:label "flow during month to date"^^xsd:string ;
264 rdfs:subClassOf ep-flow:FlowDuringPeriod . 269 rdfs:subClassOf ep-flow:FlowDuringPeriod .
265 270
266 ep-flow:FlowDuringPeriod 271 ep-flow:FlowDuringPeriod
267 - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; 272 + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
268 rdfs:label "flow during period"^^xsd:string ; 273 rdfs:label "flow during period"^^xsd:string ;
269 rdfs:subClassOf ep-flow:Flow . 274 rdfs:subClassOf ep-flow:Flow .
270 275
271 ep-flow:FlowDuringWeek 276 ep-flow:FlowDuringWeek
272 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 277 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
273 rdfs:label "flow during week"^^xsd:string ; 278 rdfs:label "flow during week"^^xsd:string ;
274 rdfs:subClassOf ep-flow:FlowDuringPeriod . 279 rdfs:subClassOf ep-flow:FlowDuringPeriod .
275 280
276 ep-flow:FlowDuringYear 281 ep-flow:FlowDuringYear
277 - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; 282 + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
278 rdfs:label "flow during year"^^xsd:string ; 283 rdfs:label "flow during year"^^xsd:string ;
279 rdfs:subClassOf ep-flow:FlowDuringPeriod . 284 rdfs:subClassOf ep-flow:FlowDuringPeriod .
280 285
281 ep-flow:FlowDuringYearToDate 286 ep-flow:FlowDuringYearToDate
282 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 287 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
283 rdfs:label "flow during year to date"^^xsd:string ; 288 rdfs:label "flow during year to date"^^xsd:string ;
284 rdfs:subClassOf ep-flow:FlowDuringPeriod . 289 rdfs:subClassOf ep-flow:FlowDuringPeriod .
285 290
...@@ -294,47 +299,47 @@ ep-flow:FlowOfLiquid ...@@ -294,47 +299,47 @@ ep-flow:FlowOfLiquid
294 rdfs:subClassOf ep-flow:Flow . 299 rdfs:subClassOf ep-flow:Flow .
295 300
296 ep-flow:ForecastFlow 301 ep-flow:ForecastFlow
297 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 302 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
298 rdfs:label "forecast flow"^^xsd:string ; 303 rdfs:label "forecast flow"^^xsd:string ;
299 rdfs:subClassOf ep-flow:WholeLifeFlow . 304 rdfs:subClassOf ep-flow:WholeLifeFlow .
300 305
301 ep-flow:ForecastFlow-declineCurve 306 ep-flow:ForecastFlow-declineCurve
302 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 307 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
303 rdfs:label "forecast flow - decline curve"^^xsd:string ; 308 rdfs:label "forecast flow - decline curve"^^xsd:string ;
304 rdfs:subClassOf ep-flow:ForecastFlow . 309 rdfs:subClassOf ep-flow:ForecastFlow .
305 310
306 ep-flow:ForecastFlow-standard 311 ep-flow:ForecastFlow-standard
307 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 312 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
308 rdfs:label "forecast flow - standard"^^xsd:string ; 313 rdfs:label "forecast flow - standard"^^xsd:string ;
309 rdfs:subClassOf ep-flow:ForecastFlow . 314 rdfs:subClassOf ep-flow:ForecastFlow .
310 315
311 ep-flow:ForecastInventory 316 ep-flow:ForecastInventory
312 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 317 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
313 rdfs:label "forecast inventory"^^xsd:string ; 318 rdfs:label "forecast inventory"^^xsd:string ;
314 rdfs:subClassOf ep-flow:WholeLifeInventory . 319 rdfs:subClassOf ep-flow:WholeLifeInventory .
315 320
316 ep-flow:Gaslift 321 ep-flow:Gaslift
317 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 322 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
318 rdfs:label "gas lift"^^xsd:string ; 323 rdfs:label "gas lift"^^xsd:string ;
319 rdfs:subClassOf ep-flow:WholeLifeFlow . 324 rdfs:subClassOf ep-flow:WholeLifeFlow .
320 325
321 ep-flow:GrossProductFlow 326 ep-flow:GrossProductFlow
322 - rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; 327 + rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ;
323 rdfs:label "gross product flow"^^xsd:string ; 328 rdfs:label "gross product flow"^^xsd:string ;
324 rdfs:subClassOf ep-flow:ProductFlow . 329 rdfs:subClassOf ep-flow:ProductFlow .
325 330
326 ep-flow:HydrocarbonAccounting 331 ep-flow:HydrocarbonAccounting
327 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 332 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
328 rdfs:label "hydrocarbon accounting"^^xsd:string ; 333 rdfs:label "hydrocarbon accounting"^^xsd:string ;
329 rdfs:subClassOf ep-flow:WholeLifeFlow . 334 rdfs:subClassOf ep-flow:WholeLifeFlow .
330 335
331 ep-flow:Import 336 ep-flow:Import
332 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 337 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
333 rdfs:label "import"^^xsd:string ; 338 rdfs:label "import"^^xsd:string ;
334 rdfs:subClassOf ep-flow:WholeLifeFlow . 339 rdfs:subClassOf ep-flow:WholeLifeFlow .
335 340
336 ep-flow:Injection 341 ep-flow:Injection
337 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 342 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
338 rdfs:label "injection"^^xsd:string ; 343 rdfs:label "injection"^^xsd:string ;
339 rdfs:subClassOf ep-flow:WholeLifeFlow . 344 rdfs:subClassOf ep-flow:WholeLifeFlow .
340 345
...@@ -344,77 +349,87 @@ ep-flow:Inventory ...@@ -344,77 +349,87 @@ ep-flow:Inventory
344 rdfs:subClassOf ep-core:PhysicalObject . 349 rdfs:subClassOf ep-core:PhysicalObject .
345 350
346 ep-flow:MassAdjustedFlow 351 ep-flow:MassAdjustedFlow
347 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 352 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
348 rdfs:label "mass adjusted flow"^^xsd:string ; 353 rdfs:label "mass adjusted flow"^^xsd:string ;
349 rdfs:subClassOf ep-flow:WholeLifeFlow . 354 rdfs:subClassOf ep-flow:WholeLifeFlow .
350 355
351 ep-flow:MeasuredFlow 356 ep-flow:MeasuredFlow
352 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 357 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
353 rdfs:label "measured flow"^^xsd:string ; 358 rdfs:label "measured flow"^^xsd:string ;
354 rdfs:subClassOf ep-flow:WholeLifeFlow . 359 rdfs:subClassOf ep-flow:WholeLifeFlow .
355 360
356 ep-flow:MeasuredFlow-fiscal 361 ep-flow:MeasuredFlow-fiscal
357 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 362 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
358 rdfs:label "measured flow - fiscal"^^xsd:string ; 363 rdfs:label "measured flow - fiscal"^^xsd:string ;
359 rdfs:subClassOf ep-flow:MeasuredFlow . 364 rdfs:subClassOf ep-flow:MeasuredFlow .
360 365
361 ep-flow:MeasuredFlow-raw 366 ep-flow:MeasuredFlow-raw
362 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 367 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
363 rdfs:label "measured flow - raw"^^xsd:string ; 368 rdfs:label "measured flow - raw"^^xsd:string ;
364 rdfs:subClassOf ep-flow:MeasuredFlow . 369 rdfs:subClassOf ep-flow:MeasuredFlow .
365 370
366 ep-flow:MeasuredFlow-recalibrated 371 ep-flow:MeasuredFlow-recalibrated
367 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 372 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
368 rdfs:label "measured flow - recalibrated"^^xsd:string ; 373 rdfs:label "measured flow - recalibrated"^^xsd:string ;
369 rdfs:subClassOf ep-flow:MeasuredFlow . 374 rdfs:subClassOf ep-flow:MeasuredFlow .
370 375
371 ep-flow:MeasuredInventory 376 ep-flow:MeasuredInventory
372 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 377 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
373 rdfs:label "measured inventory"^^xsd:string ; 378 rdfs:label "measured inventory"^^xsd:string ;
374 rdfs:subClassOf ep-flow:WholeLifeInventory . 379 rdfs:subClassOf ep-flow:WholeLifeInventory .
375 380
376 ep-flow:MeteredFlowFiscal 381 ep-flow:MeteredFlowFiscal
377 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 382 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
378 rdfs:label "metered flow fiscal"^^xsd:string ; 383 rdfs:label "metered flow fiscal"^^xsd:string ;
379 rdfs:subClassOf ep-flow:WholeLifeFlow . 384 rdfs:subClassOf ep-flow:WholeLifeFlow .
380 385
381 ep-flow:NetProductFlow 386 ep-flow:NetProductFlow
382 - rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; 387 + rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ;
383 rdfs:label "net product flow"^^xsd:string ; 388 rdfs:label "net product flow"^^xsd:string ;
384 rdfs:subClassOf ep-flow:ProductFlow . 389 rdfs:subClassOf ep-flow:ProductFlow .
385 390
386 ep-flow:NominatedFlow 391 ep-flow:NominatedFlow
387 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 392 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
388 rdfs:label "nominated flow"^^xsd:string ; 393 rdfs:label "nominated flow"^^xsd:string ;
389 rdfs:subClassOf ep-flow:WholeLifeFlow . 394 rdfs:subClassOf ep-flow:WholeLifeFlow .
390 395
391 ep-flow:NominatedInventory 396 ep-flow:NominatedInventory
392 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 397 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
393 rdfs:label "nominated inventory"^^xsd:string ; 398 rdfs:label "nominated inventory"^^xsd:string ;
394 rdfs:subClassOf ep-flow:WholeLifeInventory . 399 rdfs:subClassOf ep-flow:WholeLifeInventory .
395 400
396 ep-flow:Overboard 401 ep-flow:Overboard
397 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 402 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
398 rdfs:label "overboard"^^xsd:string ; 403 rdfs:label "overboard"^^xsd:string ;
399 rdfs:subClassOf ep-flow:WholeLifeFlow . 404 rdfs:subClassOf ep-flow:WholeLifeFlow .
400 405
401 ep-flow:PotentialFlow 406 ep-flow:PotentialFlow
402 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 407 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
403 rdfs:label "potential flow"^^xsd:string ; 408 rdfs:label "potential flow"^^xsd:string ;
404 rdfs:subClassOf ep-flow:WholeLifeFlow . 409 rdfs:subClassOf ep-flow:WholeLifeFlow .
405 410
406 ep-flow:PotentialInventory 411 ep-flow:PotentialInventory
407 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 412 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
408 rdfs:label "potential inventory"^^xsd:string ; 413 rdfs:label "potential inventory"^^xsd:string ;
409 rdfs:subClassOf ep-flow:WholeLifeInventory . 414 rdfs:subClassOf ep-flow:WholeLifeInventory .
410 415
416 +ep-flow:Precipitation
417 + rdf:type owl:Class ;
418 + rdfs:label "precipitation"^^xsd:string ;
419 + rdfs:subClassOf ep-flow:Flow .
420 +
421 +ep-flow:PrecipitationType
422 + rdf:type rdfs:Class ;
423 + rdfs:label "precipitation type"^^xsd:string ;
424 + rdfs:subClassOf owl:Class .
425 +
411 ep-flow:ProcessedFlow 426 ep-flow:ProcessedFlow
412 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 427 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
413 rdfs:label "processed flow"^^xsd:string ; 428 rdfs:label "processed flow"^^xsd:string ;
414 rdfs:subClassOf ep-flow:WholeLifeFlow . 429 rdfs:subClassOf ep-flow:WholeLifeFlow .
415 430
416 ep-flow:ProcessedInventory 431 ep-flow:ProcessedInventory
417 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 432 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
418 rdfs:label "processed inventory"^^xsd:string ; 433 rdfs:label "processed inventory"^^xsd:string ;
419 rdfs:subClassOf ep-flow:WholeLifeInventory . 434 rdfs:subClassOf ep-flow:WholeLifeInventory .
420 435
...@@ -439,27 +454,27 @@ ep-flow:ProductInventory ...@@ -439,27 +454,27 @@ ep-flow:ProductInventory
439 rdfs:subClassOf ep-flow:Inventory . 454 rdfs:subClassOf ep-flow:Inventory .
440 455
441 ep-flow:ProductInventoryAdjustedClosingBalance 456 ep-flow:ProductInventoryAdjustedClosingBalance
442 - rdf:type owl:Class , ep-flow:ProductInventoryType ; 457 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
443 rdfs:label "product inventory adjusted closing balance"^^xsd:string ; 458 rdfs:label "product inventory adjusted closing balance"^^xsd:string ;
444 rdfs:subClassOf ep-flow:ProductInventory . 459 rdfs:subClassOf ep-flow:ProductInventory .
445 460
446 ep-flow:ProductInventoryClosingBalance 461 ep-flow:ProductInventoryClosingBalance
447 - rdf:type owl:Class , ep-flow:ProductInventoryType ; 462 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
448 rdfs:label "product inventory closing balance"^^xsd:string ; 463 rdfs:label "product inventory closing balance"^^xsd:string ;
449 rdfs:subClassOf ep-flow:ProductInventory . 464 rdfs:subClassOf ep-flow:ProductInventory .
450 465
451 ep-flow:ProductInventoryClosingStorageBalance 466 ep-flow:ProductInventoryClosingStorageBalance
452 - rdf:type owl:Class , ep-flow:ProductInventoryType ; 467 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
453 rdfs:label "product inventory closing storage balance"^^xsd:string ; 468 rdfs:label "product inventory closing storage balance"^^xsd:string ;
454 rdfs:subClassOf ep-flow:ProductInventory . 469 rdfs:subClassOf ep-flow:ProductInventory .
455 470
456 ep-flow:ProductInventoryOpFlex 471 ep-flow:ProductInventoryOpFlex
457 - rdf:type owl:Class , ep-flow:ProductInventoryType ; 472 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
458 rdfs:label "product inventory opFlex"^^xsd:string ; 473 rdfs:label "product inventory opFlex"^^xsd:string ;
459 rdfs:subClassOf ep-flow:ProductInventory . 474 rdfs:subClassOf ep-flow:ProductInventory .
460 475
461 ep-flow:ProductInventoryOpeningBalance 476 ep-flow:ProductInventoryOpeningBalance
462 - rdf:type owl:Class , ep-flow:ProductInventoryType ; 477 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
463 rdfs:label "product inventory opening balance"^^xsd:string ; 478 rdfs:label "product inventory opening balance"^^xsd:string ;
464 rdfs:subClassOf ep-flow:ProductInventory . 479 rdfs:subClassOf ep-flow:ProductInventory .
465 480
...@@ -474,7 +489,7 @@ ep-flow:ProductMaterialType ...@@ -474,7 +489,7 @@ ep-flow:ProductMaterialType
474 rdfs:subClassOf owl:Class . 489 rdfs:subClassOf owl:Class .
475 490
476 ep-flow:Production 491 ep-flow:Production
477 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 492 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
478 rdfs:label "production"^^xsd:string ; 493 rdfs:label "production"^^xsd:string ;
479 rdfs:subClassOf ep-flow:WholeLifeFlow . 494 rdfs:subClassOf ep-flow:WholeLifeFlow .
480 495
...@@ -559,72 +574,72 @@ ep-flow:ProductionTestWellHeadFlow ...@@ -559,72 +574,72 @@ ep-flow:ProductionTestWellHeadFlow
559 rdfs:subClassOf ep-flow:WholeLifeFlow . 574 rdfs:subClassOf ep-flow:WholeLifeFlow .
560 575
561 ep-flow:QuotaFlow 576 ep-flow:QuotaFlow
562 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 577 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
563 rdfs:label "quota flow"^^xsd:string ; 578 rdfs:label "quota flow"^^xsd:string ;
564 rdfs:subClassOf ep-flow:WholeLifeFlow . 579 rdfs:subClassOf ep-flow:WholeLifeFlow .
565 580
566 ep-flow:QuotaInventory 581 ep-flow:QuotaInventory
567 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 582 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
568 rdfs:label "quota inventory"^^xsd:string ; 583 rdfs:label "quota inventory"^^xsd:string ;
569 rdfs:subClassOf ep-flow:WholeLifeInventory . 584 rdfs:subClassOf ep-flow:WholeLifeInventory .
570 585
571 ep-flow:RecommendedFlow 586 ep-flow:RecommendedFlow
572 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 587 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
573 rdfs:label "recommended flow"^^xsd:string ; 588 rdfs:label "recommended flow"^^xsd:string ;
574 rdfs:subClassOf ep-flow:WholeLifeFlow . 589 rdfs:subClassOf ep-flow:WholeLifeFlow .
575 590
576 ep-flow:RecommendedInventory 591 ep-flow:RecommendedInventory
577 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 592 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
578 rdfs:label "recommended inventory"^^xsd:string ; 593 rdfs:label "recommended inventory"^^xsd:string ;
579 rdfs:subClassOf ep-flow:WholeLifeInventory . 594 rdfs:subClassOf ep-flow:WholeLifeInventory .
580 595
581 ep-flow:Sale 596 ep-flow:Sale
582 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 597 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
583 rdfs:label "sale"^^xsd:string ; 598 rdfs:label "sale"^^xsd:string ;
584 rdfs:subClassOf ep-flow:WholeLifeFlow . 599 rdfs:subClassOf ep-flow:WholeLifeFlow .
585 600
586 ep-flow:SaleableFlow 601 ep-flow:SaleableFlow
587 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 602 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
588 rdfs:label "saleable flow"^^xsd:string ; 603 rdfs:label "saleable flow"^^xsd:string ;
589 rdfs:subClassOf ep-flow:WholeLifeFlow . 604 rdfs:subClassOf ep-flow:WholeLifeFlow .
590 605
591 ep-flow:SaleableInventory 606 ep-flow:SaleableInventory
592 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 607 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
593 rdfs:label "saleable inventory"^^xsd:string ; 608 rdfs:label "saleable inventory"^^xsd:string ;
594 rdfs:subClassOf ep-flow:WholeLifeInventory . 609 rdfs:subClassOf ep-flow:WholeLifeInventory .
595 610
596 ep-flow:SampleOfMaterial 611 ep-flow:SampleOfMaterial
597 rdf:type owl:Class ; 612 rdf:type owl:Class ;
598 - rdfs:label "sample of material"^^xsd:string , "(temporal part of a) sample of material"^^xsd:string ; 613 + rdfs:label "(temporal part of a) sample of material"^^xsd:string , "sample of material"^^xsd:string ;
599 rdfs:subClassOf ep-material:QuantityOfMaterial . 614 rdfs:subClassOf ep-material:QuantityOfMaterial .
600 615
601 ep-flow:SimulatedFlow 616 ep-flow:SimulatedFlow
602 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 617 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
603 rdfs:label "simulated flow"^^xsd:string ; 618 rdfs:label "simulated flow"^^xsd:string ;
604 rdfs:subClassOf ep-flow:WholeLifeFlow . 619 rdfs:subClassOf ep-flow:WholeLifeFlow .
605 620
606 ep-flow:SimulatedInventory 621 ep-flow:SimulatedInventory
607 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 622 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
608 rdfs:label "simulated inventory"^^xsd:string ; 623 rdfs:label "simulated inventory"^^xsd:string ;
609 rdfs:subClassOf ep-flow:WholeLifeInventory . 624 rdfs:subClassOf ep-flow:WholeLifeInventory .
610 625
611 ep-flow:Storage 626 ep-flow:Storage
612 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 627 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
613 rdfs:label "storage"^^xsd:string ; 628 rdfs:label "storage"^^xsd:string ;
614 rdfs:subClassOf ep-flow:WholeLifeFlow . 629 rdfs:subClassOf ep-flow:WholeLifeFlow .
615 630
616 ep-flow:TargetFlow 631 ep-flow:TargetFlow
617 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 632 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
618 rdfs:label "target flow"^^xsd:string ; 633 rdfs:label "target flow"^^xsd:string ;
619 rdfs:subClassOf ep-flow:WholeLifeFlow . 634 rdfs:subClassOf ep-flow:WholeLifeFlow .
620 635
621 ep-flow:TargetInventory 636 ep-flow:TargetInventory
622 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 637 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
623 rdfs:label "target inventory"^^xsd:string ; 638 rdfs:label "target inventory"^^xsd:string ;
624 rdfs:subClassOf ep-flow:WholeLifeInventory . 639 rdfs:subClassOf ep-flow:WholeLifeInventory .
625 640
626 ep-flow:TariffBasisFlow 641 ep-flow:TariffBasisFlow
627 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 642 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
628 rdfs:label "tariff basis flow"^^xsd:string ; 643 rdfs:label "tariff basis flow"^^xsd:string ;
629 rdfs:subClassOf ep-flow:WholeLifeFlow . 644 rdfs:subClassOf ep-flow:WholeLifeFlow .
630 645
...@@ -639,7 +654,7 @@ ep-flow:TemporalPartOfAFlowDurationType ...@@ -639,7 +654,7 @@ ep-flow:TemporalPartOfAFlowDurationType
639 rdfs:subClassOf owl:Class . 654 rdfs:subClassOf owl:Class .
640 655
641 ep-flow:ValueAdjustedFlow 656 ep-flow:ValueAdjustedFlow
642 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 657 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
643 rdfs:label "value adjusted flow"^^xsd:string ; 658 rdfs:label "value adjusted flow"^^xsd:string ;
644 rdfs:subClassOf ep-flow:WholeLifeFlow . 659 rdfs:subClassOf ep-flow:WholeLifeFlow .
645 660
...@@ -656,7 +671,7 @@ ep-flow:WholeLifeInventory ...@@ -656,7 +671,7 @@ ep-flow:WholeLifeInventory
656 ep-flow:WholeLifeProductFlow 671 ep-flow:WholeLifeProductFlow
657 rdf:type owl:Class ; 672 rdf:type owl:Class ;
658 rdfs:label "whole life product flow"^^xsd:string ; 673 rdfs:label "whole life product flow"^^xsd:string ;
659 - rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductFlow . 674 + rdfs:subClassOf ep-flow:ProductFlow , ep-flow:WholeLifeFlow .
660 675
661 ep-flow:WholeLifeProductInventory 676 ep-flow:WholeLifeProductInventory
662 rdf:type owl:Class ; 677 rdf:type owl:Class ;
...@@ -666,7 +681,7 @@ ep-flow:WholeLifeProductInventory ...@@ -666,7 +681,7 @@ ep-flow:WholeLifeProductInventory
666 ep-flow:WholeLifeProductionFlow 681 ep-flow:WholeLifeProductionFlow
667 rdf:type owl:Class ; 682 rdf:type owl:Class ;
668 rdfs:label "whole life production flow"^^xsd:string ; 683 rdfs:label "whole life production flow"^^xsd:string ;
669 - rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductionFlow . 684 + rdfs:subClassOf ep-flow:ProductionFlow , ep-flow:WholeLifeFlow .
670 685
671 ep-flow:WholeLifeProductionFlowNetwork 686 ep-flow:WholeLifeProductionFlowNetwork
672 rdf:type owl:Class ; 687 rdf:type owl:Class ;
...@@ -676,29 +691,40 @@ ep-flow:WholeLifeProductionFlowNetwork ...@@ -676,29 +691,40 @@ ep-flow:WholeLifeProductionFlowNetwork
676 ep-flow:WholeLifeProductionInventory 691 ep-flow:WholeLifeProductionInventory
677 rdf:type owl:Class ; 692 rdf:type owl:Class ;
678 rdfs:label "(whole life) production inventory"^^xsd:string ; 693 rdfs:label "(whole life) production inventory"^^xsd:string ;
679 - rdfs:subClassOf ep-flow:ProductionInventory , ep-flow:WholeLifeInventory . 694 + rdfs:subClassOf ep-flow:WholeLifeInventory , ep-flow:ProductionInventory .
680 695
681 ep-flow:WholeLifeProductionInventoryCollection 696 ep-flow:WholeLifeProductionInventoryCollection
682 rdf:type owl:Class ; 697 rdf:type owl:Class ;
683 rdfs:label "whole life production inventory collection"^^xsd:string ; 698 rdfs:label "whole life production inventory collection"^^xsd:string ;
684 rdfs:subClassOf ep-flow:ProductionInventoryCollection . 699 rdfs:subClassOf ep-flow:ProductionInventoryCollection .
685 700
701 +ep-flow:Wind
702 + rdf:type owl:Class ;
703 + rdfs:label "wind"^^xsd:string ;
704 + rdfs:subClassOf ep-flow:Flow .
705 +
686 ep-flow:allocatedTo 706 ep-flow:allocatedTo
687 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 707 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
688 rdfs:comment "facility to which a split of a flow or inventory is allocated"^^xsd:string ; 708 rdfs:comment "facility to which a split of a flow or inventory is allocated"^^xsd:string ;
689 rdfs:domain ep-core:PhysicalObject ; 709 rdfs:domain ep-core:PhysicalObject ;
690 rdfs:label "allocatedTo"^^xsd:string ; 710 rdfs:label "allocatedTo"^^xsd:string ;
691 rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> ; 711 rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> ;
692 rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . 712 rdfs:subPropertyOf ep-flow:flowIntoOrOutOf .
693 713
694 -ep-flow:dailyAverageAmountOfMaterial 714 +ep-flow:amountOfPrecipitation
695 rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 715 rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
696 rdfs:domain ep-flow:Flow ; 716 rdfs:domain ep-flow:Flow ;
717 + rdfs:label "amount of precipitation"^^xsd:string ;
718 + rdfs:range ep-core:Length .
719 +
720 +ep-flow:dailyAverageAmountOfMaterial
721 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
722 + rdfs:domain ep-flow:Flow ;
697 rdfs:label "daily average amount of material"^^xsd:string ; 723 rdfs:label "daily average amount of material"^^xsd:string ;
698 rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . 724 rdfs:range ep-flow:ClassOfMaterialWithMassCriterion .
699 725
700 ep-flow:energyContent 726 ep-flow:energyContent
701 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 727 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
702 rdfs:domain ep-material:QuantityOfMaterial ; 728 rdfs:domain ep-material:QuantityOfMaterial ;
703 rdfs:label "energy content"^^xsd:string ; 729 rdfs:label "energy content"^^xsd:string ;
704 rdfs:range ep-core:Work . 730 rdfs:range ep-core:Work .
...@@ -730,7 +756,7 @@ ep-flow:flowOutOf ...@@ -730,7 +756,7 @@ ep-flow:flowOutOf
730 rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . 756 rdfs:subPropertyOf ep-flow:flowIntoOrOutOf .
731 757
732 ep-flow:grossCalorificValue 758 ep-flow:grossCalorificValue
733 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 759 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
734 rdfs:domain ep-material:QuantityOfMaterial ; 760 rdfs:domain ep-material:QuantityOfMaterial ;
735 rdfs:label "gross calorific value"^^xsd:string ; 761 rdfs:label "gross calorific value"^^xsd:string ;
736 rdfs:range ep-core:EnergyPerVolume . 762 rdfs:range ep-core:EnergyPerVolume .
...@@ -749,30 +775,35 @@ ep-flow:hasNetworkPart ...@@ -749,30 +775,35 @@ ep-flow:hasNetworkPart
749 rdfs:range ep-flow:WholeLifeFlow ; 775 rdfs:range ep-flow:WholeLifeFlow ;
750 rdfs:subPropertyOf ep-core:hasPart . 776 rdfs:subPropertyOf ep-core:hasPart .
751 777
778 +ep-flow:horizontalDirectionAzimuth
779 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
780 + rdfs:label "horizontal direction azimuth"^^xsd:string ;
781 + rdfs:range ep-core:PlaneAngle .
782 +
752 ep-flow:materialThatFlows 783 ep-flow:materialThatFlows
753 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 784 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
754 rdfs:domain ep-flow:Flow ; 785 rdfs:domain ep-flow:Flow ;
755 rdfs:label "material that flows"^^xsd:string ; 786 rdfs:label "material that flows"^^xsd:string ;
756 rdfs:range ep-material:QuantityOfMaterial . 787 rdfs:range ep-material:QuantityOfMaterial .
757 788
758 ep-flow:rateOfFlowOfMaterial 789 ep-flow:rateOfFlowOfMaterial
759 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 790 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
760 rdfs:label "rate of flow of material"^^xsd:string ; 791 rdfs:label "rate of flow of material"^^xsd:string ;
761 rdfs:range ep-core:MeasureOfAmountOfMaterial . 792 rdfs:range ep-core:MeasureOfAmountOfMaterial .
762 793
763 ep-flow:summedDailyMass 794 ep-flow:summedDailyMass
764 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 795 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
765 rdfs:domain ep-flow:Inventory ; 796 rdfs:domain ep-flow:Inventory ;
766 rdfs:label "summed daily mass"^^xsd:string ; 797 rdfs:label "summed daily mass"^^xsd:string ;
767 rdfs:range ep-core:Mass . 798 rdfs:range ep-core:Mass .
768 799
769 ep-flow:totalVolumeOfMaterial-deprecated 800 ep-flow:totalVolumeOfMaterial-deprecated
770 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 801 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
771 rdfs:label "total volume of material"^^xsd:string ; 802 rdfs:label "total volume of material"^^xsd:string ;
772 rdfs:range ep-core:MeasureOfAmountOfMaterial . 803 rdfs:range ep-core:MeasureOfAmountOfMaterial .
773 804
774 ep-flow:yearlyAverageAmountOfMaterial 805 ep-flow:yearlyAverageAmountOfMaterial
775 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 806 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
776 rdfs:domain ep-flow:Flow ; 807 rdfs:domain ep-flow:Flow ;
777 rdfs:label "yearly average amount of material"^^xsd:string ; 808 rdfs:label "yearly average amount of material"^^xsd:string ;
778 rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . 809 rdfs:range ep-flow:ClassOfMaterialWithMassCriterion .
......
...@@ -24,10 +24,21 @@ ...@@ -24,10 +24,21 @@
24 owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> ; 24 owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
25 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 25 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
26 26
27 +<http://www.reportinghub.no/ep/schema/activity#MakeAnObservation>
28 + rdf:type owl:Class ;
29 + rdfs:comment "activity that is making an observation"^^xsd:string ;
30 + rdfs:label "make an observation"^^xsd:string ;
31 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
32 +
33 +<http://www.reportinghub.no/ep/schema/activity#ObserveTheWeather>
34 + rdf:type owl:Class ;
35 + rdfs:label "observe the weather"^^xsd:string ;
36 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MakeAnObservation> .
37 +
27 <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> 38 <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest>
28 rdf:type owl:Class ; 39 rdf:type owl:Class ;
29 rdfs:label "production well test"^^xsd:string ; 40 rdfs:label "production well test"^^xsd:string ;
30 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . 41 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
31 42
32 <http://www.reportinghub.no/ep/schema/activity#WellOperation> 43 <http://www.reportinghub.no/ep/schema/activity#WellOperation>
33 rdf:type ep-prodact:ProductionActivityType . 44 rdf:type ep-prodact:ProductionActivityType .
...@@ -38,6 +49,18 @@ ...@@ -38,6 +49,18 @@
38 rdfs:label "has flow"^^xsd:string ; 49 rdfs:label "has flow"^^xsd:string ;
39 rdfs:range <http://www.reportinghub.no/ep/schema/flow#WholeLifeFlow> . 50 rdfs:range <http://www.reportinghub.no/ep/schema/flow#WholeLifeFlow> .
40 51
52 +<http://www.reportinghub.no/ep/schema/activity#observationResultsSuppliedBy>
53 + rdf:type owl:ObjectProperty ;
54 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#MakeAnObservation> ;
55 + rdfs:label "observation results supplied by"^^xsd:string ;
56 + rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> .
57 +
58 +<http://www.reportinghub.no/ep/schema/activity#observedObject>
59 + rdf:type owl:ObjectProperty ;
60 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#MakeAnObservation> ;
61 + rdfs:label "observed object"^^xsd:string ;
62 + rdfs:range ep-core:PhysicalThing .
63 +
41 ep-prodact:AccidentOrInjury 64 ep-prodact:AccidentOrInjury
42 rdf:type owl:Class ; 65 rdf:type owl:Class ;
43 rdfs:label "accident or injury"^^xsd:string ; 66 rdfs:label "accident or injury"^^xsd:string ;
...@@ -49,12 +72,12 @@ ep-prodact:AccidentPreventionExercise ...@@ -49,12 +72,12 @@ ep-prodact:AccidentPreventionExercise
49 rdfs:subClassOf ep-prodact:DrillOrExcercise . 72 rdfs:subClassOf ep-prodact:DrillOrExcercise .
50 73
51 ep-prodact:AdministerFirstAid 74 ep-prodact:AdministerFirstAid
52 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 75 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
53 rdfs:label "administer first aid"^^xsd:string ; 76 rdfs:label "administer first aid"^^xsd:string ;
54 rdfs:subClassOf ep-prodact:MedicalTreatment . 77 rdfs:subClassOf ep-prodact:MedicalTreatment .
55 78
56 ep-prodact:AirTrafficOperation 79 ep-prodact:AirTrafficOperation
57 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 80 + rdf:type owl:Class , ep-prodact:ProductionActivityType ;
58 rdfs:label "air traffic operation"^^xsd:string ; 81 rdfs:label "air traffic operation"^^xsd:string ;
59 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 82 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
60 83
...@@ -79,32 +102,32 @@ ep-prodact:AlertType ...@@ -79,32 +102,32 @@ ep-prodact:AlertType
79 rdfs:subClassOf owl:Class . 102 rdfs:subClassOf owl:Class .
80 103
81 ep-prodact:AllocateSplitFactors 104 ep-prodact:AllocateSplitFactors
82 - rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ; 105 + rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ;
83 rdfs:label "allocate split factors"^^xsd:string ; 106 rdfs:label "allocate split factors"^^xsd:string ;
84 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 107 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
85 108
86 ep-prodact:AnnualProductionActivity 109 ep-prodact:AnnualProductionActivity
87 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 110 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
88 rdfs:comment "not used in the MPR"^^xsd:string ; 111 rdfs:comment "not used in the MPR"^^xsd:string ;
89 rdfs:label "annual production activity"^^xsd:string ; 112 rdfs:label "annual production activity"^^xsd:string ;
90 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 113 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
91 114
92 ep-prodact:AnnualProductionActivityToDate 115 ep-prodact:AnnualProductionActivityToDate
93 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 116 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
94 rdfs:label "annual production activity to date"^^xsd:string ; 117 rdfs:label "annual production activity to date"^^xsd:string ;
95 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 118 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
96 119
97 ep-prodact:AnnualProductionOperationToDate 120 ep-prodact:AnnualProductionOperationToDate
98 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 121 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
99 rdfs:comment "production operation from the beginning of an annual reporting period to a date within, or at the end of, the reporting period"^^xsd:string ; 122 rdfs:comment "production operation from the beginning of an annual reporting period to a date within, or at the end of, the reporting period"^^xsd:string ;
100 rdfs:label "annual production operation to date"^^xsd:string ; 123 rdfs:label "annual production operation to date"^^xsd:string ;
101 - rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionOperation . 124 + rdfs:subClassOf ep-prodact:ProductionOperation , ep-prodact:AnnualProductionActivityToDate .
102 125
103 ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod 126 ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod
104 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 127 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
105 rdfs:comment "not used in the MPR"^^xsd:string ; 128 rdfs:comment "not used in the MPR"^^xsd:string ;
106 rdfs:label "annual production volume activity to the end of the reporting period"^^xsd:string ; 129 rdfs:label "annual production volume activity to the end of the reporting period"^^xsd:string ;
107 - rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionVolumeActivity . 130 + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToDate .
108 131
109 ep-prodact:BasketMovement 132 ep-prodact:BasketMovement
110 rdf:type owl:Class ; 133 rdf:type owl:Class ;
...@@ -117,29 +140,29 @@ ep-prodact:CargoShipOperation ...@@ -117,29 +140,29 @@ ep-prodact:CargoShipOperation
117 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 140 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
118 141
119 ep-prodact:ConstructionOperation 142 ep-prodact:ConstructionOperation
120 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 143 + rdf:type owl:Class , ep-prodact:ProductionActivityType ;
121 rdfs:label "construction operation"^^xsd:string ; 144 rdfs:label "construction operation"^^xsd:string ;
122 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 145 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
123 146
124 ep-prodact:CumulativeProductionActivitySinceProductionBegan 147 ep-prodact:CumulativeProductionActivitySinceProductionBegan
125 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 148 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
126 rdfs:comment "not used in the MPR"^^xsd:string ; 149 rdfs:comment "not used in the MPR"^^xsd:string ;
127 rdfs:label "cumulative production activity since production began"^^xsd:string ; 150 rdfs:label "cumulative production activity since production began"^^xsd:string ;
128 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 151 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
129 152
130 ep-prodact:DailyProductionOperation 153 ep-prodact:DailyProductionOperation
131 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 154 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
132 rdfs:comment "not used in the MPR"^^xsd:string ; 155 rdfs:comment "not used in the MPR"^^xsd:string ;
133 rdfs:label "daily production operation"^^xsd:string ; 156 rdfs:label "daily production operation"^^xsd:string ;
134 rdfs:subClassOf ep-prodact:ProductionOperation . 157 rdfs:subClassOf ep-prodact:ProductionOperation .
135 158
136 ep-prodact:DailyProductionOperationProcessingLoss 159 ep-prodact:DailyProductionOperationProcessingLoss
137 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 160 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
138 rdfs:label "daily production operation processing loss"^^xsd:string ; 161 rdfs:label "daily production operation processing loss"^^xsd:string ;
139 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 162 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
140 163
141 ep-prodact:DailyProductionVolumeActivity 164 ep-prodact:DailyProductionVolumeActivity
142 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 165 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
143 rdfs:comment "not used in the MPR"^^xsd:string ; 166 rdfs:comment "not used in the MPR"^^xsd:string ;
144 rdfs:label "daily production volume activity"^^xsd:string ; 167 rdfs:label "daily production volume activity"^^xsd:string ;
145 rdfs:subClassOf ep-prodact:ProductionVolumeActivity . 168 rdfs:subClassOf ep-prodact:ProductionVolumeActivity .
...@@ -150,7 +173,7 @@ ep-prodact:DefinedHazardAndAccidentSituation ...@@ -150,7 +173,7 @@ ep-prodact:DefinedHazardAndAccidentSituation
150 rdfs:subClassOf ep-prodact:Incident . 173 rdfs:subClassOf ep-prodact:Incident .
151 174
152 ep-prodact:Deviation 175 ep-prodact:Deviation
153 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 176 + rdf:type owl:Class , ep-prodact:ProductionActivityType ;
154 rdfs:label "deviation"^^xsd:string ; 177 rdfs:label "deviation"^^xsd:string ;
155 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 178 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
156 179
...@@ -160,77 +183,77 @@ ep-prodact:DischargeWater ...@@ -160,77 +183,77 @@ ep-prodact:DischargeWater
160 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 183 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
161 184
162 ep-prodact:DrillOrExcercise 185 ep-prodact:DrillOrExcercise
163 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 186 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
164 rdfs:label "drill or exercise"^^xsd:string ; 187 rdfs:label "drill or exercise"^^xsd:string ;
165 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 188 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
166 189
167 ep-prodact:ExtendedMaintenanceTurnaround 190 ep-prodact:ExtendedMaintenanceTurnaround
168 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 191 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
169 rdfs:label "extended maintenance turnaround"^^xsd:string ; 192 rdfs:label "extended maintenance turnaround"^^xsd:string ;
170 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 193 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
171 194
172 ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal 195 ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal
173 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 196 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
174 rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ; 197 rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ;
175 rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround . 198 rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround .
176 199
177 ep-prodact:Fire 200 ep-prodact:Fire
178 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 201 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
179 rdfs:label "fire"^^xsd:string ; 202 rdfs:label "fire"^^xsd:string ;
180 rdfs:subClassOf ep-prodact:Incident . 203 rdfs:subClassOf ep-prodact:Incident .
181 204
182 ep-prodact:FluidLevelTest 205 ep-prodact:FluidLevelTest
183 rdf:type owl:Class ; 206 rdf:type owl:Class ;
184 rdfs:label "fluid level test"^^xsd:string ; 207 rdfs:label "fluid level test"^^xsd:string ;
185 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . 208 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
186 209
187 ep-prodact:FluidSampling-DST 210 ep-prodact:FluidSampling-DST
188 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 211 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
189 rdfs:label "fluid sampling - DST"^^xsd:string ; 212 rdfs:label "fluid sampling - DST"^^xsd:string ;
190 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 213 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
191 214
192 ep-prodact:FluidSampling-RFTorMDT 215 ep-prodact:FluidSampling-RFTorMDT
193 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 216 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
194 rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; 217 rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ;
195 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 218 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
196 219
197 ep-prodact:FluidSampling-bottomhole 220 ep-prodact:FluidSampling-bottomhole
198 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 221 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
199 rdfs:label "fluid sampling - bottomhole"^^xsd:string ; 222 rdfs:label "fluid sampling - bottomhole"^^xsd:string ;
200 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 223 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
201 224
202 ep-prodact:FluidSampling-formationTester 225 ep-prodact:FluidSampling-formationTester
203 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 226 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
204 rdfs:label "fluid sampling - formation tester"^^xsd:string ; 227 rdfs:label "fluid sampling - formation tester"^^xsd:string ;
205 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 228 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
206 229
207 ep-prodact:FluidSampling-recombined 230 ep-prodact:FluidSampling-recombined
208 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 231 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
209 rdfs:label "fluid sampling - recombined"^^xsd:string ; 232 rdfs:label "fluid sampling - recombined"^^xsd:string ;
210 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 233 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
211 234
212 ep-prodact:FluidSampling-separatorGas 235 ep-prodact:FluidSampling-separatorGas
213 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 236 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
214 rdfs:label "fluid sampling - separator gas"^^xsd:string ; 237 rdfs:label "fluid sampling - separator gas"^^xsd:string ;
215 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 238 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
216 239
217 ep-prodact:FluidSampling-separatorOil 240 ep-prodact:FluidSampling-separatorOil
218 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 241 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
219 rdfs:label "fluid sampling - separator oil"^^xsd:string ; 242 rdfs:label "fluid sampling - separator oil"^^xsd:string ;
220 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 243 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
221 244
222 ep-prodact:FluidSampling-separatorWater 245 ep-prodact:FluidSampling-separatorWater
223 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 246 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
224 rdfs:label "fluid sampling - separator water"^^xsd:string ; 247 rdfs:label "fluid sampling - separator water"^^xsd:string ;
225 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 248 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
226 249
227 ep-prodact:FluidSampling-synthetic 250 ep-prodact:FluidSampling-synthetic
228 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 251 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
229 rdfs:label "fluid sampling - synthetic"^^xsd:string ; 252 rdfs:label "fluid sampling - synthetic"^^xsd:string ;
230 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 253 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
231 254
232 ep-prodact:FluidSampling-wellhead 255 ep-prodact:FluidSampling-wellhead
233 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 256 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
234 rdfs:label "fluid sampling - wellhead"^^xsd:string ; 257 rdfs:label "fluid sampling - wellhead"^^xsd:string ;
235 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 258 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
236 259
...@@ -256,7 +279,7 @@ ep-prodact:FusionOfPartsOfProductionActivityOverPeriod ...@@ -256,7 +279,7 @@ ep-prodact:FusionOfPartsOfProductionActivityOverPeriod
256 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 279 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
257 280
258 ep-prodact:HSEProblem 281 ep-prodact:HSEProblem
259 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 282 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
260 rdfs:label "HSE problem"^^xsd:string ; 283 rdfs:label "HSE problem"^^xsd:string ;
261 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 284 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
262 285
...@@ -271,14 +294,14 @@ ep-prodact:Incident ...@@ -271,14 +294,14 @@ ep-prodact:Incident
271 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 294 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
272 295
273 ep-prodact:InitialWellTest 296 ep-prodact:InitialWellTest
274 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 297 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
275 rdfs:label "initial"^^xsd:string ; 298 rdfs:label "initial"^^xsd:string ;
276 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 299 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
277 300
278 ep-prodact:InjectionWellTest 301 ep-prodact:InjectionWellTest
279 rdf:type owl:Class ; 302 rdf:type owl:Class ;
280 rdfs:label "injection well test"^^xsd:string ; 303 rdfs:label "injection well test"^^xsd:string ;
281 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . 304 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
282 305
283 ep-prodact:Injury 306 ep-prodact:Injury
284 rdf:type owl:Class ; 307 rdf:type owl:Class ;
...@@ -286,22 +309,22 @@ ep-prodact:Injury ...@@ -286,22 +309,22 @@ ep-prodact:Injury
286 rdfs:subClassOf ep-prodact:AccidentOrInjury . 309 rdfs:subClassOf ep-prodact:AccidentOrInjury .
287 310
288 ep-prodact:IssueBillOfLading 311 ep-prodact:IssueBillOfLading
289 - rdf:type ep-prodact:SalesActivityType , owl:Class ; 312 + rdf:type owl:Class , ep-prodact:SalesActivityType ;
290 rdfs:label "issue bill of lading"^^xsd:string ; 313 rdfs:label "issue bill of lading"^^xsd:string ;
291 rdfs:subClassOf ep-prodact:SalesActivity . 314 rdfs:subClassOf ep-prodact:SalesActivity .
292 315
293 ep-prodact:IssueWorkPermit 316 ep-prodact:IssueWorkPermit
294 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 317 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
295 rdfs:label "issue work permit"^^xsd:string ; 318 rdfs:label "issue work permit"^^xsd:string ;
296 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 319 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
297 320
298 ep-prodact:IssueWorkPermitWithSJA 321 ep-prodact:IssueWorkPermitWithSJA
299 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 322 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
300 rdfs:label "issue work permit with SJA"^^xsd:string ; 323 rdfs:label "issue work permit with SJA"^^xsd:string ;
301 rdfs:subClassOf ep-prodact:IssueWorkPermit . 324 rdfs:subClassOf ep-prodact:IssueWorkPermit .
302 325
303 ep-prodact:JobObservation 326 ep-prodact:JobObservation
304 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 327 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
305 rdfs:label "job observation"^^xsd:string ; 328 rdfs:label "job observation"^^xsd:string ;
306 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 329 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
307 330
...@@ -316,12 +339,12 @@ ep-prodact:LostTimeAccident ...@@ -316,12 +339,12 @@ ep-prodact:LostTimeAccident
316 rdfs:subClassOf ep-prodact:Incident . 339 rdfs:subClassOf ep-prodact:Incident .
317 340
318 ep-prodact:LostTimeIncident 341 ep-prodact:LostTimeIncident
319 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 342 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
320 rdfs:label "lost time incident"^^xsd:string ; 343 rdfs:label "lost time incident"^^xsd:string ;
321 rdfs:subClassOf ep-prodact:Incident . 344 rdfs:subClassOf ep-prodact:Incident .
322 345
323 ep-prodact:MaintenanceActivity 346 ep-prodact:MaintenanceActivity
324 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 347 + rdf:type owl:Class , ep-prodact:ProductionActivityType ;
325 rdfs:label "maintenance activity"^^xsd:string ; 348 rdfs:label "maintenance activity"^^xsd:string ;
326 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 349 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
327 350
...@@ -331,7 +354,7 @@ ep-prodact:MakeAComment ...@@ -331,7 +354,7 @@ ep-prodact:MakeAComment
331 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 354 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
332 355
333 ep-prodact:MakeATransaction 356 ep-prodact:MakeATransaction
334 - rdf:type ep-prodact:SalesActivityType , owl:Class ; 357 + rdf:type owl:Class , ep-prodact:SalesActivityType ;
335 rdfs:label "make a transaction"^^xsd:string ; 358 rdfs:label "make a transaction"^^xsd:string ;
336 rdfs:subClassOf ep-prodact:SalesActivity . 359 rdfs:subClassOf ep-prodact:SalesActivity .
337 360
...@@ -341,12 +364,12 @@ ep-prodact:MarineOperation ...@@ -341,12 +364,12 @@ ep-prodact:MarineOperation
341 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 364 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
342 365
343 ep-prodact:MarkedGasLossOfExport 366 ep-prodact:MarkedGasLossOfExport
344 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 367 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
345 rdfs:label "marked gas loss of export"^^xsd:string ; 368 rdfs:label "marked gas loss of export"^^xsd:string ;
346 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 369 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
347 370
348 ep-prodact:MarkedOilLossOfExport 371 ep-prodact:MarkedOilLossOfExport
349 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 372 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
350 rdfs:label "marked oil loss of export"^^xsd:string ; 373 rdfs:label "marked oil loss of export"^^xsd:string ;
351 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 374 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
352 375
...@@ -356,7 +379,7 @@ ep-prodact:MeasurePropertiesOfAFlow ...@@ -356,7 +379,7 @@ ep-prodact:MeasurePropertiesOfAFlow
356 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 379 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
357 380
358 ep-prodact:MeasureSplitFactors 381 ep-prodact:MeasureSplitFactors
359 - rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ; 382 + rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ;
360 rdfs:label "measure split factors"^^xsd:string ; 383 rdfs:label "measure split factors"^^xsd:string ;
361 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 384 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
362 385
...@@ -366,23 +389,23 @@ ep-prodact:MedicalTreatment ...@@ -366,23 +389,23 @@ ep-prodact:MedicalTreatment
366 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 389 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
367 390
368 ep-prodact:MedicalTreatmentInjury 391 ep-prodact:MedicalTreatmentInjury
369 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 392 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
370 rdfs:label "medical treatment"^^xsd:string ; 393 rdfs:label "medical treatment"^^xsd:string ;
371 rdfs:subClassOf ep-prodact:Injury . 394 rdfs:subClassOf ep-prodact:Injury .
372 395
373 ep-prodact:ModificationProject 396 ep-prodact:ModificationProject
374 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 397 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
375 rdfs:label "modification project"^^xsd:string ; 398 rdfs:label "modification project"^^xsd:string ;
376 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 399 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
377 400
378 ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod 401 ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod
379 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 402 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
380 rdfs:comment "not used in the MPR"^^xsd:string ; 403 rdfs:comment "not used in the MPR"^^xsd:string ;
381 rdfs:label "monthly production activity to the end of the reporting period"^^xsd:string ; 404 rdfs:label "monthly production activity to the end of the reporting period"^^xsd:string ;
382 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 405 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
383 406
384 ep-prodact:MonthlyProductionOperationToDate 407 ep-prodact:MonthlyProductionOperationToDate
385 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 408 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
386 rdfs:label "monthly production operation to date"^^xsd:string ; 409 rdfs:label "monthly production operation to date"^^xsd:string ;
387 rdfs:subClassOf ep-prodact:ProductionOperation . 410 rdfs:subClassOf ep-prodact:ProductionOperation .
388 411
...@@ -397,22 +420,22 @@ ep-prodact:MovementOfProductType ...@@ -397,22 +420,22 @@ ep-prodact:MovementOfProductType
397 rdfs:subClassOf owl:Class . 420 rdfs:subClassOf owl:Class .
398 421
399 ep-prodact:NearMiss 422 ep-prodact:NearMiss
400 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 423 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
401 rdfs:label "near miss"^^xsd:string ; 424 rdfs:label "near miss"^^xsd:string ;
402 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 425 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
403 426
404 ep-prodact:OperationMistakes 427 ep-prodact:OperationMistakes
405 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 428 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
406 rdfs:label "operation mistakes"^^xsd:string ; 429 rdfs:label "operation mistakes"^^xsd:string ;
407 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 430 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
408 431
409 ep-prodact:OtherReasonWellTest 432 ep-prodact:OtherReasonWellTest
410 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 433 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
411 rdfs:label "other"^^xsd:string ; 434 rdfs:label "other"^^xsd:string ;
412 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 435 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
413 436
414 ep-prodact:PeriodicWellTest 437 ep-prodact:PeriodicWellTest
415 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 438 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
416 rdfs:label "periodic"^^xsd:string ; 439 rdfs:label "periodic"^^xsd:string ;
417 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 440 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
418 441
...@@ -422,27 +445,27 @@ ep-prodact:PersonnelSafetyIntroduction ...@@ -422,27 +445,27 @@ ep-prodact:PersonnelSafetyIntroduction
422 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 445 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
423 446
424 ep-prodact:PlannedMaintenanceTurnaround 447 ep-prodact:PlannedMaintenanceTurnaround
425 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 448 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
426 rdfs:label "planned maintenace turnaround"^^xsd:string ; 449 rdfs:label "planned maintenace turnaround"^^xsd:string ;
427 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 450 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
428 451
429 ep-prodact:PowerStationFailure 452 ep-prodact:PowerStationFailure
430 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 453 + rdf:type owl:Class , ep-prodact:ProductionActivityType ;
431 rdfs:label "power station failure"^^xsd:string ; 454 rdfs:label "power station failure"^^xsd:string ;
432 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 455 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
433 456
434 ep-prodact:PreventiveMaintenanceTopside 457 ep-prodact:PreventiveMaintenanceTopside
435 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 458 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
436 rdfs:label "preventive maintenace topside"^^xsd:string ; 459 rdfs:label "preventive maintenace topside"^^xsd:string ;
437 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 460 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
438 461
439 ep-prodact:ProcessAndOperationProblem 462 ep-prodact:ProcessAndOperationProblem
440 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 463 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
441 rdfs:label "process and operation problem"^^xsd:string ; 464 rdfs:label "process and operation problem"^^xsd:string ;
442 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 465 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
443 466
444 ep-prodact:ProductCompletedLifting 467 ep-prodact:ProductCompletedLifting
445 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 468 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
446 rdfs:label "product completed lifting"^^xsd:string ; 469 rdfs:label "product completed lifting"^^xsd:string ;
447 rdfs:subClassOf ep-prodact:MovementOfProduct . 470 rdfs:subClassOf ep-prodact:MovementOfProduct .
448 471
...@@ -452,77 +475,77 @@ ep-prodact:ProductDespatch ...@@ -452,77 +475,77 @@ ep-prodact:ProductDespatch
452 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 475 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
453 476
454 ep-prodact:ProductGain-Loss 477 ep-prodact:ProductGain-Loss
455 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 478 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
456 rdfs:label "product gain/loss"^^xsd:string ; 479 rdfs:label "product gain/loss"^^xsd:string ;
457 rdfs:subClassOf ep-prodact:MovementOfProduct . 480 rdfs:subClassOf ep-prodact:MovementOfProduct .
458 481
459 ep-prodact:ProductInputToStorage 482 ep-prodact:ProductInputToStorage
460 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 483 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
461 rdfs:label "product input to storage"^^xsd:string ; 484 rdfs:label "product input to storage"^^xsd:string ;
462 rdfs:subClassOf ep-prodact:MovementOfProduct . 485 rdfs:subClassOf ep-prodact:MovementOfProduct .
463 486
464 ep-prodact:ProductLifted 487 ep-prodact:ProductLifted
465 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 488 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
466 rdfs:label "product lifted"^^xsd:string ; 489 rdfs:label "product lifted"^^xsd:string ;
467 rdfs:subClassOf ep-prodact:MovementOfProduct . 490 rdfs:subClassOf ep-prodact:MovementOfProduct .
468 491
469 ep-prodact:ProductLiftingEntitlement 492 ep-prodact:ProductLiftingEntitlement
470 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 493 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
471 rdfs:label "product lifting entitlement"^^xsd:string ; 494 rdfs:label "product lifting entitlement"^^xsd:string ;
472 rdfs:subClassOf ep-prodact:MovementOfProduct . 495 rdfs:subClassOf ep-prodact:MovementOfProduct .
473 496
474 ep-prodact:ProductLiftingEntitlementRemaining 497 ep-prodact:ProductLiftingEntitlementRemaining
475 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 498 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
476 rdfs:label "product lifting entitlement remaining"^^xsd:string ; 499 rdfs:label "product lifting entitlement remaining"^^xsd:string ;
477 rdfs:subClassOf ep-prodact:MovementOfProduct . 500 rdfs:subClassOf ep-prodact:MovementOfProduct .
478 501
479 ep-prodact:ProductLinePack 502 ep-prodact:ProductLinePack
480 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 503 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
481 rdfs:label "product line pack"^^xsd:string ; 504 rdfs:label "product line pack"^^xsd:string ;
482 rdfs:subClassOf ep-prodact:MovementOfProduct . 505 rdfs:subClassOf ep-prodact:MovementOfProduct .
483 506
484 ep-prodact:ProductMassAdjustment 507 ep-prodact:ProductMassAdjustment
485 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 508 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
486 rdfs:label "product mass adjustment"^^xsd:string ; 509 rdfs:label "product mass adjustment"^^xsd:string ;
487 rdfs:subClassOf ep-prodact:MovementOfProduct . 510 rdfs:subClassOf ep-prodact:MovementOfProduct .
488 511
489 ep-prodact:ProductPartialLifting 512 ep-prodact:ProductPartialLifting
490 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 513 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
491 rdfs:label "product partial lifting"^^xsd:string ; 514 rdfs:label "product partial lifting"^^xsd:string ;
492 rdfs:subClassOf ep-prodact:MovementOfProduct . 515 rdfs:subClassOf ep-prodact:MovementOfProduct .
493 516
494 ep-prodact:ProductPipelineLifting 517 ep-prodact:ProductPipelineLifting
495 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 518 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
496 rdfs:label "product pipeline lifting"^^xsd:string ; 519 rdfs:label "product pipeline lifting"^^xsd:string ;
497 rdfs:subClassOf ep-prodact:MovementOfProduct . 520 rdfs:subClassOf ep-prodact:MovementOfProduct .
498 521
499 ep-prodact:ProductProductionImbalance 522 ep-prodact:ProductProductionImbalance
500 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 523 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
501 rdfs:label "product production imbalance"^^xsd:string ; 524 rdfs:label "product production imbalance"^^xsd:string ;
502 rdfs:subClassOf ep-prodact:MovementOfProduct . 525 rdfs:subClassOf ep-prodact:MovementOfProduct .
503 526
504 ep-prodact:ProductSwap 527 ep-prodact:ProductSwap
505 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 528 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
506 rdfs:label "product swap"^^xsd:string ; 529 rdfs:label "product swap"^^xsd:string ;
507 rdfs:subClassOf ep-prodact:MovementOfProduct . 530 rdfs:subClassOf ep-prodact:MovementOfProduct .
508 531
509 ep-prodact:ProductTankerLifting 532 ep-prodact:ProductTankerLifting
510 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 533 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
511 rdfs:label "product tanker lifting"^^xsd:string ; 534 rdfs:label "product tanker lifting"^^xsd:string ;
512 rdfs:subClassOf ep-prodact:MovementOfProduct . 535 rdfs:subClassOf ep-prodact:MovementOfProduct .
513 536
514 ep-prodact:ProductTransaction 537 ep-prodact:ProductTransaction
515 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 538 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
516 rdfs:label "product transaction"^^xsd:string ; 539 rdfs:label "product transaction"^^xsd:string ;
517 rdfs:subClassOf ep-prodact:MovementOfProduct . 540 rdfs:subClassOf ep-prodact:MovementOfProduct .
518 541
519 ep-prodact:ProductTransfer 542 ep-prodact:ProductTransfer
520 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 543 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
521 rdfs:label "product transfer"^^xsd:string ; 544 rdfs:label "product transfer"^^xsd:string ;
522 rdfs:subClassOf ep-prodact:MovementOfProduct . 545 rdfs:subClassOf ep-prodact:MovementOfProduct .
523 546
524 ep-prodact:ProductionActivityLastingLessThanAYear 547 ep-prodact:ProductionActivityLastingLessThanAYear
525 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 548 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
526 rdfs:label "production activity lasting less than a year"^^xsd:string ; 549 rdfs:label "production activity lasting less than a year"^^xsd:string ;
527 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 550 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
528 551
...@@ -532,7 +555,7 @@ ep-prodact:ProductionActivityType ...@@ -532,7 +555,7 @@ ep-prodact:ProductionActivityType
532 rdfs:subClassOf owl:Class . 555 rdfs:subClassOf owl:Class .
533 556
534 ep-prodact:ProductionOperation 557 ep-prodact:ProductionOperation
535 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 558 + rdf:type owl:Class , ep-prodact:ProductionActivityType ;
536 rdfs:comment "production activity that is all of what is done in the operation of a facility during a period"^^xsd:string ; 559 rdfs:comment "production activity that is all of what is done in the operation of a facility during a period"^^xsd:string ;
537 rdfs:label "production operation"^^xsd:string ; 560 rdfs:label "production operation"^^xsd:string ;
538 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 561 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
...@@ -559,12 +582,12 @@ ep-prodact:ProductionOperationProcessingLoss ...@@ -559,12 +582,12 @@ ep-prodact:ProductionOperationProcessingLoss
559 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 582 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
560 583
561 ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason 584 ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason
562 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 585 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
563 rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ; 586 rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ;
564 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 587 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
565 588
566 ep-prodact:ProductionOperationProcessingRegulatoryReference 589 ep-prodact:ProductionOperationProcessingRegulatoryReference
567 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 590 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
568 rdfs:label "production operation processing regulatory reference"^^xsd:string ; 591 rdfs:label "production operation processing regulatory reference"^^xsd:string ;
569 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 592 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
570 593
...@@ -596,22 +619,22 @@ ep-prodact:ReasonForLossOfProcessingType ...@@ -596,22 +619,22 @@ ep-prodact:ReasonForLossOfProcessingType
596 rdfs:subClassOf owl:Class . 619 rdfs:subClassOf owl:Class .
597 620
598 ep-prodact:ReleaseToAir 621 ep-prodact:ReleaseToAir
599 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 622 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
600 rdfs:label "release to air"^^xsd:string ; 623 rdfs:label "release to air"^^xsd:string ;
601 rdfs:subClassOf ep-prodact:SpillOrLeak . 624 rdfs:subClassOf ep-prodact:SpillOrLeak .
602 625
603 ep-prodact:ReleaseToWater 626 ep-prodact:ReleaseToWater
604 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 627 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
605 rdfs:label "release to water"^^xsd:string ; 628 rdfs:label "release to water"^^xsd:string ;
606 rdfs:subClassOf ep-prodact:SpillOrLeak . 629 rdfs:subClassOf ep-prodact:SpillOrLeak .
607 630
608 ep-prodact:ReportHazard 631 ep-prodact:ReportHazard
609 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 632 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
610 rdfs:label "report hazard"^^xsd:string ; 633 rdfs:label "report hazard"^^xsd:string ;
611 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 634 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
612 635
613 ep-prodact:ReservoirLoss 636 ep-prodact:ReservoirLoss
614 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 637 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
615 rdfs:label "reservoir loss"^^xsd:string ; 638 rdfs:label "reservoir loss"^^xsd:string ;
616 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 639 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
617 640
...@@ -621,12 +644,12 @@ ep-prodact:RestrictedWork ...@@ -621,12 +644,12 @@ ep-prodact:RestrictedWork
621 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 644 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
622 645
623 ep-prodact:RestrictedWorkInjury 646 ep-prodact:RestrictedWorkInjury
624 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 647 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
625 rdfs:label "restricted work injury"^^xsd:string ; 648 rdfs:label "restricted work injury"^^xsd:string ;
626 rdfs:subClassOf ep-prodact:Injury . 649 rdfs:subClassOf ep-prodact:Injury .
627 650
628 ep-prodact:RevisionWellTest 651 ep-prodact:RevisionWellTest
629 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 652 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
630 rdfs:label "revision"^^xsd:string ; 653 rdfs:label "revision"^^xsd:string ;
631 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 654 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
632 655
...@@ -641,7 +664,7 @@ ep-prodact:SafetyConsideration ...@@ -641,7 +664,7 @@ ep-prodact:SafetyConsideration
641 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 664 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
642 665
643 ep-prodact:SafetyMeeting 666 ep-prodact:SafetyMeeting
644 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 667 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
645 rdfs:label "safety meeting"^^xsd:string ; 668 rdfs:label "safety meeting"^^xsd:string ;
646 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 669 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
647 670
...@@ -656,12 +679,12 @@ ep-prodact:SalesActivityType ...@@ -656,12 +679,12 @@ ep-prodact:SalesActivityType
656 rdfs:subClassOf owl:Class . 679 rdfs:subClassOf owl:Class .
657 680
658 ep-prodact:SentAshore 681 ep-prodact:SentAshore
659 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 682 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
660 rdfs:label "sent ashore"^^xsd:string ; 683 rdfs:label "sent ashore"^^xsd:string ;
661 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 684 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
662 685
663 ep-prodact:SevereAccident 686 ep-prodact:SevereAccident
664 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 687 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
665 rdfs:label "severe accident"^^xsd:string ; 688 rdfs:label "severe accident"^^xsd:string ;
666 rdfs:subClassOf ep-prodact:Incident . 689 rdfs:subClassOf ep-prodact:Incident .
667 690
...@@ -671,12 +694,12 @@ ep-prodact:ShutdownProduction ...@@ -671,12 +694,12 @@ ep-prodact:ShutdownProduction
671 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 694 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
672 695
673 ep-prodact:SickOnBoard 696 ep-prodact:SickOnBoard
674 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 697 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
675 rdfs:label "sick on board"^^xsd:string ; 698 rdfs:label "sick on board"^^xsd:string ;
676 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 699 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
677 700
678 ep-prodact:SpillOrLeak 701 ep-prodact:SpillOrLeak
679 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 702 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
680 rdfs:label "spill or leak"^^xsd:string ; 703 rdfs:label "spill or leak"^^xsd:string ;
681 rdfs:subClassOf ep-prodact:Incident . 704 rdfs:subClassOf ep-prodact:Incident .
682 705
...@@ -691,7 +714,7 @@ ep-prodact:StandbyVesselOperation ...@@ -691,7 +714,7 @@ ep-prodact:StandbyVesselOperation
691 rdfs:subClassOf ep-prodact:MarineOperation . 714 rdfs:subClassOf ep-prodact:MarineOperation .
692 715
693 ep-prodact:StrikeOrLockout 716 ep-prodact:StrikeOrLockout
694 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 717 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
695 rdfs:label "strike or lock-out"^^xsd:string ; 718 rdfs:label "strike or lock-out"^^xsd:string ;
696 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 719 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
697 720
...@@ -701,22 +724,22 @@ ep-prodact:SupplyShipOperation ...@@ -701,22 +724,22 @@ ep-prodact:SupplyShipOperation
701 rdfs:subClassOf ep-prodact:MarineOperation . 724 rdfs:subClassOf ep-prodact:MarineOperation .
702 725
703 ep-prodact:TestingAndLogging 726 ep-prodact:TestingAndLogging
704 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 727 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
705 rdfs:label "testing and logging"^^xsd:string ; 728 rdfs:label "testing and logging"^^xsd:string ;
706 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 729 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
707 730
708 ep-prodact:ThirdPartyProcessingLoss 731 ep-prodact:ThirdPartyProcessingLoss
709 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 732 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
710 rdfs:label "third party processing loss"^^xsd:string ; 733 rdfs:label "third party processing loss"^^xsd:string ;
711 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 734 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
712 735
713 ep-prodact:TopsideEquipmentFailureMaintenance 736 ep-prodact:TopsideEquipmentFailureMaintenance
714 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 737 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
715 rdfs:label "topside equipment failure maintenance"^^xsd:string ; 738 rdfs:label "topside equipment failure maintenance"^^xsd:string ;
716 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 739 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
717 740
718 ep-prodact:TrafficAccident 741 ep-prodact:TrafficAccident
719 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 742 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
720 rdfs:label "traffic accident"^^xsd:string ; 743 rdfs:label "traffic accident"^^xsd:string ;
721 rdfs:subClassOf ep-prodact:Incident . 744 rdfs:subClassOf ep-prodact:Incident .
722 745
...@@ -726,12 +749,12 @@ ep-prodact:TransportationActivity ...@@ -726,12 +749,12 @@ ep-prodact:TransportationActivity
726 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 749 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
727 750
728 ep-prodact:UnavailableTankerStorage 751 ep-prodact:UnavailableTankerStorage
729 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 752 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
730 rdfs:label "unavailable tanker storage"^^xsd:string ; 753 rdfs:label "unavailable tanker storage"^^xsd:string ;
731 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 754 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
732 755
733 ep-prodact:UnknownReasonWellTest 756 ep-prodact:UnknownReasonWellTest
734 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 757 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
735 rdfs:label "unknown"^^xsd:string ; 758 rdfs:label "unknown"^^xsd:string ;
736 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 759 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
737 760
...@@ -741,27 +764,27 @@ ep-prodact:WaterCleaningOperation ...@@ -741,27 +764,27 @@ ep-prodact:WaterCleaningOperation
741 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 764 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
742 765
743 ep-prodact:WeatherProblem 766 ep-prodact:WeatherProblem
744 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 767 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
745 rdfs:label "weather problem"^^xsd:string ; 768 rdfs:label "weather problem"^^xsd:string ;
746 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 769 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
747 770
748 ep-prodact:WellEquipmentFailureMaintenance 771 ep-prodact:WellEquipmentFailureMaintenance
749 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 772 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
750 rdfs:label "well equipment failure maintenance"^^xsd:string ; 773 rdfs:label "well equipment failure maintenance"^^xsd:string ;
751 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 774 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
752 775
753 ep-prodact:WellPlannedOperations 776 ep-prodact:WellPlannedOperations
754 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 777 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
755 rdfs:label "well planned operations"^^xsd:string ; 778 rdfs:label "well planned operations"^^xsd:string ;
756 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 779 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
757 780
758 ep-prodact:WellPreventiveMaintenance 781 ep-prodact:WellPreventiveMaintenance
759 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 782 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
760 rdfs:label "well preventive maintenance"^^xsd:string ; 783 rdfs:label "well preventive maintenance"^^xsd:string ;
761 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 784 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
762 785
763 ep-prodact:WellProblems 786 ep-prodact:WellProblems
764 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 787 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
765 rdfs:label "well problems"^^xsd:string ; 788 rdfs:label "well problems"^^xsd:string ;
766 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 789 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
767 790
...@@ -796,7 +819,7 @@ ep-prodact:buyer ...@@ -796,7 +819,7 @@ ep-prodact:buyer
796 rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . 819 rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> .
797 820
798 ep-prodact:cargoBatchNumber 821 ep-prodact:cargoBatchNumber
799 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 822 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
800 rdfs:label "cargo batch number"^^xsd:string . 823 rdfs:label "cargo batch number"^^xsd:string .
801 824
802 ep-prodact:cargoLoaded 825 ep-prodact:cargoLoaded
...@@ -806,7 +829,7 @@ ep-prodact:cargoLoaded ...@@ -806,7 +829,7 @@ ep-prodact:cargoLoaded
806 rdfs:range ep-core:PhysicalObject . 829 rdfs:range ep-core:PhysicalObject .
807 830
808 ep-prodact:cargoNumber 831 ep-prodact:cargoNumber
809 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 832 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
810 rdfs:label "cargo number"^^xsd:string . 833 rdfs:label "cargo number"^^xsd:string .
811 834
812 ep-prodact:causedBy 835 ep-prodact:causedBy
...@@ -854,7 +877,7 @@ ep-prodact:facilityShutdown ...@@ -854,7 +877,7 @@ ep-prodact:facilityShutdown
854 rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . 877 rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> .
855 878
856 ep-prodact:glycolDensity 879 ep-prodact:glycolDensity
857 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 880 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
858 rdfs:range ep-core:Density . 881 rdfs:range ep-core:Density .
859 882
860 ep-prodact:hasDischargeFlow 883 ep-prodact:hasDischargeFlow
...@@ -864,7 +887,7 @@ ep-prodact:hasDischargeFlow ...@@ -864,7 +887,7 @@ ep-prodact:hasDischargeFlow
864 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . 887 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> .
865 888
866 ep-prodact:hasGasLiftChoke 889 ep-prodact:hasGasLiftChoke
867 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 890 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
868 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; 891 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
869 rdfs:label "has gas lift choke"^^xsd:string ; 892 rdfs:label "has gas lift choke"^^xsd:string ;
870 rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> . 893 rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> .
...@@ -882,7 +905,7 @@ ep-prodact:hasPredecessor ...@@ -882,7 +905,7 @@ ep-prodact:hasPredecessor
882 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 905 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .
883 906
884 ep-prodact:hasShutInPressure 907 ep-prodact:hasShutInPressure
885 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 908 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
886 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; 909 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ;
887 rdfs:label "has shut-in pressure"^^xsd:string ; 910 rdfs:label "has shut-in pressure"^^xsd:string ;
888 rdfs:range ep-core:Pressure . 911 rdfs:range ep-core:Pressure .
...@@ -894,25 +917,25 @@ ep-prodact:hasValidPredecessor ...@@ -894,25 +917,25 @@ ep-prodact:hasValidPredecessor
894 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 917 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .
895 918
896 ep-prodact:injectionWellTestMaximumAnnularPressure 919 ep-prodact:injectionWellTestMaximumAnnularPressure
897 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 920 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
898 rdfs:domain ep-prodact:InjectionWellTest ; 921 rdfs:domain ep-prodact:InjectionWellTest ;
899 rdfs:label "injection well test maximum annular pressure"^^xsd:string ; 922 rdfs:label "injection well test maximum annular pressure"^^xsd:string ;
900 rdfs:range ep-core:Pressure . 923 rdfs:range ep-core:Pressure .
901 924
902 ep-prodact:injectionWellTestMinimumAnnularPressure 925 ep-prodact:injectionWellTestMinimumAnnularPressure
903 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 926 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
904 rdfs:domain ep-prodact:InjectionWellTest ; 927 rdfs:domain ep-prodact:InjectionWellTest ;
905 rdfs:label "injection well test minimum annular pressure"^^xsd:string ; 928 rdfs:label "injection well test minimum annular pressure"^^xsd:string ;
906 rdfs:range ep-core:Pressure . 929 rdfs:range ep-core:Pressure .
907 930
908 ep-prodact:injectionWellTestWellheadFlowingPressure 931 ep-prodact:injectionWellTestWellheadFlowingPressure
909 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 932 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
910 rdfs:domain ep-prodact:InjectionWellTest ; 933 rdfs:domain ep-prodact:InjectionWellTest ;
911 rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; 934 rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ;
912 rdfs:range ep-core:Pressure . 935 rdfs:range ep-core:Pressure .
913 936
914 ep-prodact:injectionWellTestWellheadMaximumPressure 937 ep-prodact:injectionWellTestWellheadMaximumPressure
915 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 938 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
916 rdfs:domain ep-prodact:InjectionWellTest ; 939 rdfs:domain ep-prodact:InjectionWellTest ;
917 rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; 940 rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ;
918 rdfs:range ep-core:Pressure . 941 rdfs:range ep-core:Pressure .
...@@ -924,7 +947,7 @@ ep-prodact:measuredFlow ...@@ -924,7 +947,7 @@ ep-prodact:measuredFlow
924 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . 947 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> .
925 948
926 ep-prodact:movedProduct 949 ep-prodact:movedProduct
927 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 950 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
928 rdfs:domain ep-prodact:MovementOfProduct ; 951 rdfs:domain ep-prodact:MovementOfProduct ;
929 rdfs:label "moved product"^^xsd:string . 952 rdfs:label "moved product"^^xsd:string .
930 953
...@@ -969,7 +992,7 @@ ep-prodact:noOfSpillsOrLeaks ...@@ -969,7 +992,7 @@ ep-prodact:noOfSpillsOrLeaks
969 rdfs:range xsd:integer . 992 rdfs:range xsd:integer .
970 993
971 ep-prodact:noOfSystemAlarms 994 ep-prodact:noOfSystemAlarms
972 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 995 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
973 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 996 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
974 rdfs:label "number of system alarms"^^xsd:string ; 997 rdfs:label "number of system alarms"^^xsd:string ;
975 rdfs:range xsd:integer . 998 rdfs:range xsd:integer .
...@@ -979,7 +1002,7 @@ ep-prodact:oilInWater ...@@ -979,7 +1002,7 @@ ep-prodact:oilInWater
979 rdfs:range ep-core:MassPerUnitMassConcentration . 1002 rdfs:range ep-core:MassPerUnitMassConcentration .
980 1003
981 ep-prodact:onProductionFacility 1004 ep-prodact:onProductionFacility
982 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1005 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
983 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1006 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
984 rdfs:label "on facility"^^xsd:string ; 1007 rdfs:label "on facility"^^xsd:string ;
985 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . 1008 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> .
...@@ -1004,7 +1027,7 @@ ep-prodact:phenolDensity ...@@ -1004,7 +1027,7 @@ ep-prodact:phenolDensity
1004 rdfs:range ep-core:Density . 1027 rdfs:range ep-core:Density .
1005 1028
1006 ep-prodact:processingLost 1029 ep-prodact:processingLost
1007 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1030 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1008 rdfs:domain ep-prodact:ProductionOperationProcessingLoss ; 1031 rdfs:domain ep-prodact:ProductionOperationProcessingLoss ;
1009 rdfs:range ep-material:QuantityOfMaterial . 1032 rdfs:range ep-material:QuantityOfMaterial .
1010 1033
...@@ -1014,13 +1037,13 @@ ep-prodact:productionActivityPeriodClassification ...@@ -1014,13 +1037,13 @@ ep-prodact:productionActivityPeriodClassification
1014 rdfs:range ep-prodact:ProductionOperationClassByDuration . 1037 rdfs:range ep-prodact:ProductionOperationClassByDuration .
1015 1038
1016 ep-prodact:productionOperator 1039 ep-prodact:productionOperator
1017 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1040 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1018 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1041 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
1019 rdfs:label "production operator"^^xsd:string ; 1042 rdfs:label "production operator"^^xsd:string ;
1020 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 1043 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
1021 1044
1022 ep-prodact:remainingActivity 1045 ep-prodact:remainingActivity
1023 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1046 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1024 rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; 1047 rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ;
1025 rdfs:label "remaining activity"^^xsd:string ; 1048 rdfs:label "remaining activity"^^xsd:string ;
1026 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 1049 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .
...@@ -1055,7 +1078,7 @@ ep-prodact:samplingPerformedAt ...@@ -1055,7 +1078,7 @@ ep-prodact:samplingPerformedAt
1055 rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . 1078 rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> .
1056 1079
1057 ep-prodact:samplingPerformedAtPointInSpace 1080 ep-prodact:samplingPerformedAtPointInSpace
1058 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1081 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1059 rdfs:domain ep-prodact:FluidSamplingAndAnalysis ; 1082 rdfs:domain ep-prodact:FluidSamplingAndAnalysis ;
1060 rdfs:label "sampling performed at point in space"^^xsd:string ; 1083 rdfs:label "sampling performed at point in space"^^xsd:string ;
1061 rdfs:range ep-core:TemporalPartOfAPointInSpace . 1084 rdfs:range ep-core:TemporalPartOfAPointInSpace .
...@@ -1079,13 +1102,13 @@ ep-prodact:sourceOrganization ...@@ -1079,13 +1102,13 @@ ep-prodact:sourceOrganization
1079 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 1102 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
1080 1103
1081 ep-prodact:testedWellBoreInterval 1104 ep-prodact:testedWellBoreInterval
1082 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1105 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1083 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; 1106 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
1084 rdfs:label "tested wellbore interval"^^xsd:string ; 1107 rdfs:label "tested wellbore interval"^^xsd:string ;
1085 rdfs:range ep-core:PhysicalObject . 1108 rdfs:range ep-core:PhysicalObject .
1086 1109
1087 ep-prodact:timeWorked 1110 ep-prodact:timeWorked
1088 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 1111 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
1089 rdfs:domain ep-prodact:ProductionOperation ; 1112 rdfs:domain ep-prodact:ProductionOperation ;
1090 rdfs:label "time worked"^^xsd:string ; 1113 rdfs:label "time worked"^^xsd:string ;
1091 rdfs:range ep-core:TimeDuration . 1114 rdfs:range ep-core:TimeDuration .
......
...@@ -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/production-well> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; 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> ;
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>
...@@ -33,6 +33,11 @@ ...@@ -33,6 +33,11 @@
33 <http://www.reportinghub.no/ep/schema/equipment#Tank> 33 <http://www.reportinghub.no/ep/schema/equipment#Tank>
34 rdf:type ep-prodfac:ReportingFacilityType . 34 rdf:type ep-prodfac:ReportingFacilityType .
35 35
36 +<http://www.reportinghub.no/ep/schema/facility#CloudCover>
37 + rdf:type owl:Class ;
38 + rdfs:label "cloud cover"^^xsd:string ;
39 + rdfs:subClassOf ep-core:PhysicalObject .
40 +
36 <http://www.reportinghub.no/ep/schema/facility#Completion> 41 <http://www.reportinghub.no/ep/schema/facility#Completion>
37 rdf:type ep-prodfac:ReportingFacilityType . 42 rdf:type ep-prodfac:ReportingFacilityType .
38 43
...@@ -60,18 +65,65 @@ ...@@ -60,18 +65,65 @@
60 <http://www.reportinghub.no/ep/schema/facility#Reservoir> 65 <http://www.reportinghub.no/ep/schema/facility#Reservoir>
61 rdf:type ep-prodfac:ReportingFacilityType . 66 rdf:type ep-prodfac:ReportingFacilityType .
62 67
68 +<http://www.reportinghub.no/ep/schema/facility#SurfaceWaves>
69 + rdf:type owl:Class ;
70 + rdfs:label "surface waves"^^xsd:string ;
71 + rdfs:subClassOf ep-core:PhysicalFeature .
72 +
63 <http://www.reportinghub.no/ep/schema/facility#Template> 73 <http://www.reportinghub.no/ep/schema/facility#Template>
64 rdf:type ep-prodfac:ReportingFacilityType . 74 rdf:type ep-prodfac:ReportingFacilityType .
65 75
66 <http://www.reportinghub.no/ep/schema/facility#Zone> 76 <http://www.reportinghub.no/ep/schema/facility#Zone>
67 rdf:type ep-prodfac:ReportingFacilityType . 77 rdf:type ep-prodfac:ReportingFacilityType .
68 78
69 -<http://www.reportinghub.no/ep/schema/facility#facilityOperator> 79 +<http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight>
80 + rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ;
81 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
82 + rdfs:label "average highest third wave height"^^xsd:string ;
83 + rdfs:range ep-core:Length .
84 +
85 +<http://www.reportinghub.no/ep/schema/facility#averageWaveHeight>
70 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 86 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
87 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
88 + rdfs:label "average wave height"^^xsd:string ;
89 + rdfs:range ep-core:Length .
90 +
91 +<http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight>
92 + rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ;
93 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#CloudCover> ;
94 + rdfs:label "cloud ceiling height"^^xsd:string ;
95 + rdfs:range ep-core:Length .
96 +
97 +<http://www.reportinghub.no/ep/schema/facility#facilityOperator>
98 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
71 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 99 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
72 rdfs:label "facility operator"^^xsd:string ; 100 rdfs:label "facility operator"^^xsd:string ;
73 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 101 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
74 102
103 +<http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight>
104 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
105 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
106 + rdfs:label "maximum wave height"^^xsd:string ;
107 + rdfs:range ep-core:Length .
108 +
109 +<http://www.reportinghub.no/ep/schema/facility#period>
110 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
111 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
112 + rdfs:label "period"^^xsd:string ;
113 + rdfs:range ep-core:Length .
114 +
115 +<http://www.reportinghub.no/ep/schema/facility#visibility>
116 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
117 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ;
118 + rdfs:label "visibility"^^xsd:string ;
119 + rdfs:range ep-core:Length .
120 +
121 +<http://www.reportinghub.no/ep/schema/facility#windChillTemperature>
122 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
123 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ;
124 + rdfs:label "wind chill temperature"^^xsd:string ;
125 + rdfs:range ep-core:Temperature .
126 +
75 <http://www.reportinghub.no/ep/schema/geography#Country> 127 <http://www.reportinghub.no/ep/schema/geography#Country>
76 rdf:type ep-prodfac:ReportingFacilityType . 128 rdf:type ep-prodfac:ReportingFacilityType .
77 129
...@@ -212,7 +264,7 @@ ep-prodfac:numberOfPersonnelOnBoard ...@@ -212,7 +264,7 @@ ep-prodfac:numberOfPersonnelOnBoard
212 rdfs:range xsd:integer . 264 rdfs:range xsd:integer .
213 265
214 ep-prodfac:operatingTime 266 ep-prodfac:operatingTime
215 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 267 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
216 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 268 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
217 rdfs:label "operating time"^^xsd:string ; 269 rdfs:label "operating time"^^xsd:string ;
218 rdfs:range ep-core:TimeDuration . 270 rdfs:range ep-core:TimeDuration .
......
This diff could not be displayed because it is too large.