Showing
4 changed files
with
47 additions
and
14 deletions
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
1 | -# Saved by TopBraid on Sat Oct 08 14:16:19 BST 2011 | 1 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-well |
2 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-well | 2 | +# imports: http://www.reportinghub.no/ep/schema/1.0/well |
3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/well | 3 | + |
4 | - | 4 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
5 | -@prefix ep-prodwell: <http://www.reportinghub.no/ep/schema/production-well#> . | 5 | +@prefix ep-prodwell: <http://www.reportinghub.no/ep/schema/production-well#> . |
6 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 6 | +@prefix ep-well: <http://www.reportinghub.no/ep/schema/well#> . |
7 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
8 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
9 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
10 | - | 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
11 | -<http://www.reportinghub.no/ep/schema/1.0/production-well> | 11 | + |
12 | - rdf:type owl:Ontology ; | 12 | +<http://www.reportinghub.no/ep/schema/1.0/production-well> |
13 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> ; | 13 | + rdf:type owl:Ontology ; |
14 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 14 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> ; |
15 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
16 | + | ||
17 | +ep-prodwell:NaturalGasClass | ||
18 | + rdf:type rdfs:Class ; | ||
19 | + rdfs:label "natural gas class"^^xsd:string ; | ||
20 | + rdfs:subClassOf owl:Class . | ||
21 | + | ||
22 | +ep-prodwell:Sand | ||
23 | + rdf:type owl:Class , ep-well:FluidComponentType ; | ||
24 | + rdfs:label "sand"^^xsd:string ; | ||
25 | + rdfs:subClassOf ep-well:Fluid . | ||
26 | + | ||
27 | +ep-prodwell:basicSedimentAndWater | ||
28 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | ||
29 | + rdfs:label "basic sediment and water"^^xsd:string ; | ||
30 | + rdfs:range ep-core:SpecificVolume . | ||
31 | + | ||
32 | +ep-prodwell:condensateYield | ||
33 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | ||
34 | + rdfs:label "condensate yield"^^xsd:string ; | ||
35 | + rdfs:range ep-core:SpecificVolume . | ||
36 | + | ||
37 | +ep-prodwell:potentialGasProduction | ||
38 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | ||
39 | + rdfs:domain ep-well:WellBore ; | ||
40 | + rdfs:label "potential gas production"^^xsd:string ; | ||
41 | + rdfs:range ep-core:VolumetricFlowRate . | ||
42 | + | ||
43 | +ep-prodwell:potentialOilProduction | ||
44 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | ||
45 | + rdfs:domain ep-well:WellBore ; | ||
46 | + rdfs:label "potential oil production"^^xsd:string ; | ||
47 | + rdfs:range ep-core:VolumetricFlowRate . | ... | ... |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment