Removed duplicates from the schemas and fixed a bug in MPR fluid sample
Showing
11 changed files
with
110 additions
and
199 deletions
... | @@ -72,13 +72,13 @@ ep-eqt:ClassOfSupplyDefinedByAManufacturer | ... | @@ -72,13 +72,13 @@ ep-eqt:ClassOfSupplyDefinedByAManufacturer |
72 | rdfs:subClassOf owl:Class . | 72 | rdfs:subClassOf owl:Class . |
73 | 73 | ||
74 | ep-eqt:Compressor | 74 | ep-eqt:Compressor |
75 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 75 | + rdf:type owl:Class ; |
76 | rdfs:comment "equipment that is a compressor"^^xsd:string ; | 76 | rdfs:comment "equipment that is a compressor"^^xsd:string ; |
77 | rdfs:label "compressor"^^xsd:string ; | 77 | rdfs:label "compressor"^^xsd:string ; |
78 | rdfs:subClassOf ep-eqt:Equipment . | 78 | rdfs:subClassOf ep-eqt:Equipment . |
79 | 79 | ||
80 | ep-eqt:Controller-lift | 80 | ep-eqt:Controller-lift |
81 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 81 | + rdf:type owl:Class ; |
82 | rdfs:comment "deprecated - same as ep-prodeqt:Controller"^^xsd:string ; | 82 | rdfs:comment "deprecated - same as ep-prodeqt:Controller"^^xsd:string ; |
83 | rdfs:label "controller - lift"^^xsd:string ; | 83 | rdfs:label "controller - lift"^^xsd:string ; |
84 | rdfs:subClassOf ep-eqt:Equipment . | 84 | rdfs:subClassOf ep-eqt:Equipment . |
... | @@ -153,15 +153,20 @@ ep-eqt:Liner | ... | @@ -153,15 +153,20 @@ ep-eqt:Liner |
153 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; | 153 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; |
154 | owl:disjointWith ep-eqt:Tubing , ep-eqt:Casing . | 154 | owl:disjointWith ep-eqt:Tubing , ep-eqt:Casing . |
155 | 155 | ||
156 | +ep-eqt:Manifold | ||
157 | + rdf:type owl:Class ; | ||
158 | + rdfs:label "manifold"^^xsd:string ; | ||
159 | + rdfs:subClassOf ep-eqt:Equipment . | ||
160 | + | ||
156 | ep-eqt:Manifold-injection | 161 | ep-eqt:Manifold-injection |
157 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 162 | + rdf:type owl:Class ; |
158 | rdfs:label "manifold - injection"^^xsd:string ; | 163 | rdfs:label "manifold - injection"^^xsd:string ; |
159 | - rdfs:subClassOf ep-eqt:Equipment . | 164 | + rdfs:subClassOf ep-eqt:Manifold . |
160 | 165 | ||
161 | ep-eqt:Manifold-production | 166 | ep-eqt:Manifold-production |
162 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 167 | + rdf:type owl:Class ; |
163 | rdfs:label "manifold - production"^^xsd:string ; | 168 | rdfs:label "manifold - production"^^xsd:string ; |
164 | - rdfs:subClassOf ep-eqt:Equipment . | 169 | + rdfs:subClassOf ep-eqt:Manifold . |
165 | 170 | ||
166 | ep-eqt:PipeOutsideDiameterAPI_5CTClass | 171 | ep-eqt:PipeOutsideDiameterAPI_5CTClass |
167 | rdf:type rdfs:Class ; | 172 | rdf:type rdfs:Class ; |
... | @@ -180,7 +185,7 @@ ep-eqt:ProductionCasing | ... | @@ -180,7 +185,7 @@ ep-eqt:ProductionCasing |
180 | owl:disjointWith ep-eqt:TopCasing , ep-eqt:IntermediateCasing . | 185 | owl:disjointWith ep-eqt:TopCasing , ep-eqt:IntermediateCasing . |
181 | 186 | ||
182 | ep-eqt:Separator | 187 | ep-eqt:Separator |
183 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 188 | + rdf:type owl:Class ; |
184 | rdfs:comment "equipment that is a separator"^^xsd:string ; | 189 | rdfs:comment "equipment that is a separator"^^xsd:string ; |
185 | rdfs:label "separator"^^xsd:string ; | 190 | rdfs:label "separator"^^xsd:string ; |
186 | rdfs:subClassOf ep-eqt:Equipment . | 191 | rdfs:subClassOf ep-eqt:Equipment . |
... | @@ -191,7 +196,7 @@ ep-eqt:SteelGradeAPI_5CTClass | ... | @@ -191,7 +196,7 @@ ep-eqt:SteelGradeAPI_5CTClass |
191 | rdfs:subClassOf owl:Class . | 196 | rdfs:subClassOf owl:Class . |
192 | 197 | ||
193 | ep-eqt:Tank | 198 | ep-eqt:Tank |
194 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 199 | + rdf:type owl:Class ; |
195 | rdfs:comment "equipment that is a tank"^^xsd:string ; | 200 | rdfs:comment "equipment that is a tank"^^xsd:string ; |
196 | rdfs:label "tank"^^xsd:string ; | 201 | rdfs:label "tank"^^xsd:string ; |
197 | rdfs:subClassOf ep-eqt:Equipment . | 202 | rdfs:subClassOf ep-eqt:Equipment . | ... | ... |
... | @@ -17,9 +17,9 @@ | ... | @@ -17,9 +17,9 @@ |
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 ep-fac:ProductionFacilityType , owl:Class ; | 20 | + rdf:type owl:Class ; |
21 | rdfs:label "completion"^^xsd:string ; | 21 | rdfs:label "completion"^^xsd:string ; |
22 | - rdfs:subClassOf ep-fac:TemporalPartOfACompletion . | 22 | + rdfs:subClassOf ep-fac:Facility . |
23 | 23 | ||
24 | ep-fac:Facility | 24 | ep-fac:Facility |
25 | rdf:type owl:Class ; | 25 | rdf:type owl:Class ; |
... | @@ -27,16 +27,15 @@ ep-fac:Facility | ... | @@ -27,16 +27,15 @@ ep-fac:Facility |
27 | rdfs:subClassOf ep-core:PhysicalObject . | 27 | rdfs:subClassOf ep-core:PhysicalObject . |
28 | 28 | ||
29 | ep-fac:Field | 29 | ep-fac:Field |
30 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 30 | + rdf:type owl:Class ; |
31 | rdfs:comment "facility that is a field"^^xsd:string ; | 31 | rdfs:comment "facility that is a field"^^xsd:string ; |
32 | - rdfs:label "field"^^xsd:string ; | 32 | + rdfs:label "field"^^xsd:string . |
33 | - rdfs:subClassOf ep-fac:TemporalPartOfAField . | ||
34 | 33 | ||
35 | ep-fac:FixedFacility | 34 | ep-fac:FixedFacility |
36 | - rdf:type ep-fac:FixedOrMoveableFacilityType , owl:DeprecatedClass ; | 35 | + rdf:type owl:DeprecatedClass , ep-fac:FixedOrMoveableFacilityType ; |
37 | rdfs:comment "facility that has been build and that is intended to remain in one place"^^xsd:string ; | 36 | rdfs:comment "facility that has been build and that is intended to remain in one place"^^xsd:string ; |
38 | rdfs:label "fixed facility"^^xsd:string ; | 37 | rdfs:label "fixed facility"^^xsd:string ; |
39 | - rdfs:subClassOf ep-fac:TemporalPartOfAFixedFacility . | 38 | + rdfs:subClassOf ep-fac:Facility . |
40 | 39 | ||
41 | ep-fac:FixedOrMoveableFacilityType | 40 | ep-fac:FixedOrMoveableFacilityType |
42 | rdf:type rdfs:Class ; | 41 | rdf:type rdfs:Class ; |
... | @@ -49,43 +48,43 @@ ep-fac:FixedOrMoveableRigType | ... | @@ -49,43 +48,43 @@ ep-fac:FixedOrMoveableRigType |
49 | rdfs:subClassOf owl:Class . | 48 | rdfs:subClassOf owl:Class . |
50 | 49 | ||
51 | ep-fac:FixedRig | 50 | ep-fac:FixedRig |
52 | - rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ; | 51 | + rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ; |
53 | rdfs:label "fixed rig"^^xsd:string ; | 52 | rdfs:label "fixed rig"^^xsd:string ; |
54 | - rdfs:subClassOf ep-fac:FixedFacility , ep-fac:Rig . | 53 | + rdfs:subClassOf ep-fac:Rig , ep-fac:FixedFacility . |
55 | 54 | ||
56 | ep-fac:Flowline | 55 | ep-fac:Flowline |
57 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 56 | + rdf:type owl:Class ; |
58 | rdfs:comment "facility that is a flowline"^^xsd:string ; | 57 | rdfs:comment "facility that is a flowline"^^xsd:string ; |
59 | rdfs:label "flowline"^^xsd:string ; | 58 | rdfs:label "flowline"^^xsd:string ; |
60 | - rdfs:subClassOf ep-fac:TemporalPartOfAFlowline . | 59 | + rdfs:subClassOf ep-fac:Facility . |
61 | 60 | ||
62 | ep-fac:Flowline-production | 61 | ep-fac:Flowline-production |
63 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 62 | + rdf:type owl:Class ; |
64 | rdfs:label "flowline - production"^^xsd:string ; | 63 | rdfs:label "flowline - production"^^xsd:string ; |
65 | rdfs:subClassOf ep-fac:Flowline . | 64 | rdfs:subClassOf ep-fac:Flowline . |
66 | 65 | ||
67 | ep-fac:Lease | 66 | ep-fac:Lease |
68 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 67 | + rdf:type owl:Class ; |
69 | rdfs:comment "facility that is defined by a lease"^^xsd:string ; | 68 | rdfs:comment "facility that is defined by a lease"^^xsd:string ; |
70 | rdfs:label "lease"^^xsd:string ; | 69 | rdfs:label "lease"^^xsd:string ; |
71 | rdfs:subClassOf ep-fac:Facility . | 70 | rdfs:subClassOf ep-fac:Facility . |
72 | 71 | ||
73 | ep-fac:MoveableFacility | 72 | ep-fac:MoveableFacility |
74 | - rdf:type ep-fac:FixedOrMoveableFacilityType , owl:Class ; | 73 | + rdf:type owl:Class , ep-fac:FixedOrMoveableFacilityType ; |
75 | rdfs:comment "facility that has been built and that is intended to be moved from place to place"^^xsd:string ; | 74 | rdfs:comment "facility that has been built and that is intended to be moved from place to place"^^xsd:string ; |
76 | rdfs:label "moveable facility"^^xsd:string ; | 75 | rdfs:label "moveable facility"^^xsd:string ; |
77 | - rdfs:subClassOf ep-fac:TemporalPartOfAMoveableFacility . | 76 | + rdfs:subClassOf ep-fac:Facility . |
78 | 77 | ||
79 | ep-fac:MoveableRig | 78 | ep-fac:MoveableRig |
80 | - rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ; | 79 | + rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ; |
81 | rdfs:label "moveable rig"^^xsd:string ; | 80 | rdfs:label "moveable rig"^^xsd:string ; |
82 | - rdfs:subClassOf ep-fac:MoveableFacility , ep-fac:Rig . | 81 | + rdfs:subClassOf ep-fac:Rig , ep-fac:MoveableFacility . |
83 | 82 | ||
84 | ep-fac:Platform | 83 | ep-fac:Platform |
85 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 84 | + rdf:type owl:Class ; |
86 | rdfs:comment "facility that is a platform"^^xsd:string ; | 85 | rdfs:comment "facility that is a platform"^^xsd:string ; |
87 | rdfs:label "platform"^^xsd:string ; | 86 | rdfs:label "platform"^^xsd:string ; |
88 | - rdfs:subClassOf ep-fac:TemporalPartOfAPlatform . | 87 | + rdfs:subClassOf ep-fac:Facility . |
89 | 88 | ||
90 | ep-fac:ProductionFacility | 89 | ep-fac:ProductionFacility |
91 | rdf:type owl:Class ; | 90 | rdf:type owl:Class ; |
... | @@ -93,16 +92,11 @@ ep-fac:ProductionFacility | ... | @@ -93,16 +92,11 @@ ep-fac:ProductionFacility |
93 | rdfs:label "production facility"^^xsd:string ; | 92 | rdfs:label "production facility"^^xsd:string ; |
94 | rdfs:subClassOf ep-fac:TemporalPartOfAProductionFacility . | 93 | rdfs:subClassOf ep-fac:TemporalPartOfAProductionFacility . |
95 | 94 | ||
96 | -ep-fac:ProductionFacilityType | ||
97 | - rdf:type rdfs:Class ; | ||
98 | - rdfs:label "production facility type"^^xsd:string ; | ||
99 | - rdfs:subClassOf owl:Class . | ||
100 | - | ||
101 | ep-fac:Reservoir | 95 | ep-fac:Reservoir |
102 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 96 | + rdf:type owl:Class ; |
103 | rdfs:comment "facility that is a reservoir"^^xsd:string ; | 97 | rdfs:comment "facility that is a reservoir"^^xsd:string ; |
104 | rdfs:label "reservoir"^^xsd:string ; | 98 | rdfs:label "reservoir"^^xsd:string ; |
105 | - rdfs:subClassOf ep-fac:TemporalPartOfAReservoir . | 99 | + rdfs:subClassOf ep-fac:Facility . |
106 | 100 | ||
107 | ep-fac:Rig | 101 | ep-fac:Rig |
108 | rdf:type owl:Class ; | 102 | rdf:type owl:Class ; |
... | @@ -130,66 +124,34 @@ ep-fac:SurroundingWater-meanSeaLevel | ... | @@ -130,66 +124,34 @@ ep-fac:SurroundingWater-meanSeaLevel |
130 | rdfs:subClassOf ep-fac:SurroundingWater . | 124 | rdfs:subClassOf ep-fac:SurroundingWater . |
131 | 125 | ||
132 | ep-fac:Template | 126 | ep-fac:Template |
133 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 127 | + rdf:type owl:Class ; |
134 | rdfs:comment "equipment that is an ocean bottom template"^^xsd:string ; | 128 | rdfs:comment "equipment that is an ocean bottom template"^^xsd:string ; |
135 | rdfs:label "template"^^xsd:string ; | 129 | rdfs:label "template"^^xsd:string ; |
136 | - rdfs:subClassOf ep-fac:TemporalPartOfATemplate . | ||
137 | - | ||
138 | -ep-fac:TemporalPartOfACompletion | ||
139 | - rdf:type owl:Class ; | ||
140 | rdfs:subClassOf ep-fac:Facility . | 130 | rdfs:subClassOf ep-fac:Facility . |
141 | 131 | ||
142 | ep-fac:TemporalPartOfAField | 132 | ep-fac:TemporalPartOfAField |
143 | rdf:type owl:Class ; | 133 | rdf:type owl:Class ; |
144 | rdfs:subClassOf ep-fac:Facility . | 134 | rdfs:subClassOf ep-fac:Facility . |
145 | 135 | ||
146 | -ep-fac:TemporalPartOfAFixedFacility | ||
147 | - rdf:type owl:Class ; | ||
148 | - rdfs:subClassOf ep-fac:Facility . | ||
149 | - | ||
150 | -ep-fac:TemporalPartOfAFlowline | ||
151 | - rdf:type owl:Class ; | ||
152 | - rdfs:subClassOf ep-fac:Facility . | ||
153 | - | ||
154 | -ep-fac:TemporalPartOfAMoveableFacility | ||
155 | - rdf:type owl:Class ; | ||
156 | - rdfs:subClassOf ep-fac:Facility . | ||
157 | - | ||
158 | -ep-fac:TemporalPartOfAPlatform | ||
159 | - rdf:type owl:Class ; | ||
160 | - rdfs:subClassOf ep-fac:Facility . | ||
161 | - | ||
162 | ep-fac:TemporalPartOfAProductionFacility | 136 | ep-fac:TemporalPartOfAProductionFacility |
163 | rdf:type owl:Class ; | 137 | rdf:type owl:Class ; |
164 | rdfs:comment "facility that is a temporal part of a production facility"^^xsd:string ; | 138 | rdfs:comment "facility that is a temporal part of a production facility"^^xsd:string ; |
165 | rdfs:label "temporal part of a production facility"^^xsd:string ; | 139 | rdfs:label "temporal part of a production facility"^^xsd:string ; |
166 | rdfs:subClassOf ep-fac:Facility . | 140 | rdfs:subClassOf ep-fac:Facility . |
167 | 141 | ||
168 | -ep-fac:TemporalPartOfAReservoir | ||
169 | - rdf:type owl:Class ; | ||
170 | - rdfs:subClassOf ep-fac:Facility . | ||
171 | - | ||
172 | ep-fac:TemporalPartOfARig | 142 | ep-fac:TemporalPartOfARig |
173 | rdf:type owl:Class ; | 143 | rdf:type owl:Class ; |
174 | rdfs:label "(temporal part of a) rig"^^xsd:string ; | 144 | rdfs:label "(temporal part of a) rig"^^xsd:string ; |
175 | rdfs:subClassOf ep-fac:Facility . | 145 | rdfs:subClassOf ep-fac:Facility . |
176 | 146 | ||
177 | -ep-fac:TemporalPartOfATemplate | ||
178 | - rdf:type owl:Class ; | ||
179 | - rdfs:subClassOf ep-fac:Facility . | ||
180 | - | ||
181 | -ep-fac:TemporalPartOfAZone | ||
182 | - rdf:type owl:Class ; | ||
183 | - rdfs:subClassOf ep-fac:Facility . | ||
184 | - | ||
185 | ep-fac:Zone | 147 | ep-fac:Zone |
186 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 148 | + rdf:type owl:Class ; |
187 | rdfs:comment "spatial part of a wellbore that is a zone"^^xsd:string ; | 149 | rdfs:comment "spatial part of a wellbore that is a zone"^^xsd:string ; |
188 | rdfs:label "zone"^^xsd:string ; | 150 | rdfs:label "zone"^^xsd:string ; |
189 | - rdfs:subClassOf ep-fac:TemporalPartOfAZone . | 151 | + rdfs:subClassOf ep-fac:Facility . |
190 | 152 | ||
191 | ep-fac:depthOfSurroundingWater | 153 | ep-fac:depthOfSurroundingWater |
192 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 154 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
193 | rdfs:domain ep-fac:SurroundingWater ; | 155 | rdfs:domain ep-fac:SurroundingWater ; |
194 | rdfs:label "depth of surrounding water"^^xsd:string ; | 156 | rdfs:label "depth of surrounding water"^^xsd:string ; |
195 | rdfs:range ep-core:Length . | 157 | rdfs:range ep-core:Length . | ... | ... |
... | @@ -37,22 +37,22 @@ ep-core:licenceBlockHasNpdPolygonPart | ... | @@ -37,22 +37,22 @@ ep-core:licenceBlockHasNpdPolygonPart |
37 | rdfs:subPropertyOf ep-core:hasPart . | 37 | rdfs:subPropertyOf ep-core:hasPart . |
38 | 38 | ||
39 | ep-geo:AreaCoveredByBusinessArrangement | 39 | ep-geo:AreaCoveredByBusinessArrangement |
40 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 40 | + rdf:type owl:Class ; |
41 | rdfs:label "A part of the earth recognised in a Business Arrangement"^^xsd:string ; | 41 | rdfs:label "A part of the earth recognised in a Business Arrangement"^^xsd:string ; |
42 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 42 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
43 | - owl:disjointWith ep-geo:LicenceBlock , ep-geo:State , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:Country . | 43 | + owl:disjointWith ep-geo:State , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:Country , ep-geo:LicenceBlock . |
44 | 44 | ||
45 | ep-geo:Country | 45 | ep-geo:Country |
46 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 46 | + rdf:type owl:Class ; |
47 | rdfs:label "country"^^xsd:string ; | 47 | rdfs:label "country"^^xsd:string ; |
48 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 48 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
49 | - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . | 49 | + owl:disjointWith ep-geo:State , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon . |
50 | 50 | ||
51 | ep-geo:County | 51 | ep-geo:County |
52 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 52 | + rdf:type owl:Class ; |
53 | rdfs:label "county"^^xsd:string ; | 53 | rdfs:label "county"^^xsd:string ; |
54 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 54 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
55 | - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:Country . | 55 | + owl:disjointWith ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon . |
56 | 56 | ||
57 | ep-geo:DestinationType | 57 | ep-geo:DestinationType |
58 | rdf:type rdfs:Class ; | 58 | rdf:type rdfs:Class ; |
... | @@ -65,7 +65,7 @@ ep-geo:Harbour | ... | @@ -65,7 +65,7 @@ ep-geo:Harbour |
65 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth . | 65 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth . |
66 | 66 | ||
67 | ep-geo:LicenceBlock | 67 | ep-geo:LicenceBlock |
68 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 68 | + rdf:type owl:Class ; |
69 | rdfs:comment "See RDL RDS13025226"^^xsd:string ; | 69 | rdfs:comment "See RDL RDS13025226"^^xsd:string ; |
70 | rdfs:label "Licence Block"^^xsd:string ; | 70 | rdfs:label "Licence Block"^^xsd:string ; |
71 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 71 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
... | @@ -87,10 +87,10 @@ ep-geo:PartOfTheSurfaceOfTheEarth | ... | @@ -87,10 +87,10 @@ ep-geo:PartOfTheSurfaceOfTheEarth |
87 | rdfs:subClassOf ep-core:PhysicalObject . | 87 | rdfs:subClassOf ep-core:PhysicalObject . |
88 | 88 | ||
89 | ep-geo:State | 89 | ep-geo:State |
90 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 90 | + rdf:type owl:Class ; |
91 | rdfs:label "state"^^xsd:string ; | 91 | rdfs:label "state"^^xsd:string ; |
92 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 92 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
93 | - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:Country . | 93 | + owl:disjointWith ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon . |
94 | 94 | ||
95 | ep-geo:Terminal | 95 | ep-geo:Terminal |
96 | rdf:type ep-geo:DestinationType , owl:Class ; | 96 | rdf:type ep-geo:DestinationType , owl:Class ; | ... | ... |
... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
12 | 12 | ||
13 | <http://www.reportinghub.no/ep/schema/1.0/production-equipment> | 13 | <http://www.reportinghub.no/ep/schema/1.0/production-equipment> |
14 | rdf:type owl:Ontology ; | 14 | rdf:type owl:Ontology ; |
15 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> ; | 15 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ; |
16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
17 | 17 | ||
18 | <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> | 18 | <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> |
... | @@ -21,9 +21,6 @@ | ... | @@ -21,9 +21,6 @@ |
21 | <http://www.reportinghub.no/ep/schema/equipment#Controller-lift> | 21 | <http://www.reportinghub.no/ep/schema/equipment#Controller-lift> |
22 | rdfs:subClassOf ep-prodeqt:Controller . | 22 | rdfs:subClassOf ep-prodeqt:Controller . |
23 | 23 | ||
24 | -<http://www.reportinghub.no/ep/schema/equipment#Manifold> | ||
25 | - rdfs:label "manifold"^^xsd:string . | ||
26 | - | ||
27 | ep-prodeqt:BlockValve | 24 | ep-prodeqt:BlockValve |
28 | rdf:type owl:Class ; | 25 | rdf:type owl:Class ; |
29 | rdfs:comment "valve that is a block valve"^^xsd:string ; | 26 | rdfs:comment "valve that is a block valve"^^xsd:string ; |
... | @@ -31,7 +28,7 @@ ep-prodeqt:BlockValve | ... | @@ -31,7 +28,7 @@ ep-prodeqt:BlockValve |
31 | rdfs:subClassOf ep-prodeqt:Valve . | 28 | rdfs:subClassOf ep-prodeqt:Valve . |
32 | 29 | ||
33 | ep-prodeqt:Controller | 30 | ep-prodeqt:Controller |
34 | - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; | 31 | + rdf:type owl:Class ; |
35 | rdfs:comment "equipment that is a single lift gas controller"^^xsd:string ; | 32 | rdfs:comment "equipment that is a single lift gas controller"^^xsd:string ; |
36 | rdfs:label "controller"^^xsd:string ; | 33 | rdfs:label "controller"^^xsd:string ; |
37 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 34 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
... | @@ -44,7 +41,7 @@ ep-prodeqt:DownHoleControlValve | ... | @@ -44,7 +41,7 @@ ep-prodeqt:DownHoleControlValve |
44 | 41 | ||
45 | ep-prodeqt:FlowLine | 42 | ep-prodeqt:FlowLine |
46 | rdf:type owl:Class ; | 43 | rdf:type owl:Class ; |
47 | - rdfs:subClassOf ep-prodeqt:TemporalPartOfAFlowLine . | 44 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
48 | 45 | ||
49 | ep-prodeqt:FlowLine-Production | 46 | ep-prodeqt:FlowLine-Production |
50 | rdf:type owl:Class ; | 47 | rdf:type owl:Class ; |
... | @@ -62,16 +59,7 @@ ep-prodeqt:GasLiftChoke | ... | @@ -62,16 +59,7 @@ ep-prodeqt:GasLiftChoke |
62 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 59 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
63 | 60 | ||
64 | ep-prodeqt:Manifold | 61 | ep-prodeqt:Manifold |
65 | - rdf:type owl:Class ; | 62 | + rdf:type owl:Class . |
66 | - rdfs:subClassOf ep-prodeqt:TemporalPartOfAManifold . | ||
67 | - | ||
68 | -ep-prodeqt:Manifold-Injection | ||
69 | - rdf:type owl:Class ; | ||
70 | - rdfs:subClassOf ep-prodeqt:Manifold . | ||
71 | - | ||
72 | -ep-prodeqt:Manifold-Production | ||
73 | - rdf:type owl:Class ; | ||
74 | - rdfs:subClassOf ep-prodeqt:Manifold . | ||
75 | 63 | ||
76 | ep-prodeqt:PressureMeter | 64 | ep-prodeqt:PressureMeter |
77 | rdf:type owl:Class ; | 65 | rdf:type owl:Class ; |
... | @@ -85,42 +73,18 @@ ep-prodeqt:RegulatingValve | ... | @@ -85,42 +73,18 @@ ep-prodeqt:RegulatingValve |
85 | rdfs:label "regulating valve"^^xsd:string ; | 73 | rdfs:label "regulating valve"^^xsd:string ; |
86 | rdfs:subClassOf ep-prodeqt:Valve . | 74 | rdfs:subClassOf ep-prodeqt:Valve . |
87 | 75 | ||
88 | -ep-prodeqt:Separator | ||
89 | - rdf:type owl:Class ; | ||
90 | - rdfs:subClassOf ep-prodeqt:TemporalPartOfASeparator . | ||
91 | - | ||
92 | ep-prodeqt:SleeveValve | 76 | ep-prodeqt:SleeveValve |
93 | rdf:type owl:Class ; | 77 | rdf:type owl:Class ; |
94 | rdfs:comment "valve that is a sleeve valve"^^xsd:string ; | 78 | rdfs:comment "valve that is a sleeve valve"^^xsd:string ; |
95 | rdfs:label "sleeve valve"^^xsd:string ; | 79 | rdfs:label "sleeve valve"^^xsd:string ; |
96 | rdfs:subClassOf ep-prodeqt:Valve . | 80 | rdfs:subClassOf ep-prodeqt:Valve . |
97 | 81 | ||
98 | -ep-prodeqt:Tank | ||
99 | - rdf:type owl:Class ; | ||
100 | - rdfs:subClassOf ep-prodeqt:TemporalPartOfATank . | ||
101 | - | ||
102 | ep-prodeqt:TemperatureMeter | 82 | ep-prodeqt:TemperatureMeter |
103 | rdf:type owl:Class ; | 83 | rdf:type owl:Class ; |
104 | rdfs:comment "equipment that is a temperature meter"^^xsd:string ; | 84 | rdfs:comment "equipment that is a temperature meter"^^xsd:string ; |
105 | rdfs:label "temperature meter"^^xsd:string ; | 85 | rdfs:label "temperature meter"^^xsd:string ; |
106 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 86 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
107 | 87 | ||
108 | -ep-prodeqt:TemporalPartOfAFlowLine | ||
109 | - rdf:type owl:Class ; | ||
110 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | ||
111 | - | ||
112 | -ep-prodeqt:TemporalPartOfAManifold | ||
113 | - rdf:type owl:Class ; | ||
114 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | ||
115 | - | ||
116 | -ep-prodeqt:TemporalPartOfASeparator | ||
117 | - rdf:type owl:Class ; | ||
118 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | ||
119 | - | ||
120 | -ep-prodeqt:TemporalPartOfATank | ||
121 | - rdf:type owl:Class ; | ||
122 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | ||
123 | - | ||
124 | ep-prodeqt:Valve | 88 | ep-prodeqt:Valve |
125 | rdf:type owl:Class ; | 89 | rdf:type owl:Class ; |
126 | rdfs:comment "equipment item that is a valve"^^xsd:string ; | 90 | rdfs:comment "equipment item that is a valve"^^xsd:string ; |
... | @@ -128,17 +92,17 @@ ep-prodeqt:Valve | ... | @@ -128,17 +92,17 @@ ep-prodeqt:Valve |
128 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 92 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
129 | 93 | ||
130 | ep-prodeqt:hasCaptain | 94 | ep-prodeqt:hasCaptain |
131 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 95 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
132 | rdfs:label "has captain"^^xsd:string ; | 96 | rdfs:label "has captain"^^xsd:string ; |
133 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Person> . | 97 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Person> . |
134 | 98 | ||
135 | ep-prodeqt:hasValvePosition | 99 | ep-prodeqt:hasValvePosition |
136 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 100 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
137 | rdfs:domain ep-prodeqt:Valve ; | 101 | rdfs:domain ep-prodeqt:Valve ; |
138 | rdfs:label "has valve position"^^xsd:string ; | 102 | rdfs:label "has valve position"^^xsd:string ; |
139 | rdfs:range ep-core:Ratio . | 103 | rdfs:range ep-core:Ratio . |
140 | 104 | ||
141 | ep-prodfac:Pipeline | 105 | ep-prodfac:Pipeline |
142 | - rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; | 106 | + rdf:type owl:Class ; |
143 | rdfs:label "pipeline"^^xsd:string ; | 107 | rdfs:label "pipeline"^^xsd:string ; |
144 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . | 108 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . | ... | ... |
... | @@ -15,38 +15,41 @@ | ... | @@ -15,38 +15,41 @@ |
15 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ; | 15 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/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#ChokeValve> | ||
19 | - rdf:type ep-prodfac:ProductionFacilityType . | ||
20 | - | ||
21 | <http://www.reportinghub.no/ep/schema/equipment#Compressor> | 18 | <http://www.reportinghub.no/ep/schema/equipment#Compressor> |
22 | - rdf:type ep-prodfac:ProductionFacilityType . | 19 | + rdf:type ep-prodfac:ReportingFacilityType . |
23 | 20 | ||
24 | <http://www.reportinghub.no/ep/schema/equipment#Controller-lift> | 21 | <http://www.reportinghub.no/ep/schema/equipment#Controller-lift> |
25 | - rdf:type ep-prodfac:ProductionFacilityType . | 22 | + rdf:type ep-prodfac:ReportingFacilityType . |
23 | + | ||
24 | +<http://www.reportinghub.no/ep/schema/equipment#Manifold-injection> | ||
25 | + rdf:type ep-prodfac:ReportingFacilityType . | ||
26 | 26 | ||
27 | -<http://www.reportinghub.no/ep/schema/equipment#Manifold> | 27 | +<http://www.reportinghub.no/ep/schema/equipment#Manifold-production> |
28 | - rdf:type ep-prodfac:ProductionFacilityType . | 28 | + rdf:type ep-prodfac:ReportingFacilityType . |
29 | 29 | ||
30 | <http://www.reportinghub.no/ep/schema/equipment#Separator> | 30 | <http://www.reportinghub.no/ep/schema/equipment#Separator> |
31 | - rdf:type ep-prodfac:ProductionFacilityType . | 31 | + rdf:type ep-prodfac:ReportingFacilityType . |
32 | 32 | ||
33 | <http://www.reportinghub.no/ep/schema/equipment#Tank> | 33 | <http://www.reportinghub.no/ep/schema/equipment#Tank> |
34 | - rdf:type ep-prodfac:ProductionFacilityType . | 34 | + rdf:type ep-prodfac:ReportingFacilityType . |
35 | + | ||
36 | +<http://www.reportinghub.no/ep/schema/facility#Completion> | ||
37 | + rdf:type ep-prodfac:ReportingFacilityType . | ||
35 | 38 | ||
36 | <http://www.reportinghub.no/ep/schema/facility#Field> | 39 | <http://www.reportinghub.no/ep/schema/facility#Field> |
37 | - rdf:type ep-prodfac:ProductionFacilityType . | 40 | + rdf:type ep-prodfac:ReportingFacilityType . |
38 | 41 | ||
39 | <http://www.reportinghub.no/ep/schema/facility#Flowline> | 42 | <http://www.reportinghub.no/ep/schema/facility#Flowline> |
40 | - rdf:type ep-prodfac:ProductionFacilityType . | 43 | + rdf:type ep-prodfac:ReportingFacilityType . |
44 | + | ||
45 | +<http://www.reportinghub.no/ep/schema/facility#Flowline-production> | ||
46 | + rdf:type ep-prodfac:ReportingFacilityType . | ||
41 | 47 | ||
42 | <http://www.reportinghub.no/ep/schema/facility#Lease> | 48 | <http://www.reportinghub.no/ep/schema/facility#Lease> |
43 | - rdf:type ep-prodfac:ProductionFacilityType . | 49 | + rdf:type ep-prodfac:ReportingFacilityType . |
44 | 50 | ||
45 | <http://www.reportinghub.no/ep/schema/facility#Platform> | 51 | <http://www.reportinghub.no/ep/schema/facility#Platform> |
46 | - rdf:type ep-prodfac:ProductionFacilityType . | 52 | + rdf:type ep-prodfac:ReportingFacilityType . |
47 | - | ||
48 | -<http://www.reportinghub.no/ep/schema/facility#ProductionFacility> | ||
49 | - rdf:type ep-prodfac:ProductionFacilityType . | ||
50 | 53 | ||
51 | <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> | 54 | <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> |
52 | rdf:type owl:Class ; | 55 | rdf:type owl:Class ; |
... | @@ -55,10 +58,13 @@ | ... | @@ -55,10 +58,13 @@ |
55 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . | 58 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . |
56 | 59 | ||
57 | <http://www.reportinghub.no/ep/schema/facility#Reservoir> | 60 | <http://www.reportinghub.no/ep/schema/facility#Reservoir> |
58 | - rdf:type ep-prodfac:ProductionFacilityType . | 61 | + rdf:type ep-prodfac:ReportingFacilityType . |
59 | 62 | ||
60 | <http://www.reportinghub.no/ep/schema/facility#Template> | 63 | <http://www.reportinghub.no/ep/schema/facility#Template> |
61 | - rdf:type ep-prodfac:ProductionFacilityType . | 64 | + rdf:type ep-prodfac:ReportingFacilityType . |
65 | + | ||
66 | +<http://www.reportinghub.no/ep/schema/facility#Zone> | ||
67 | + rdf:type ep-prodfac:ReportingFacilityType . | ||
62 | 68 | ||
63 | <http://www.reportinghub.no/ep/schema/facility#facilityOperator> | 69 | <http://www.reportinghub.no/ep/schema/facility#facilityOperator> |
64 | rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 70 | rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
... | @@ -67,63 +73,41 @@ | ... | @@ -67,63 +73,41 @@ |
67 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 73 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
68 | 74 | ||
69 | <http://www.reportinghub.no/ep/schema/geography#Country> | 75 | <http://www.reportinghub.no/ep/schema/geography#Country> |
70 | - rdf:type ep-prodfac:ProductionFacilityType . | 76 | + rdf:type ep-prodfac:ReportingFacilityType . |
71 | - | ||
72 | -<http://www.reportinghub.no/ep/schema/geography#State> | ||
73 | - rdf:type ep-prodfac:ProductionFacilityType . | ||
74 | - | ||
75 | -<http://www.reportinghub.no/ep/schema/geography#Terminal> | ||
76 | - rdf:type ep-prodfac:ProductionFacilityType . | ||
77 | 77 | ||
78 | -<http://www.reportinghub.no/ep/schema/organization#CommercialEntity> | 78 | +<http://www.reportinghub.no/ep/schema/geography#County> |
79 | - rdf:type ep-prodfac:ProductionFacilityType . | 79 | + rdf:type ep-prodfac:ReportingFacilityType . |
80 | 80 | ||
81 | -<http://www.reportinghub.no/ep/schema/organization#Company> | 81 | +<http://www.reportinghub.no/ep/schema/geography#State> |
82 | - rdf:type ep-prodfac:ProductionFacilityType . | 82 | + rdf:type ep-prodfac:ReportingFacilityType . |
83 | - | ||
84 | -<http://www.reportinghub.no/ep/schema/production-equipment#BlockValve> | ||
85 | - rdf:type ep-prodfac:ProductionFacilityType . | ||
86 | 83 | ||
87 | <http://www.reportinghub.no/ep/schema/production-equipment#FlowMeter> | 84 | <http://www.reportinghub.no/ep/schema/production-equipment#FlowMeter> |
88 | - rdf:type ep-prodfac:ProductionFacilityType ; | ||
89 | rdfs:label "flow meter"^^xsd:string . | 85 | rdfs:label "flow meter"^^xsd:string . |
90 | 86 | ||
91 | -<http://www.reportinghub.no/ep/schema/production-equipment#PressureMeter> | ||
92 | - rdf:type ep-prodfac:ProductionFacilityType . | ||
93 | - | ||
94 | -<http://www.reportinghub.no/ep/schema/production-equipment#RegulatingValve> | ||
95 | - rdf:type ep-prodfac:ProductionFacilityType . | ||
96 | - | ||
97 | -<http://www.reportinghub.no/ep/schema/production-equipment#SleeveValve> | ||
98 | - rdf:type ep-prodfac:ProductionFacilityType . | ||
99 | - | ||
100 | -<http://www.reportinghub.no/ep/schema/production-equipment#TemperatureMeter> | ||
101 | - rdf:type ep-prodfac:ProductionFacilityType . | ||
102 | - | ||
103 | ep-prodfac:Boat | 87 | ep-prodfac:Boat |
104 | rdf:type owl:Class ; | 88 | rdf:type owl:Class ; |
105 | rdfs:subClassOf ep-prodfac:ShipOrBoat . | 89 | rdfs:subClassOf ep-prodfac:ShipOrBoat . |
106 | 90 | ||
107 | ep-prodfac:Field-area | 91 | ep-prodfac:Field-area |
108 | - rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; | 92 | + rdf:type owl:Class ; |
109 | rdfs:comment "area of ground that is above a field"^^xsd:string ; | 93 | rdfs:comment "area of ground that is above a field"^^xsd:string ; |
110 | rdfs:label "field - area"^^xsd:string ; | 94 | rdfs:label "field - area"^^xsd:string ; |
111 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> . | 95 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> . |
112 | 96 | ||
113 | ep-prodfac:Field-group | 97 | ep-prodfac:Field-group |
114 | - rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; | 98 | + rdf:type owl:Class ; |
115 | rdfs:comment "facility that is a set of fields"^^xsd:string ; | 99 | rdfs:comment "facility that is a set of fields"^^xsd:string ; |
116 | rdfs:label "field - group"^^xsd:string ; | 100 | rdfs:label "field - group"^^xsd:string ; |
117 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> . | 101 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> . |
118 | 102 | ||
119 | ep-prodfac:Field-part | 103 | ep-prodfac:Field-part |
120 | - rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; | 104 | + rdf:type owl:Class ; |
121 | rdfs:comment "facility that is part of a field"^^xsd:string ; | 105 | rdfs:comment "facility that is part of a field"^^xsd:string ; |
122 | rdfs:label "field - part"^^xsd:string ; | 106 | rdfs:label "field - part"^^xsd:string ; |
123 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> . | 107 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> . |
124 | 108 | ||
125 | ep-prodfac:Installation | 109 | ep-prodfac:Installation |
126 | - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; | 110 | + rdf:type owl:Class ; |
127 | rdfs:label "installation"^^xsd:string ; | 111 | rdfs:label "installation"^^xsd:string ; |
128 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . | 112 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . |
129 | 113 | ||
... | @@ -136,23 +120,24 @@ ep-prodfac:Pipeline | ... | @@ -136,23 +120,24 @@ ep-prodfac:Pipeline |
136 | rdfs:comment "facility that is a pipeline"^^xsd:string . | 120 | rdfs:comment "facility that is a pipeline"^^xsd:string . |
137 | 121 | ||
138 | ep-prodfac:Plant | 122 | ep-prodfac:Plant |
139 | - rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; | 123 | + rdf:type owl:Class ; |
140 | rdfs:label "plant"^^xsd:string ; | 124 | rdfs:label "plant"^^xsd:string ; |
141 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . | 125 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . |
142 | 126 | ||
143 | ep-prodfac:Plant-processing | 127 | ep-prodfac:Plant-processing |
144 | - rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; | 128 | + rdf:type owl:Class ; |
145 | rdfs:label "plant - processing"^^xsd:string ; | 129 | rdfs:label "plant - processing"^^xsd:string ; |
146 | rdfs:subClassOf ep-prodfac:Plant . | 130 | rdfs:subClassOf ep-prodfac:Plant . |
147 | 131 | ||
148 | ep-prodfac:ProcessingFacility | 132 | ep-prodfac:ProcessingFacility |
149 | - rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; | 133 | + rdf:type owl:Class ; |
150 | rdfs:label "processing facility"^^xsd:string ; | 134 | rdfs:label "processing facility"^^xsd:string ; |
151 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . | 135 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . |
152 | 136 | ||
153 | -ep-prodfac:ProductionFacilityType | 137 | +ep-prodfac:ReportingFacilityType |
154 | rdf:type rdfs:Class ; | 138 | rdf:type rdfs:Class ; |
155 | - rdfs:label "production facility type"^^xsd:string ; | 139 | + rdfs:comment "The set of classes that are enumerated as reporting facilities in the DPR schema. The list is extended in the MPR."^^xsd:string ; |
140 | + rdfs:label "reporting facility type"^^xsd:string ; | ||
156 | rdfs:subClassOf owl:Class . | 141 | rdfs:subClassOf owl:Class . |
157 | 142 | ||
158 | ep-prodfac:Ship | 143 | ep-prodfac:Ship |
... | @@ -165,7 +150,7 @@ ep-prodfac:ShipOrBoat | ... | @@ -165,7 +150,7 @@ ep-prodfac:ShipOrBoat |
165 | rdfs:subClassOf ep-prodfac:TemporalPartOfAShipOrBoat . | 150 | rdfs:subClassOf ep-prodfac:TemporalPartOfAShipOrBoat . |
166 | 151 | ||
167 | ep-prodfac:StorageFacility | 152 | ep-prodfac:StorageFacility |
168 | - rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; | 153 | + rdf:type owl:Class ; |
169 | rdfs:label "storage facility"^^xsd:string ; | 154 | rdfs:label "storage facility"^^xsd:string ; |
170 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . | 155 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . |
171 | 156 | ||
... | @@ -179,7 +164,7 @@ ep-prodfac:TemporalPartOfAShipOrBoat | ... | @@ -179,7 +164,7 @@ ep-prodfac:TemporalPartOfAShipOrBoat |
179 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . | 164 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . |
180 | 165 | ||
181 | ep-prodfac:TrunkLine | 166 | ep-prodfac:TrunkLine |
182 | - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; | 167 | + rdf:type owl:Class ; |
183 | rdfs:label "trunk line"^^xsd:string ; | 168 | rdfs:label "trunk line"^^xsd:string ; |
184 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . | 169 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . |
185 | 170 | ||
... | @@ -229,27 +214,23 @@ ep-prodfac:operatingTime | ... | @@ -229,27 +214,23 @@ ep-prodfac:operatingTime |
229 | rdfs:label "operating time"^^xsd:string ; | 214 | rdfs:label "operating time"^^xsd:string ; |
230 | rdfs:range ep-core:TimeDuration . | 215 | rdfs:range ep-core:TimeDuration . |
231 | 216 | ||
232 | -<http://www.reportinghub.no/ep/schema/production-well#RockFormation> | 217 | +<http://www.reportinghub.no/ep/schema/well#Cluster> |
233 | - rdf:type ep-prodfac:ProductionFacilityType . | 218 | + rdf:type ep-prodfac:ReportingFacilityType . |
234 | - | ||
235 | -<http://www.reportinghub.no/ep/schema/production-well#TubingHead> | ||
236 | - rdf:type ep-prodfac:ProductionFacilityType . | ||
237 | - | ||
238 | -<http://www.reportinghub.no/ep/schema/production-well#WellCompletion> | ||
239 | - rdf:type ep-prodfac:ProductionFacilityType . | ||
240 | 219 | ||
241 | <http://www.reportinghub.no/ep/schema/well#Well> | 220 | <http://www.reportinghub.no/ep/schema/well#Well> |
242 | - rdf:type ep-prodfac:ProductionFacilityType . | 221 | + rdf:type ep-prodfac:ReportingFacilityType . |
243 | 222 | ||
244 | <http://www.reportinghub.no/ep/schema/well#WellBore> | 223 | <http://www.reportinghub.no/ep/schema/well#WellBore> |
245 | - rdf:type ep-prodfac:ProductionFacilityType . | 224 | + rdf:type ep-prodfac:ReportingFacilityType . |
225 | + | ||
226 | +<http://www.reportinghub.no/ep/schema/well#WellBoreBottom> | ||
227 | + rdf:type ep-prodfac:ReportingFacilityType . | ||
246 | 228 | ||
247 | <http://www.reportinghub.no/ep/schema/well#WellGroup> | 229 | <http://www.reportinghub.no/ep/schema/well#WellGroup> |
248 | - rdf:type ep-prodfac:ProductionFacilityType . | 230 | + rdf:type ep-prodfac:ReportingFacilityType . |
249 | 231 | ||
250 | <http://www.reportinghub.no/ep/schema/well#WellHead> | 232 | <http://www.reportinghub.no/ep/schema/well#WellHead> |
251 | - rdf:type ep-prodfac:ProductionFacilityType . | 233 | + rdf:type ep-prodfac:ReportingFacilityType . |
252 | 234 | ||
253 | <http://www.reportinghub.no/np/schema/npd#Licence> | 235 | <http://www.reportinghub.no/np/schema/npd#Licence> |
254 | - rdf:type ep-prodfac:ProductionFacilityType ; | ||
255 | rdfs:label "licence"^^xsd:string . | 236 | rdfs:label "licence"^^xsd:string . | ... | ... |
This diff is collapsed. Click to expand it.
... | @@ -17,8 +17,6 @@ | ... | @@ -17,8 +17,6 @@ |
17 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> ; | 17 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
18 | owl:versionInfo "0.1.0"^^xsd:string . | 18 | owl:versionInfo "0.1.0"^^xsd:string . |
19 | 19 | ||
20 | - | ||
21 | - | ||
22 | <http://www.reportinghub.no/ep/schema/material#Condensate> | 20 | <http://www.reportinghub.no/ep/schema/material#Condensate> |
23 | rdf:type ep-well:FluidComponentType . | 21 | rdf:type ep-well:FluidComponentType . |
24 | 22 | ||
... | @@ -50,12 +48,13 @@ ep-well:ClassOfWellBoreSectionBySize | ... | @@ -50,12 +48,13 @@ ep-well:ClassOfWellBoreSectionBySize |
50 | rdfs:subClassOf owl:Class . | 48 | rdfs:subClassOf owl:Class . |
51 | 49 | ||
52 | ep-well:Cluster | 50 | ep-well:Cluster |
53 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 51 | + rdf:type owl:Class ; |
54 | rdfs:label "cluster"^^xsd:string ; | 52 | rdfs:label "cluster"^^xsd:string ; |
55 | rdfs:subClassOf ep-core:PhysicalObject . | 53 | rdfs:subClassOf ep-core:PhysicalObject . |
56 | 54 | ||
57 | ep-well:FluidComponentType | 55 | ep-well:FluidComponentType |
58 | rdf:type rdfs:Class ; | 56 | rdf:type rdfs:Class ; |
57 | + rdfs:comment "The set of classes that are enumerated for the dominant component in a fluid sample in the DDR schema."^^xsd:string ; | ||
59 | rdfs:label "fluid component type"^^xsd:string ; | 58 | rdfs:label "fluid component type"^^xsd:string ; |
60 | rdfs:subClassOf owl:Class . | 59 | rdfs:subClassOf owl:Class . |
61 | 60 | ||
... | @@ -181,12 +180,12 @@ ep-well:Wash | ... | @@ -181,12 +180,12 @@ ep-well:Wash |
181 | owl:disjointWith ep-well:Spacer , ep-well:Slurry , ep-well:Mud . | 180 | owl:disjointWith ep-well:Spacer , ep-well:Slurry , ep-well:Mud . |
182 | 181 | ||
183 | ep-well:Well | 182 | ep-well:Well |
184 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 183 | + rdf:type owl:Class ; |
185 | rdfs:label "well (whole life)"^^xsd:string ; | 184 | rdfs:label "well (whole life)"^^xsd:string ; |
186 | rdfs:subClassOf ep-well:TemporalPartOfAWell . | 185 | rdfs:subClassOf ep-well:TemporalPartOfAWell . |
187 | 186 | ||
188 | ep-well:WellBore | 187 | ep-well:WellBore |
189 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 188 | + rdf:type owl:Class ; |
190 | rdfs:label "wellbore (whole life)"^^xsd:string ; | 189 | rdfs:label "wellbore (whole life)"^^xsd:string ; |
191 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 190 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
192 | rdfs:subClassOf | 191 | rdfs:subClassOf |
... | @@ -196,7 +195,7 @@ ep-well:WellBore | ... | @@ -196,7 +195,7 @@ ep-well:WellBore |
196 | ] . | 195 | ] . |
197 | 196 | ||
198 | ep-well:WellBoreBottom | 197 | ep-well:WellBoreBottom |
199 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 198 | + rdf:type owl:Class ; |
200 | rdfs:label "wellbore bottom"^^xsd:string ; | 199 | rdfs:label "wellbore bottom"^^xsd:string ; |
201 | rdfs:subClassOf ep-well:SpatialPartOfAWellBore . | 200 | rdfs:subClassOf ep-well:SpatialPartOfAWellBore . |
202 | 201 | ||
... | @@ -238,12 +237,12 @@ ep-well:WellBoreWithoutCirculation | ... | @@ -238,12 +237,12 @@ ep-well:WellBoreWithoutCirculation |
238 | owl:disjointWith ep-well:WellBoreWithCirculation . | 237 | owl:disjointWith ep-well:WellBoreWithCirculation . |
239 | 238 | ||
240 | ep-well:WellGroup | 239 | ep-well:WellGroup |
241 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 240 | + rdf:type owl:Class ; |
242 | rdfs:label "well group"^^xsd:string ; | 241 | rdfs:label "well group"^^xsd:string ; |
243 | rdfs:subClassOf ep-core:PhysicalObject . | 242 | rdfs:subClassOf ep-core:PhysicalObject . |
244 | 243 | ||
245 | ep-well:WellHead | 244 | ep-well:WellHead |
246 | - rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 245 | + rdf:type owl:Class ; |
247 | rdfs:label "well head"^^xsd:string ; | 246 | rdfs:label "well head"^^xsd:string ; |
248 | rdfs:subClassOf ep-well:SpatialPartOfAWell . | 247 | rdfs:subClassOf ep-well:SpatialPartOfAWell . |
249 | 248 | ... | ... |
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment