David Leal

completed formTestInfo, gasReadingInfo and lithShowInfo mappings.

# Saved by TopBraid on Mon Sep 19 17:02:08 BST 2011
# Saved by TopBraid on Mon Sep 19 21:00:53 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
......@@ -264,6 +264,12 @@ ep-well:dominantComponent
rdfs:label "dominant component"^^xsd:string ;
rdfs:range ep-well:FluidComponentType .
ep-well:ethaneConcentration
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:Gas ;
rdfs:label "ethane concentration"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
ep-well:finalBottomHoleMeasuredDepth
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
......@@ -276,6 +282,18 @@ ep-well:finalBottomHoleTrueVerticalDepth
rdfs:label "final bottom hole true vertical depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:gasConcentrationHigh
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:Fluid ;
rdfs:label "gas concentration - high"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
ep-well:gasConcentrationLow
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:Fluid ;
rdfs:label "gas concentration - low"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
ep-well:hasBarrel
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:RecoveredCore ;
......@@ -294,6 +312,23 @@ ep-well:initialBottomHoleMeasuredDepth
rdfs:label "initial bottom hole measured depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:isoButaneConcentration
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:Gas ;
rdfs:label "iso-Butane concentration"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
ep-well:isoPentaneConcentration
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:Gas ;
rdfs:label "iso-Pentane concentration"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
ep-well:lithologyDescription
rdf:type owl:DatatypeProperty ;
rdfs:domain ep-well:SpatialPartOfAWellBore ;
rdfs:label "lithology description"^^xsd:string .
ep-well:measuredDepth
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:SpatialPartOfAWellBore ;
......@@ -318,12 +353,24 @@ ep-well:measuredDepthToTheTopOfAPartOfAWellBore
rdfs:label "measured depth to the top of a part of a wellbore"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:methaneConcentration
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:Gas ;
rdfs:label "methane concentration"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
ep-well:nominalInsideDiameterOfBoreHole
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "nominal inside diameter of borehole"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:norButaneConcentration
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:Gas ;
rdfs:label "nor-Butane concentration"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
ep-well:plannedBottomHoleMeasuredDepth
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
......@@ -342,12 +389,24 @@ ep-well:plannedPilotBottomHoleTrueVerticalDepth
rdfs:label "planned pilot bottom hole true vertical depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:porePressure
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:SpatialPartOfAWellBore ;
rdfs:label "pore pressure"^^xsd:string ;
rdfs:range ep-core:Pressure .
ep-well:porePressureEquivalentMudDensity
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "pore pressure - equivalent mud density"^^xsd:string ;
rdfs:range ep-core:Density .
ep-well:propaneConcentration
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:Gas ;
rdfs:label "propane concentration"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
ep-well:ratioOfCementMixToWater
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:CementingFluid ;
......@@ -360,6 +419,11 @@ ep-well:relativeAmountOfCoreRecovered
rdfs:label "relative amount of core recovered"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
ep-well:showDescription
rdf:type owl:DatatypeProperty ;
rdfs:domain ep-well:SpatialPartOfAWellBore ;
rdfs:label "show description"^^xsd:string .
ep-well:shutInCasingPressure
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
......
# Saved by TopBraid on Mon Sep 19 17:15:47 BST 2011
# Saved by TopBraid on Mon Sep 19 20:58:08 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Mon Sep 19 17:19:54 BST 2011
# Saved by TopBraid on Mon Sep 19 21:02:01 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/collector
# imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity
# imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo
# imports: http://www.reportinghub.no/ep/transform/check
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo
# imports: http://spinrdf.org/spin
@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/collector#> .
......@@ -22,6 +25,9 @@
@prefix controlIncidentInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> .
@prefix coreInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> .
@prefix equipFailureInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#> .
@prefix formTestInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo#> .
@prefix gasReadingInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo#> .
@prefix lithShowInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
......@@ -36,5 +42,5 @@
<http://www.reportinghub.no/ep/transform/1.1/ddr/collector>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ;
owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
# Saved by TopBraid on Mon Sep 19 17:19:54 BST 2011
# Saved by TopBraid on Mon Sep 19 21:02:01 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Mon Aug 22 17:05:07 BST 2011
# Saved by TopBraid on Mon Sep 19 18:17:47 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Wed Aug 24 13:32:40 BST 2011
# Saved by TopBraid on Mon Sep 19 20:27:36 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Wed Aug 17 16:55:07 BST 2011
# Saved by TopBraid on Mon Sep 19 20:55:57 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
......@@ -358,13 +358,14 @@ Sand Zones:
<witsml:formTestInfo>
<witsml:dTim>2011-08-22T02:00:00.000Z</witsml:dTim>
<witsml:md uom="m">1234.5</witsml:md>
<witsml:tvd uom="m">1200.5</witsml:tvd>
<witsml:presPore uom="MPa">66.5</witsml:presPore>
<witsml:goodSeal>true</witsml:goodSeal>
<witsml:mdSample uom="m">1224.3</witsml:mdSample>
<witsml:dominateComponent>oil</witsml:dominateComponent>
<witsml:densityHC uom="g/cm3">0.33</witsml:densityHC>
<witsml:volumeSample uom="dm3">11</witsml:volumeSample>
<witsml:description>Bla bla bla bla bla</witsml:description>
<witsml:description>Formation test description ....</witsml:description>
</witsml:formTestInfo>
<witsml:lithShowInfo>
<witsml:dTim>2010-01-25T00:00:00.000Z</witsml:dTim>
......@@ -372,6 +373,7 @@ Sand Zones:
<witsml:mdBottom uom="m">3750</witsml:mdBottom>
<witsml:tvdTop uom="m">1822.67</witsml:tvdTop>
<witsml:tvdBottom uom="m">1827.57</witsml:tvdBottom>
<witsml:show>A show description ....</witsml:show>
<witsml:lithology>Sandstone with minor claystone (Heimdal Fm)</witsml:lithology>
</witsml:lithShowInfo>
<witsml:equipFailureInfo>
......@@ -431,11 +433,11 @@ Sand Zones:
<witsml:gasHigh uom="%">77.7</witsml:gasHigh>
<witsml:gasLow uom="%">44.4</witsml:gasLow>
<witsml:meth uom="ppm">55</witsml:meth>
<witsml:eth uom="ppm">55</witsml:eth>
<witsml:prop uom="ppm">55</witsml:prop>
<witsml:ibut uom="ppm">55</witsml:ibut>
<witsml:nbut uom="ppm">55</witsml:nbut>
<witsml:ipent uom="ppm">55</witsml:ipent>
<witsml:eth uom="ppm">56</witsml:eth>
<witsml:prop uom="ppm">57</witsml:prop>
<witsml:ibut uom="ppm">58</witsml:ibut>
<witsml:nbut uom="ppm">59</witsml:nbut>
<witsml:ipent uom="ppm">60</witsml:ipent>
</witsml:gasReadingInfo>
</witsml:drillReport>
</witsml:drillReports>
\ No newline at end of file
......