Showing
3 changed files
with
17 additions
and
5 deletions
This diff is collapsed. Click to expand it.
| ... | @@ -20,28 +20,40 @@ ep-prodwell:NaturalGasClass | ... | @@ -20,28 +20,40 @@ ep-prodwell:NaturalGasClass |
| 20 | rdfs:subClassOf owl:Class . | 20 | rdfs:subClassOf owl:Class . |
| 21 | 21 | ||
| 22 | ep-prodwell:Sand | 22 | ep-prodwell:Sand |
| 23 | - rdf:type owl:Class , ep-well:FluidComponentType ; | 23 | + rdf:type ep-well:FluidComponentType , owl:Class ; |
| 24 | rdfs:label "sand"^^xsd:string ; | 24 | rdfs:label "sand"^^xsd:string ; |
| 25 | rdfs:subClassOf ep-well:Fluid . | 25 | rdfs:subClassOf ep-well:Fluid . |
| 26 | 26 | ||
| 27 | ep-prodwell:basicSedimentAndWater | 27 | ep-prodwell:basicSedimentAndWater |
| 28 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 28 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 29 | rdfs:label "basic sediment and water"^^xsd:string ; | 29 | rdfs:label "basic sediment and water"^^xsd:string ; |
| 30 | rdfs:range ep-core:SpecificVolume . | 30 | rdfs:range ep-core:SpecificVolume . |
| 31 | 31 | ||
| 32 | ep-prodwell:condensateYield | 32 | ep-prodwell:condensateYield |
| 33 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 33 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 34 | rdfs:label "condensate yield"^^xsd:string ; | 34 | rdfs:label "condensate yield"^^xsd:string ; |
| 35 | rdfs:range ep-core:SpecificVolume . | 35 | rdfs:range ep-core:SpecificVolume . |
| 36 | 36 | ||
| 37 | +ep-prodwell:depthOfBaseUsableWaterFromSurface | ||
| 38 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | ||
| 39 | + rdfs:domain ep-well:Fluid ; | ||
| 40 | + rdfs:label "depth of base of usable water from surface"^^xsd:string ; | ||
| 41 | + rdfs:range ep-core:Length . | ||
| 42 | + | ||
| 43 | +ep-prodwell:depthOfFluidSurfaceFromTopOfWell | ||
| 44 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | ||
| 45 | + rdfs:domain ep-well:Fluid ; | ||
| 46 | + rdfs:label "depth of fluid surface from top of well"^^xsd:string ; | ||
| 47 | + rdfs:range ep-core:Length . | ||
| 48 | + | ||
| 37 | ep-prodwell:potentialGasProduction | 49 | ep-prodwell:potentialGasProduction |
| 38 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 50 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 39 | rdfs:domain ep-well:WellBore ; | 51 | rdfs:domain ep-well:WellBore ; |
| 40 | rdfs:label "potential gas production"^^xsd:string ; | 52 | rdfs:label "potential gas production"^^xsd:string ; |
| 41 | rdfs:range ep-core:VolumetricFlowRate . | 53 | rdfs:range ep-core:VolumetricFlowRate . |
| 42 | 54 | ||
| 43 | ep-prodwell:potentialOilProduction | 55 | ep-prodwell:potentialOilProduction |
| 44 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 56 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 45 | rdfs:domain ep-well:WellBore ; | 57 | rdfs:domain ep-well:WellBore ; |
| 46 | rdfs:label "potential oil production"^^xsd:string ; | 58 | rdfs:label "potential oil production"^^xsd:string ; |
| 47 | rdfs:range ep-core:VolumetricFlowRate . | 59 | rdfs:range ep-core:VolumetricFlowRate . | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment