Showing
6 changed files
with
87 additions
and
1 deletions
| 1 | # baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector | 1 | # baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector |
| 2 | # imports: http://spinrdf.org/spin | 2 | # imports: http://spinrdf.org/spin |
| 3 | +# imports: http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults | ||
| 3 | # imports: http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults | 4 | # imports: http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults |
| 4 | # imports: http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest | 5 | # imports: http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest |
| 5 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0 | 6 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0 |
| ... | @@ -13,6 +14,7 @@ | ... | @@ -13,6 +14,7 @@ |
| 13 | @prefix TRANSFORM_mpr-productVolume-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0#> . | 14 | @prefix TRANSFORM_mpr-productVolume-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0#> . |
| 14 | @prefix TRANSFORM_mpr-productVolumeReport-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0#> . | 15 | @prefix TRANSFORM_mpr-productVolumeReport-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0#> . |
| 15 | @prefix TRANSFORM_mpr-productionReport-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0#> . | 16 | @prefix TRANSFORM_mpr-productionReport-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0#> . |
| 17 | +@prefix injectionTestResults: <http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults#> . | ||
| 16 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 18 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 17 | @prefix productionTestResults: <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults#> . | 19 | @prefix productionTestResults: <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults#> . |
| 18 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 20 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| ... | @@ -25,5 +27,5 @@ | ... | @@ -25,5 +27,5 @@ |
| 25 | 27 | ||
| 26 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> | 28 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> |
| 27 | rdf:type owl:Ontology ; | 29 | rdf:type owl:Ontology ; |
| 28 | - owl:imports <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0> ; | 30 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults> ; |
| 29 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 31 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
This diff could not be displayed because it is too large.
| 1 | +# baseURI: null | ||
| 2 | + | ||
| 3 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
| 4 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
| 5 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
| 6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 7 | +@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 visual: <http://topbraid.org/visual#> . | ||
| 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | + | ||
| 12 | +[] rdf:type inference:Configuration ; | ||
| 13 | + composite:child | ||
| 14 | + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | ||
| 15 | + composite:index "0"^^xsd:int | ||
| 16 | + ] . |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | +<objects version="1.0(MPRML)" | ||
| 3 | + xmlns:witsml="http://www.epim.no/schemas/mprml/1" | ||
| 4 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
| 5 | + xsi:schemaLocation="http://www.epim.no/schemas/mprml/1 file:///C:/Users/owner/TBCMEWorkspace/EPIM-ontologies/www.reportinghub.no/input/mpr/xsd/1.0/obj_object_profiled_data_schema.xsd" xmlns="http://www.epim.no/schemas/mprml/1"> | ||
| 6 | +<context xsi:type="obj_report"> | ||
| 7 | +<kind>Daily production report Trym</kind> | ||
| 8 | +<title>Daily production report Trym September 2011</title> | ||
| 9 | +<date>2011-08-27</date> | ||
| 10 | +</context> | ||
| 11 | + | ||
| 12 | +<object xsi:type="obj_wellTest"> | ||
| 13 | + <nameWell>2/4M-01</nameWell> | ||
| 14 | + <name>2/4M-01</name> | ||
| 15 | + <testDate>2011-09-03T07:00:01</testDate> | ||
| 16 | + <previousTestDate>2010-09-03T07:00:01</previousTestDate> | ||
| 17 | + <lastValidTest>2009-09-03T07:00:01</lastValidTest> | ||
| 18 | + <testReason>periodic</testReason> | ||
| 19 | + <testType>my test type</testType> | ||
| 20 | + <standardTempPres>15 degC 1 atm</standardTempPres> | ||
| 21 | + | ||
| 22 | + <fluidLevelTest> | ||
| 23 | + <fluidLevel uom="m">1000</fluidLevel> | ||
| 24 | + <baseUsableWater uom="m">1001</baseUsableWater> | ||
| 25 | + <testedBy>Fred Bloggs</testedBy> | ||
| 26 | + </fluidLevelTest> | ||
| 27 | + | ||
| 28 | +<productionTest> | ||
| 29 | + <testDuration uom="h">4.0</testDuration> | ||
| 30 | + <testInterval> | ||
| 31 | + <mdTop uom="m">2000</mdTop> | ||
| 32 | + <mdBase uom="m">2001</mdBase> | ||
| 33 | + <wellbore>1/3-A-1 H</wellbore> | ||
| 34 | + <testedFormation>formation 1</testedFormation> | ||
| 35 | + <valvePosition uom="%">0.5</valvePosition> | ||
| 36 | + </testInterval> | ||
| 37 | + <testInterval> | ||
| 38 | + <mdTop uom="m">2002</mdTop> | ||
| 39 | + <mdBase uom="m">2003</mdBase> | ||
| 40 | + <wellbore>1/3-A-1 H</wellbore> | ||
| 41 | + <testedFormation>formation 2</testedFormation> | ||
| 42 | + <valvePosition uom="%">0.6</valvePosition> | ||
| 43 | + </testInterval> | ||
| 44 | + <wellheadData> | ||
| 45 | +<temperature uom="degC">57.89</temperature> | ||
| 46 | +<flowingPressure uom="bar">24.28525</flowingPressure> | ||
| 47 | +<chokeOrificeSize uom="in/64">15.3000002</chokeOrificeSize> | ||
| 48 | +<gasLiftchokeOrificeSize uom="in/64">15.3000002</gasLiftchokeOrificeSize> | ||
| 49 | +</wellheadData> | ||
| 50 | +<separatorData> | ||
| 51 | +<separatorPressure uom="bar">24.28525</separatorPressure> | ||
| 52 | +<separatorTemperature uom="degC">57.89</separatorTemperature> | ||
| 53 | +</separatorData> | ||
| 54 | +<productionTestResults> | ||
| 55 | +<oilRate> | ||
| 56 | +<fluidRateStdTempPres uom="m3/d">198.42636724550405</fluidRateStdTempPres> | ||
| 57 | +</oilRate> | ||
| 58 | +<gasRate> | ||
| 59 | +<fluidRateStdTempPres uom="m3/d">47780.95567704101</fluidRateStdTempPres> | ||
| 60 | +</gasRate> | ||
| 61 | +<waterRate> | ||
| 62 | +<fluidRate uom="m3/d">50.05</fluidRate> | ||
| 63 | +</waterRate> | ||
| 64 | +<gasOilRatio uom="m3/m3">240.79</gasOilRatio> | ||
| 65 | +</productionTestResults> | ||
| 66 | +</productionTest> | ||
| 67 | +</object> | ||
| 68 | +</objects> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment