David Leal

Extended the transforms for equipment failure, lithography, LogInfo and pore pressure.

Showing 23 changed files with 237 additions and 39 deletions
File mode changed
# Saved by TopBraid on Tue Aug 16 11:17:28 BST 2011
# Saved by TopBraid on Wed Aug 17 16:00:46 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.linkedmodel.org/1.2/schema/vaem
# imports: http://www.reportinghub.no/ep/schema/1.0/organization
......@@ -183,6 +183,11 @@ ep-activity:DrillingActivityOutcomeType
rdfs:label "drilling activity outcome type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-activity:EquipmentFailureAndRepair
rdf:type owl:Class ;
rdfs:label "equipment failure and repair"^^xsd:string ;
rdfs:subClassOf ep-activity:Activity .
ep-activity:FailedActivity
rdf:type ep-activity:ActivitySuccessType , owl:Class ;
rdfs:label "failed activity"^^xsd:string ;
......@@ -206,6 +211,11 @@ ep-activity:LeakOffTest
rdfs:subClassOf ep-activity:WellBorePressureTest ;
owl:disjointWith ep-activity:FormationIntegrityTest .
ep-activity:LithologyAndShowsObservation
rdf:type owl:Class ;
rdfs:label "lithology and shows observation"^^xsd:string ;
rdfs:subClassOf ep-activity:Activity .
ep-activity:MonthlyDrillingActivity
rdf:type owl:Class ;
rdfs:label "Weekly drilling activity"^^xsd:string ;
......@@ -251,6 +261,28 @@ ep-activity:OffshoreWellActivity
owl:onProperty ep-activity:onWell
] .
ep-activity:PorePressureDetermination
rdf:type owl:Class ;
rdfs:label "pore pressure determination"^^xsd:string ;
rdfs:subClassOf ep-activity:Activity .
ep-activity:PorePressureDeterminationType
rdf:type rdfs:Class ;
rdfs:label "pore pressure determination type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-activity:PorePressureEstimation
rdf:type owl:Class , ep-activity:PorePressureDeterminationType ;
rdfs:label "pore pressure estimation"^^xsd:string ;
rdfs:subClassOf ep-activity:PorePressureDetermination ;
owl:disjointWith ep-activity:PorePressureMeasurement .
ep-activity:PorePressureMeasurement
rdf:type owl:Class , ep-activity:PorePressureDeterminationType ;
rdfs:label "pore pressure measurement"^^xsd:string ;
rdfs:subClassOf ep-activity:PorePressureDetermination ;
owl:disjointWith ep-activity:PorePressureEstimation .
ep-activity:PressureTestType
rdf:type rdfs:Class ;
rdfs:label "pressure test type"^^xsd:string ;
......@@ -297,6 +329,11 @@ ep-activity:WellBoreDrillingType
rdfs:label "well bore drilling type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-activity:WellBoreLog
rdf:type owl:Class ;
rdfs:label "well bore log"^^xsd:string ;
rdfs:subClassOf ep-activity:Activity .
ep-activity:WellBorePressureTest
rdf:type owl:Class ;
rdfs:label "well bore pressure test"^^xsd:string ;
......@@ -319,6 +356,12 @@ ep-activity:drillingOperator
rdfs:label "drilling operator"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
ep-activity:failedEquipment
rdf:type owl:ObjectProperty ;
rdfs:domain ep-activity:EquipmentFailureAndRepair ;
rdfs:label "failed equipment"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfEquipment> .
ep-activity:finishedAt
rdf:type owl:DatatypeProperty ;
rdfs:label "finished at"^^xsd:string ;
......@@ -344,6 +387,12 @@ ep-activity:reportOn
rdf:type owl:ObjectProperty ;
rdfs:label "report on"^^xsd:string .
ep-activity:serviceCompany
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-activity:Activity ;
rdfs:label "service company"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
ep-activity:startedAt
rdf:type owl:DatatypeProperty ;
rdfs:label "started at"^^xsd:string ;
......@@ -355,3 +404,9 @@ ep-activity:wellBoreDrillingType
rdfs:label "has sub activity"^^xsd:string ;
rdfs:range ep-activity:WellBoreDrillingType ;
rdfs:subPropertyOf rdf:type .
ep-activity:wellBoreLoggingTool
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-activity:WellBoreLog ;
rdfs:label "well bore logging tool"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfEquipment> .
......
# baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/core
@prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/ep/schema/1.0/equipment>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ;
owl:versionInfo "0.1.0"^^xsd:string .
<http://www.reportinghub.no/ep/schema/core#PhysicalThing>
rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string .
ep-eqt:Equipment
rdf:type owl:Class ;
rdfs:label "Equipment"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
# Saved by TopBraid on Wed Aug 17 12:15:49 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/core
@prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/ep/schema/1.0/equipment>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ;
owl:versionInfo "0.1.0"^^xsd:string .
<http://www.reportinghub.no/ep/schema/core#AllOrPartOfTheLifeOfAnEquipmentItem>
rdf:type owl:Class ;
rdfs:label "all or part of an equipment item"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
<http://www.reportinghub.no/ep/schema/core#PhysicalThing>
rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string .
ep-eqt:Equipment
rdf:type owl:Class ;
rdfs:label "Equipment"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#AllOrPartOfTheLifeOfAnEquipmentItem> .
ep-eqt:TemporalPartOfEquipment
rdf:type owl:Class ;
rdfs:label "temporal part of equipment"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#AllOrPartOfTheLifeOfAnEquipmentItem> .
ep-eqt:WellBoreLoggingTool
rdf:type owl:Class ;
rdfs:label "well bore logging tool"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
......
# Saved by TopBraid on Fri Aug 12 14:16:38 BST 2011
# Saved by TopBraid on Wed Aug 17 12:39:33 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/ep/schema/1.0/core
......@@ -13,36 +13,51 @@
owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ;
owl:versionInfo "0.1.0"^^xsd:string .
ep-well:AllOrPartOfTheLifeOfASpatialPartOfAWellBore
rdf:type owl:Class ;
rdfs:label "all or part of the life of a spatial part of a well bore"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
ep-well:AllOrPartOfTheLifeOfAWellBore
rdf:type owl:Class ;
rdfs:label "all or part of the life of a well bore"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
ep-well:HphtWellBore
rdf:type ep-well:WellBoreHphtType , owl:Class ;
rdf:type owl:Class , ep-well:WellBoreHphtType ;
rdfs:label "high pressure high temperature well bore"^^xsd:string ;
rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
owl:disjointWith ep-well:NotHphtWellBore .
ep-well:LeakyWellBore
rdf:type owl:Class , ep-well:WellBoreTightnessType ;
rdf:type ep-well:WellBoreTightnessType , owl:Class ;
rdfs:label "leaky well bore"^^xsd:string ;
rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
owl:disjointWith ep-well:TightWellBore .
ep-well:NotHphtWellBore
rdf:type ep-well:WellBoreHphtType , owl:Class ;
rdf:type owl:Class , ep-well:WellBoreHphtType ;
rdfs:label "not high pressure high temperature well bore"^^xsd:string ;
rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
owl:disjointWith ep-well:HphtWellBore .
ep-well:SpatialPartOfAWellBore
rdf:type owl:Class ;
rdfs:label "spatial part of a well bore"^^xsd:string ;
rdfs:subClassOf ep-well:AllOrPartOfTheLifeOfASpatialPartOfAWellBore .
ep-well:TemporalPartOfASpatialPartOfAWellBore
rdf:type owl:Class ;
rdfs:label "temporal part of a spatial part of a well bore"^^xsd:string ;
rdfs:subClassOf ep-well:AllOrPartOfTheLifeOfASpatialPartOfAWellBore .
ep-well:TemporalPartOfAWellBore
rdf:type owl:Class ;
rdfs:label "temporal part of a well bore"^^xsd:string ;
rdfs:subClassOf ep-well:AllOrPartOfTheLifeOfAWellBore .
ep-well:TightWellBore
rdf:type owl:Class , ep-well:WellBoreTightnessType ;
rdf:type ep-well:WellBoreTightnessType , owl:Class ;
rdfs:label "tight well bore"^^xsd:string ;
rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
owl:disjointWith ep-well:LeakyWellBore .
......@@ -53,13 +68,13 @@ ep-well:Well
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ep-well:WellBore ;
owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart>
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://www.reportinghub.no/ep/schema/core#name>
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://www.reportinghub.no/ep/schema/core#name>
owl:allValuesFrom ep-well:WellBore ;
owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart>
] .
ep-well:WellBore
......@@ -72,6 +87,18 @@ ep-well:WellBore
owl:onProperty <http://www.reportinghub.no/ep/schema/core#name>
] .
ep-well:WellBoreBottomWithCirculation
rdf:type owl:Class ;
rdfs:label "well bore bottom with circulation"^^xsd:string ;
rdfs:subClassOf ep-well:TemporalPartOfASpatialPartOfAWellBore ;
owl:disjointWith ep-well:WellBoreBottomWithoutCirculation .
ep-well:WellBoreBottomWithoutCirculation
rdf:type owl:Class ;
rdfs:label "well bore bottom without circulation"^^xsd:string ;
rdfs:subClassOf ep-well:TemporalPartOfASpatialPartOfAWellBore ;
owl:disjointWith ep-well:WellBoreBottomWithCirculation .
ep-well:WellBoreHphtType
rdf:type rdfs:Class ;
rdfs:label "well bore high pressure high temperature type"^^xsd:string ;
......
# Saved by TopBraid on Tue Aug 16 11:34:45 BST 2011
# Saved by TopBraid on Wed Aug 17 16:38:03 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Wed Aug 10 11:13:52 BST 2011
# Saved by TopBraid on Tue Aug 16 15:54:55 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Wed Aug 17 11:15:26 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
] .
# Saved by TopBraid on Wed Aug 17 16:55:07 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
] .
# Saved by TopBraid on Wed Aug 17 13:42:27 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
] .
# Saved by TopBraid on Tue Aug 16 11:26:15 BST 2011
# Saved by TopBraid on Wed Aug 17 16:43:17 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/normalization
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity
# imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo
# imports: http://www.reportinghub.no/swp/ddr
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
# imports: file:///www.reportinghub.no/examples/xml/TemplateTest.xml
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo
@prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> .
@prefix ddr1: <http://www.reportinghub.no/swp/ddr#> .
@prefix equipFailureInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#> .
@prefix fn: <http://www.w3.org/2005/xpath-functions#> .
@prefix lithShowInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo#> .
@prefix logInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix porePressure: <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix smf: <http://topbraid.org/sparqlmotionfunctions#> .
......@@ -25,7 +34,7 @@
<http://www.reportinghub.no/ep/transform/1.1/normalization>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/swp/ddr> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <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/ddr/statusInfo> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> ;
owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/swp/ddr> , <file:///www.reportinghub.no/examples/xml/TemplateTest.xml> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> , <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/drillReport> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
owl:Thing
......
# Saved by TopBraid on Tue Aug 16 11:26:15 BST 2011
# Saved by TopBraid on Wed Aug 17 16:43:17 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Tue Aug 16 12:29:21 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
] .
# Saved by TopBraid on Tue Aug 16 11:03:54 BST 2011
# Saved by TopBraid on Wed Aug 17 11:44:23 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
......@@ -55,7 +55,13 @@
<witsml:avgTempBH uom="degC">20</witsml:avgTempBH>
<witsml:fixedRig>true</witsml:fixedRig>
</witsml:statusInfo>
<witsml:surveyStation>
<witsml:porePressure>
<witsml:readingKind>estimated</witsml:readingKind>
<witsml:equivalentMudWeight uom="g/cm3">.93</witsml:equivalentMudWeight>
<witsml:dTim>2010-01-25T00:00:00.000Z</witsml:dTim>
<witsml:md uom="m">3741</witsml:md>
</witsml:porePressure>
<witsml:surveyStation>
<witsml:dTim>2010-01-25T00:00:00.000Z</witsml:dTim>
<witsml:md uom="m">3569</witsml:md>
<witsml:tvd uom="m">1822.47</witsml:tvd>
......@@ -244,6 +250,24 @@ Sand Zones:
0,08m above, 1,29m to the right of plan.</witsml:comments>
</witsml:activity>
<witsml:logInfo>
<witsml:runNumber>101</witsml:runNumber>
<witsml:serviceCompany>Baker Hughes Inteq</witsml:serviceCompany>
<witsml:mdTop uom="m">3567</witsml:mdTop>
<witsml:mdBottom uom="m">3883</witsml:mdBottom>
<witsml:tool>AutoTrak - DeepTrak - SOUNDTRAK - AZITRA</witsml:tool>
<witsml:tempBHST uom="degC">-9999</witsml:tempBHST>
<witsml:eTimStatic uom="h">-9999</witsml:eTimStatic>
<witsml:mdTempTool uom="m">-9999</witsml:mdTempTool>
</witsml:logInfo>
<witsml:lithShowInfo>
<witsml:dTim>2010-01-25T00:00:00.000Z</witsml:dTim>
<witsml:mdTop uom="m">3570</witsml:mdTop>
<witsml:mdBottom uom="m">3750</witsml:mdBottom>
<witsml:tvdTop uom="m">1822.67</witsml:tvdTop>
<witsml:tvdBottom uom="m">1827.57</witsml:tvdBottom>
<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>
......@@ -252,6 +276,5 @@ Sand Zones:
<witsml:dTimRepair>2009-12-30T11:30:00.000Z</witsml:dTimRepair>
<witsml:description>Feilfunksjon på URA. Det er avvik mellom posisjon kloa på URA har og det DrillView viser.</witsml:description>
</witsml:equipFailureInfo>
</witsml:drillReport>
</witsml:drillReports>
\ No newline at end of file
......