Showing
4 changed files
with
71 additions
and
39 deletions
| ... | @@ -15,22 +15,27 @@ | ... | @@ -15,22 +15,27 @@ |
| 15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 16 | 16 | ||
| 17 | ep-prodwell:Air-gas | 17 | ep-prodwell:Air-gas |
| 18 | - rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; | 18 | + rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; |
| 19 | rdfs:label "air gas"^^xsd:string ; | 19 | rdfs:label "air gas"^^xsd:string ; |
| 20 | rdfs:subClassOf ep-prodwell:NonHcGas . | 20 | rdfs:subClassOf ep-prodwell:NonHcGas . |
| 21 | 21 | ||
| 22 | +ep-prodwell:BasicSedimentAndWater | ||
| 23 | + rdf:type owl:Class ; | ||
| 24 | + rdfs:label "basic sediment and water"^^xsd:string ; | ||
| 25 | + rdfs:subClassOf ep-well:Fluid . | ||
| 26 | + | ||
| 22 | ep-prodwell:Brine | 27 | ep-prodwell:Brine |
| 23 | - rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; | 28 | + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; |
| 24 | rdfs:label "brine"^^xsd:string ; | 29 | rdfs:label "brine"^^xsd:string ; |
| 25 | rdfs:subClassOf ep-well:Water . | 30 | rdfs:subClassOf ep-well:Water . |
| 26 | 31 | ||
| 27 | ep-prodwell:CO2-gas | 32 | ep-prodwell:CO2-gas |
| 28 | - rdf:type owl:Class , ep-prodwell:InjectionFluidType ; | 33 | + rdf:type ep-prodwell:InjectionFluidType , owl:Class ; |
| 29 | rdfs:label "CO2 gas"^^xsd:string ; | 34 | rdfs:label "CO2 gas"^^xsd:string ; |
| 30 | rdfs:subClassOf ep-prodwell:NonHcGas . | 35 | rdfs:subClassOf ep-prodwell:NonHcGas . |
| 31 | 36 | ||
| 32 | ep-prodwell:DryFluid | 37 | ep-prodwell:DryFluid |
| 33 | - rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; | 38 | + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; |
| 34 | rdfs:label "dry fluid"^^xsd:string ; | 39 | rdfs:label "dry fluid"^^xsd:string ; |
| 35 | rdfs:subClassOf ep-well:Fluid . | 40 | rdfs:subClassOf ep-well:Fluid . |
| 36 | 41 | ||
| ... | @@ -45,10 +50,15 @@ ep-prodwell:FluidComponentType | ... | @@ -45,10 +50,15 @@ ep-prodwell:FluidComponentType |
| 45 | rdfs:subClassOf owl:Class . | 50 | rdfs:subClassOf owl:Class . |
| 46 | 51 | ||
| 47 | ep-prodwell:FluidFraction | 52 | ep-prodwell:FluidFraction |
| 48 | - rdf:type ep-prodwell:FluidComponentKindType , owl:Class ; | 53 | + rdf:type owl:Class , ep-prodwell:FluidComponentKindType ; |
| 49 | rdfs:label "fluid fraction"^^xsd:string ; | 54 | rdfs:label "fluid fraction"^^xsd:string ; |
| 50 | rdfs:subClassOf ep-well:Fluid . | 55 | rdfs:subClassOf ep-well:Fluid . |
| 51 | 56 | ||
| 57 | +ep-prodwell:FluidPair | ||
| 58 | + rdf:type owl:Class ; | ||
| 59 | + rdfs:label "fluid pair"^^xsd:string ; | ||
| 60 | + rdfs:subClassOf owl:Thing . | ||
| 61 | + | ||
| 52 | ep-prodwell:FluidPhaseType | 62 | ep-prodwell:FluidPhaseType |
| 53 | rdf:type rdfs:Class ; | 63 | rdf:type rdfs:Class ; |
| 54 | rdfs:label "fluid phase type"^^xsd:string ; | 64 | rdfs:label "fluid phase type"^^xsd:string ; |
| ... | @@ -57,7 +67,7 @@ ep-prodwell:FluidPhaseType | ... | @@ -57,7 +67,7 @@ ep-prodwell:FluidPhaseType |
| 57 | ep-prodwell:FluidWholeComponentPair | 67 | ep-prodwell:FluidWholeComponentPair |
| 58 | rdf:type owl:Class ; | 68 | rdf:type owl:Class ; |
| 59 | rdfs:label "fluid whole-component pair"^^xsd:string ; | 69 | rdfs:label "fluid whole-component pair"^^xsd:string ; |
| 60 | - rdfs:subClassOf owl:Thing . | 70 | + rdfs:subClassOf ep-prodwell:FluidPair . |
| 61 | 71 | ||
| 62 | ep-prodwell:FluidWholeNonPrimaryComponentPair | 72 | ep-prodwell:FluidWholeNonPrimaryComponentPair |
| 63 | rdf:type owl:Class ; | 73 | rdf:type owl:Class ; |
| ... | @@ -70,12 +80,12 @@ ep-prodwell:FluidWholePrimaryComponentPair | ... | @@ -70,12 +80,12 @@ ep-prodwell:FluidWholePrimaryComponentPair |
| 70 | rdfs:subClassOf ep-prodwell:FluidWholeComponentPair . | 80 | rdfs:subClassOf ep-prodwell:FluidWholeComponentPair . |
| 71 | 81 | ||
| 72 | ep-prodwell:FreshWater | 82 | ep-prodwell:FreshWater |
| 73 | - rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; | 83 | + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; |
| 74 | rdfs:label "fresh water"^^xsd:string ; | 84 | rdfs:label "fresh water"^^xsd:string ; |
| 75 | rdfs:subClassOf ep-well:Water . | 85 | rdfs:subClassOf ep-well:Water . |
| 76 | 86 | ||
| 77 | ep-prodwell:GasAndWater | 87 | ep-prodwell:GasAndWater |
| 78 | - rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; | 88 | + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; |
| 79 | rdfs:label "gas and water"^^xsd:string ; | 89 | rdfs:label "gas and water"^^xsd:string ; |
| 80 | rdfs:subClassOf ep-well:Fluid . | 90 | rdfs:subClassOf ep-well:Fluid . |
| 81 | 91 | ||
| ... | @@ -85,7 +95,7 @@ ep-prodwell:InjectionFluidType | ... | @@ -85,7 +95,7 @@ ep-prodwell:InjectionFluidType |
| 85 | rdfs:subClassOf owl:Class . | 95 | rdfs:subClassOf owl:Class . |
| 86 | 96 | ||
| 87 | ep-prodwell:Liquid | 97 | ep-prodwell:Liquid |
| 88 | - rdf:type ep-prodwell:FluidPhaseType , owl:Class ; | 98 | + rdf:type owl:Class , ep-prodwell:FluidPhaseType ; |
| 89 | rdfs:label "liquid"^^xsd:string ; | 99 | rdfs:label "liquid"^^xsd:string ; |
| 90 | rdfs:subClassOf ep-well:Fluid . | 100 | rdfs:subClassOf ep-well:Fluid . |
| 91 | 101 | ||
| ... | @@ -95,124 +105,144 @@ ep-prodwell:NaturalGasClass | ... | @@ -95,124 +105,144 @@ ep-prodwell:NaturalGasClass |
| 95 | rdfs:subClassOf owl:Class . | 105 | rdfs:subClassOf owl:Class . |
| 96 | 106 | ||
| 97 | ep-prodwell:NonHcGas | 107 | ep-prodwell:NonHcGas |
| 98 | - rdf:type owl:Class , ep-prodwell:InjectionFluidType ; | 108 | + rdf:type ep-prodwell:InjectionFluidType , owl:Class ; |
| 99 | rdfs:label "non-HC gas"^^xsd:string ; | 109 | rdfs:label "non-HC gas"^^xsd:string ; |
| 100 | rdfs:subClassOf ep-well:Gas . | 110 | rdfs:subClassOf ep-well:Gas . |
| 101 | 111 | ||
| 102 | ep-prodwell:OilAndGas | 112 | ep-prodwell:OilAndGas |
| 103 | - rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; | 113 | + rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; |
| 104 | rdfs:label "oil and gas"^^xsd:string ; | 114 | rdfs:label "oil and gas"^^xsd:string ; |
| 105 | rdfs:subClassOf ep-well:Fluid . | 115 | rdfs:subClassOf ep-well:Fluid . |
| 106 | 116 | ||
| 107 | ep-prodwell:OilAndWater | 117 | ep-prodwell:OilAndWater |
| 108 | - rdf:type owl:Class , ep-well:FluidComponentType , ep-prodwell:InjectionFluidType ; | 118 | + rdf:type ep-prodwell:InjectionFluidType , ep-well:FluidComponentType , owl:Class ; |
| 109 | rdfs:label "oil and water"^^xsd:string ; | 119 | rdfs:label "oil and water"^^xsd:string ; |
| 110 | rdfs:subClassOf ep-well:Fluid . | 120 | rdfs:subClassOf ep-well:Fluid . |
| 111 | 121 | ||
| 112 | ep-prodwell:OtherInjectionFluid | 122 | ep-prodwell:OtherInjectionFluid |
| 113 | - rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; | 123 | + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; |
| 114 | rdfs:label "other injection fluid"^^xsd:string ; | 124 | rdfs:label "other injection fluid"^^xsd:string ; |
| 115 | rdfs:subClassOf ep-well:Fluid . | 125 | rdfs:subClassOf ep-well:Fluid . |
| 116 | 126 | ||
| 117 | ep-prodwell:PlusFraction | 127 | ep-prodwell:PlusFraction |
| 118 | - rdf:type owl:Class , ep-prodwell:FluidComponentKindType ; | 128 | + rdf:type ep-prodwell:FluidComponentKindType , owl:Class ; |
| 119 | rdfs:label "plus fraction"^^xsd:string ; | 129 | rdfs:label "plus fraction"^^xsd:string ; |
| 120 | rdfs:subClassOf ep-well:Fluid . | 130 | rdfs:subClassOf ep-well:Fluid . |
| 121 | 131 | ||
| 122 | ep-prodwell:PureFluid | 132 | ep-prodwell:PureFluid |
| 123 | - rdf:type ep-prodwell:FluidComponentKindType , owl:Class ; | 133 | + rdf:type owl:Class , ep-prodwell:FluidComponentKindType ; |
| 124 | rdfs:label "pure fluid"^^xsd:string ; | 134 | rdfs:label "pure fluid"^^xsd:string ; |
| 125 | rdfs:subClassOf ep-well:Fluid . | 135 | rdfs:subClassOf ep-well:Fluid . |
| 126 | 136 | ||
| 127 | ep-prodwell:Sand | 137 | ep-prodwell:Sand |
| 128 | - rdf:type ep-well:FluidComponentType , owl:Class ; | 138 | + rdf:type owl:Class , ep-well:FluidComponentType ; |
| 129 | rdfs:label "sand"^^xsd:string ; | 139 | rdfs:label "sand"^^xsd:string ; |
| 130 | rdfs:subClassOf ep-well:Fluid . | 140 | rdfs:subClassOf ep-well:Fluid . |
| 131 | 141 | ||
| 132 | ep-prodwell:SplitFraction | 142 | ep-prodwell:SplitFraction |
| 133 | - rdf:type owl:Class , ep-prodwell:FluidComponentKindType ; | 143 | + rdf:type ep-prodwell:FluidComponentKindType , owl:Class ; |
| 134 | rdfs:label "split fraction"^^xsd:string ; | 144 | rdfs:label "split fraction"^^xsd:string ; |
| 135 | rdfs:subClassOf ep-well:Fluid . | 145 | rdfs:subClassOf ep-well:Fluid . |
| 136 | 146 | ||
| 137 | ep-prodwell:Steam | 147 | ep-prodwell:Steam |
| 138 | - rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; | 148 | + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; |
| 139 | rdfs:label "steam"^^xsd:string ; | 149 | rdfs:label "steam"^^xsd:string ; |
| 140 | rdfs:subClassOf ep-prodwell:NonHcGas . | 150 | rdfs:subClassOf ep-prodwell:NonHcGas . |
| 141 | 151 | ||
| 142 | ep-prodwell:UnknownFluid | 152 | ep-prodwell:UnknownFluid |
| 143 | - rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; | 153 | + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; |
| 144 | rdfs:label "unknown fluid"^^xsd:string ; | 154 | rdfs:label "unknown fluid"^^xsd:string ; |
| 145 | rdfs:subClassOf ep-well:Fluid . | 155 | rdfs:subClassOf ep-well:Fluid . |
| 146 | 156 | ||
| 147 | ep-prodwell:basicSedimentAndWater | 157 | ep-prodwell:basicSedimentAndWater |
| 148 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 158 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 149 | rdfs:label "basic sediment and water"^^xsd:string ; | 159 | rdfs:label "basic sediment and water"^^xsd:string ; |
| 150 | rdfs:range ep-core:SpecificVolume . | 160 | rdfs:range ep-core:SpecificVolume . |
| 151 | 161 | ||
| 152 | ep-prodwell:componentFluid | 162 | ep-prodwell:componentFluid |
| 153 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 163 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 154 | rdfs:domain ep-prodwell:FluidWholeComponentPair ; | 164 | rdfs:domain ep-prodwell:FluidWholeComponentPair ; |
| 155 | rdfs:label "component fluid"^^xsd:string ; | 165 | rdfs:label "component fluid"^^xsd:string ; |
| 156 | - rdfs:range ep-well:Fluid . | 166 | + rdfs:range ep-well:Fluid ; |
| 167 | + rdfs:subPropertyOf ep-prodwell:firstFluidInPair . | ||
| 157 | 168 | ||
| 158 | ep-prodwell:condensateYield | 169 | ep-prodwell:condensateYield |
| 159 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 170 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 160 | rdfs:label "condensate yield"^^xsd:string ; | 171 | rdfs:label "condensate yield"^^xsd:string ; |
| 161 | rdfs:range ep-core:SpecificVolume . | 172 | rdfs:range ep-core:SpecificVolume . |
| 162 | 173 | ||
| 163 | ep-prodwell:depthOfBaseUsableWaterFromSurface | 174 | ep-prodwell:depthOfBaseUsableWaterFromSurface |
| 164 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 175 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 165 | rdfs:domain ep-well:Fluid ; | 176 | rdfs:domain ep-well:Fluid ; |
| 166 | rdfs:label "depth of base of usable water from surface"^^xsd:string ; | 177 | rdfs:label "depth of base of usable water from surface"^^xsd:string ; |
| 167 | rdfs:range ep-core:Length . | 178 | rdfs:range ep-core:Length . |
| 168 | 179 | ||
| 169 | ep-prodwell:depthOfFluidSurfaceFromTopOfWell | 180 | ep-prodwell:depthOfFluidSurfaceFromTopOfWell |
| 170 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 181 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 171 | rdfs:domain ep-well:Fluid ; | 182 | rdfs:domain ep-well:Fluid ; |
| 172 | rdfs:label "depth of fluid surface from top of well"^^xsd:string ; | 183 | rdfs:label "depth of fluid surface from top of well"^^xsd:string ; |
| 173 | rdfs:range ep-core:Length . | 184 | rdfs:range ep-core:Length . |
| 174 | 185 | ||
| 186 | +ep-prodwell:firstFluidInPair | ||
| 187 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | ||
| 188 | + rdfs:domain ep-prodwell:FluidPair ; | ||
| 189 | + rdfs:label "first fluid in pair"^^xsd:string ; | ||
| 190 | + rdfs:range ep-well:Fluid . | ||
| 191 | + | ||
| 175 | ep-prodwell:massRatio | 192 | ep-prodwell:massRatio |
| 176 | - rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; | 193 | + rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; |
| 177 | - rdfs:domain ep-prodwell:FluidWholeComponentPair ; | 194 | + rdfs:domain ep-prodwell:FluidPair ; |
| 178 | rdfs:label "mass ratio"^^xsd:string ; | 195 | rdfs:label "mass ratio"^^xsd:string ; |
| 179 | rdfs:range ep-core:Ratio . | 196 | rdfs:range ep-core:Ratio . |
| 180 | 197 | ||
| 181 | ep-prodwell:moleRatio | 198 | ep-prodwell:moleRatio |
| 182 | - rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; | 199 | + rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; |
| 183 | - rdfs:domain ep-prodwell:FluidWholeComponentPair ; | 200 | + rdfs:domain ep-prodwell:FluidPair ; |
| 184 | rdfs:label "mole ratio"^^xsd:string ; | 201 | rdfs:label "mole ratio"^^xsd:string ; |
| 185 | rdfs:range ep-core:Ratio . | 202 | rdfs:range ep-core:Ratio . |
| 186 | 203 | ||
| 187 | ep-prodwell:oilWaterRatioByMass | 204 | ep-prodwell:oilWaterRatioByMass |
| 188 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 205 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 189 | rdfs:domain ep-well:Fluid ; | 206 | rdfs:domain ep-well:Fluid ; |
| 190 | rdfs:label "oil/water ratio by mass"^^xsd:string ; | 207 | rdfs:label "oil/water ratio by mass"^^xsd:string ; |
| 191 | rdfs:range <http://www.reportinghub.no/ep/schema/production-core#MassRatio> . | 208 | rdfs:range <http://www.reportinghub.no/ep/schema/production-core#MassRatio> . |
| 192 | 209 | ||
| 193 | ep-prodwell:potentialGasProduction | 210 | ep-prodwell:potentialGasProduction |
| 194 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 211 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 195 | rdfs:domain ep-well:WellBore ; | 212 | rdfs:domain ep-well:WellBore ; |
| 196 | rdfs:label "potential gas production"^^xsd:string ; | 213 | rdfs:label "potential gas production"^^xsd:string ; |
| 197 | rdfs:range ep-core:VolumetricFlowRate . | 214 | rdfs:range ep-core:VolumetricFlowRate . |
| 198 | 215 | ||
| 199 | ep-prodwell:potentialOilProduction | 216 | ep-prodwell:potentialOilProduction |
| 200 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 217 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 201 | rdfs:domain ep-well:WellBore ; | 218 | rdfs:domain ep-well:WellBore ; |
| 202 | rdfs:label "potential gas production"^^xsd:string ; | 219 | rdfs:label "potential gas production"^^xsd:string ; |
| 203 | rdfs:range ep-core:VolumetricFlowRate . | 220 | rdfs:range ep-core:VolumetricFlowRate . |
| 204 | 221 | ||
| 205 | -ep-prodwell:wholeFluid | 222 | +ep-prodwell:secondFluidInPair |
| 206 | rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 223 | rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 224 | + rdfs:domain ep-prodwell:FluidPair ; | ||
| 225 | + rdfs:label "second fluid in pair"^^xsd:string ; | ||
| 226 | + rdfs:range ep-well:Fluid . | ||
| 227 | + | ||
| 228 | +ep-prodwell:volumeRatio | ||
| 229 | + rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; | ||
| 230 | + rdfs:domain ep-prodwell:FluidPair ; | ||
| 231 | + rdfs:label "volume ratio"^^xsd:string ; | ||
| 232 | + rdfs:range ep-core:Ratio . | ||
| 233 | + | ||
| 234 | +ep-prodwell:wholeFluid | ||
| 235 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 207 | rdfs:domain ep-prodwell:FluidWholeComponentPair ; | 236 | rdfs:domain ep-prodwell:FluidWholeComponentPair ; |
| 208 | rdfs:label "whole fluid"^^xsd:string ; | 237 | rdfs:label "whole fluid"^^xsd:string ; |
| 209 | - rdfs:range ep-well:Fluid . | 238 | + rdfs:range ep-well:Fluid ; |
| 239 | + rdfs:subPropertyOf ep-prodwell:secondFluidInPair . | ||
| 210 | 240 | ||
| 211 | ep-well:Condensate | 241 | ep-well:Condensate |
| 212 | rdf:type ep-prodwell:InjectionFluidType . | 242 | rdf:type ep-prodwell:InjectionFluidType . |
| 213 | 243 | ||
| 214 | ep-well:Gas | 244 | ep-well:Gas |
| 215 | - rdf:type ep-prodwell:FluidPhaseType , ep-prodwell:InjectionFluidType . | 245 | + rdf:type ep-prodwell:InjectionFluidType , ep-prodwell:FluidPhaseType . |
| 216 | 246 | ||
| 217 | ep-well:Oil | 247 | ep-well:Oil |
| 218 | rdf:type ep-prodwell:InjectionFluidType . | 248 | rdf:type ep-prodwell:InjectionFluidType . | ... | ... |
| 1 | -# Saved by TopBraid on Tue Dec 20 16:01:28 GMT 2011 | ||
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector | 1 | # baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector |
| 2 | +# imports: http://spinrdf.org/spin | ||
| 3 | +# imports: http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults | ||
| 4 | +# imports: http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest | ||
| 3 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0 | 5 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0 |
| 4 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0 | 6 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0 |
| 5 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0 | 7 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0 |
| 6 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0 | 8 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0 |
| 7 | -# imports: http://spinrdf.org/spin | ||
| 8 | 9 | ||
| 9 | @prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector#> . | 10 | @prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector#> . |
| 10 | @prefix TRANSFORM_mpr-facility-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facility-v1.0#> . | 11 | @prefix TRANSFORM_mpr-facility-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facility-v1.0#> . |
| ... | @@ -13,14 +14,16 @@ | ... | @@ -13,14 +14,16 @@ |
| 13 | @prefix TRANSFORM_mpr-productVolumeReport-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0#> . | 14 | @prefix TRANSFORM_mpr-productVolumeReport-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0#> . |
| 14 | @prefix TRANSFORM_mpr-productionReport-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0#> . | 15 | @prefix TRANSFORM_mpr-productionReport-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0#> . |
| 15 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 16 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 17 | +@prefix productionTestResults: <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults#> . | ||
| 16 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 18 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 17 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 19 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 18 | @prefix sp: <http://spinrdf.org/sp#> . | 20 | @prefix sp: <http://spinrdf.org/sp#> . |
| 19 | @prefix spin: <http://spinrdf.org/spin#> . | 21 | @prefix spin: <http://spinrdf.org/spin#> . |
| 20 | @prefix spl: <http://spinrdf.org/spl#> . | 22 | @prefix spl: <http://spinrdf.org/spl#> . |
| 23 | +@prefix wellTest: <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest#> . | ||
| 21 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 24 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 22 | 25 | ||
| 23 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> | 26 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> |
| 24 | rdf:type owl:Ontology ; | 27 | rdf:type owl:Ontology ; |
| 25 | - owl:imports <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0> ; | 28 | + owl:imports <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0> ; |
| 26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 29 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment