David Leal

Added bitRecord transform.

# Saved by TopBraid on Sat Sep 24 11:51:40 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
@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#> .
@prefix visual: <http://topbraid.org/visual#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
owl:DatatypeProperty
forms:keyProperties (rdfs:label rdfs:comment <http://www.reportinghub.no/ep/schema/activity#descriptionOfActivitiesForecastForTheNextDailyReportingPeriod>) .
# Saved by TopBraid on Tue Sep 20 20:26:46 BST 2011
# Saved by TopBraid on Sat Sep 24 10:29:25 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/organization
# imports: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/ep/schema/1.0/core
......@@ -12,7 +13,7 @@
<http://www.reportinghub.no/ep/schema/1.0/equipment>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/organization> ;
owl:versionInfo "0.1.0"^^xsd:string .
ep-core:PhysicalThing
......@@ -63,11 +64,26 @@ ep-eqt:ChokeValve
rdfs:label "choke valve"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:ClassOfSupplyDefinedByAManufacturer
rdf:type rdfs:Class ;
rdfs:label "manufacturer model"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-eqt:DrillBit
rdf:type owl:Class ;
rdfs:label "drill bit"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:DrillBitForWellBore
rdf:type owl:Class ;
rdfs:label "drill bit for wellbore"^^xsd:string ;
rdfs:subClassOf ep-eqt:DrillBit .
ep-eqt:DullGrade
rdf:type rdfs:Class ;
rdfs:label "dull grade"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-eqt:Equipment
rdf:type owl:Class ;
rdfs:label "Equipment"^^xsd:string ;
......@@ -146,6 +162,11 @@ ep-eqt:WellBoreLoggingTool
rdfs:label "well bore logging tool"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:codeAssignedByAManufacturer
rdf:type owl:DatatypeProperty ;
rdfs:domain ep-eqt:ClassOfSupplyDefinedByAManufacturer ;
rdfs:label "code assigned by manufacturer"^^xsd:string .
ep-eqt:diameterOfACasing
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-eqt:Casing ;
......@@ -182,6 +203,12 @@ ep-eqt:lengthOfInnerBarrel
rdfs:label "length of inner barrel"^^xsd:string ;
rdfs:range ep-core:Length .
ep-eqt:manufacturedBy
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-eqt:Equipment ;
rdfs:label "manaufactured by"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
ep-eqt:maximumPressureForBlowOutPreventer
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-eqt:BlowOutPreventer ;
......
# Saved by TopBraid on Wed Sep 21 22:02:11 BST 2011
# Saved by TopBraid on Fri Sep 23 19:55:56 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Tue Sep 20 22:08:02 BST 2011
# Saved by TopBraid on Fri Sep 23 20:49:37 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
......@@ -19,11 +19,13 @@
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/bitRecord
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/fluid
@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/collector#> .
@prefix activity: <http://www.reportinghub.no/ep/transform/1.1/ddr/activity#> .
@prefix bitRecord: <http://www.reportinghub.no/ep/transform/1.1/ddr/bitRecord#> .
@prefix casingLinerTubingRun: <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun#> .
@prefix cementStage: <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> .
@prefix check: <http://www.reportinghub.no/ep/transform/check#> .
......@@ -52,5 +54,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://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/fluid> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure> , <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo> , <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/perfInfo> , <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: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/stratInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/fluid> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure> , <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo> , <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/perfInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/bitRecord> , <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 Tue Sep 20 22:08:02 BST 2011
# Saved by TopBraid on Fri Sep 23 20:49:37 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Sat Sep 24 11:52:58 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
@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#> .
@prefix visual: <http://topbraid.org/visual#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdf:type inference:Configuration ;
composite:child
[ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
composite:index "0"^^xsd:int
] .
<witsml:drillReports version="1.4.0.0" xmlns:witsml="http://www.witsml.org/schemas/1series" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.witsml.org/schemas/1series file:///www.reportinghub.no/input/ddr/xsd/1.2/WITSML_drillReport_profiled_schema_2011_05_07.xsd">
<witsml:drillReports version="1.4.0.0" xmlns:witsml="http://www.witsml.org/schemas/1series" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.witsml.org/schemas/1series http://www.npd.no/schema/DDRS/1series/WITSML_drillReport_profiled_schema_phase2.xsd">
<witsml:drillReport>
<witsml:nameWell>25/8-C-23</witsml:nameWell>
<witsml:nameWellbore>25/08-C-23 B</witsml:nameWellbore>
......@@ -65,6 +65,25 @@
<witsml:avgTempBH uom="degC">20</witsml:avgTempBH>
<witsml:fixedRig>true</witsml:fixedRig>
</witsml:statusInfo>
<witsml:bitRecord>
<witsml:numBit>3</witsml:numBit>
<witsml:diaBit uom="in">24</witsml:diaBit>
<witsml:manufacturer>FredBloggs</witsml:manufacturer>
<witsml:codeMfg>FB_1234</witsml:codeMfg>
<witsml:dullGrade>myDullGrade</witsml:dullGrade>
<witsml:bitRun>
<witsml:eTimOpBit uom="h">2</witsml:eTimOpBit>
<witsml:mdHoleStart uom="m">1000</witsml:mdHoleStart>
<witsml:mdHoleStop uom="m">1010</witsml:mdHoleStop>
<witsml:ropAv uom="m/h">5</witsml:ropAv>
<witsml:mdHoleMadeRun uom="m">20</witsml:mdHoleMadeRun>
<witsml:hrsDrilled uom="h">3</witsml:hrsDrilled>
<witsml:hrsDrilledRun uom="h">4</witsml:hrsDrilledRun>
<witsml:mdTotHoleMade uom="m">25</witsml:mdTotHoleMade>
<witsml:totHrsDrilled uom="h">5</witsml:totHrsDrilled>
<witsml:totRop uom="m/h">6</witsml:totRop>
</witsml:bitRun>
</witsml:bitRecord>
<witsml:casing_liner_tubing>
<witsml:type>c</witsml:type>
<witsml:id uom="in">13</witsml:id>
......@@ -321,8 +340,6 @@ Sand Zones:
<witsml:coreNumber>1</witsml:coreNumber>
<witsml:mdTop uom="m">1234</witsml:mdTop>
<witsml:mdBottom uom="m">1234</witsml:mdBottom>
<witsml:tvdTop uom="m">1200</witsml:tvdTop>
<witsml:tvdBottom uom="m">1200</witsml:tvdBottom>
<witsml:lenRecovered uom="m">123</witsml:lenRecovered>
<witsml:recoverPc uom="%">89.9</witsml:recoverPc>
<witsml:lenBarrel uom="m">33.3</witsml:lenBarrel>
......@@ -358,14 +375,13 @@ 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>Formation test description ....</witsml:description>
<witsml:description>Bla bla bla bla bla</witsml:description>
</witsml:formTestInfo>
<witsml:lithShowInfo>
<witsml:dTim>2010-01-25T00:00:00.000Z</witsml:dTim>
......@@ -373,13 +389,11 @@ 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>
<witsml:dTim>2009-12-31T00:00:00.000Z</witsml:dTim>
<witsml:md uom="m">2823</witsml:md>
<witsml:tvd uom="m">2800</witsml:tvd>
<witsml:md uom="m">2823</witsml:md>
<witsml:equipClass>pipe handling equ syst -- vertical pipe handling equ syst</witsml:equipClass>
<witsml:eTimMissProduction uom="min">180</witsml:eTimMissProduction>
<witsml:dTimRepair>2009-12-30T11:30:00.000Z</witsml:dTimRepair>
......@@ -433,11 +447,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">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: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:gasReadingInfo>
</witsml:drillReport>
</witsml:drillReports>
\ No newline at end of file
......