David Leal

Well test mostly completed

1 -# Saved by TopBraid on Sat Oct 08 14:16:19 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-well 1 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-well
3 # imports: http://www.reportinghub.no/ep/schema/1.0/well 2 # imports: http://www.reportinghub.no/ep/schema/1.0/well
4 3
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 ep-well: <http://www.reportinghub.no/ep/schema/well#> .
6 @prefix owl: <http://www.w3.org/2002/07/owl#> . 7 @prefix owl: <http://www.w3.org/2002/07/owl#> .
7 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 8 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 9 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
...@@ -12,3 +13,35 @@ ...@@ -12,3 +13,35 @@
12 rdf:type owl:Ontology ; 13 rdf:type owl:Ontology ;
13 owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> ; 14 owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> ;
14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 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.