David Price

Merge branch 'CleanMar3'

......@@ -219,22 +219,17 @@
[ rdf:type sp:Select ;
sp:resultVariables ([ sp:varName "volumeValueString"^^xsd:string
]) ;
sp:where ([ sp:object
[ sp:varName "productFlowMaterial"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ;
sp:subject spin:_arg1
] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterial> ;
sp:predicate rdf:type ;
sp:where ([ sp:object spin:_arg1 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject
[ sp:varName "productFlowMaterial"^^xsd:string
[ sp:varName "flow"^^xsd:string
]
] [ sp:object
[ sp:varName "productFlowMaterial"^^xsd:string
[ sp:varName "materialInState"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ;
sp:subject
[ sp:varName "materialInState"^^xsd:string
[ sp:varName "flow"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterialInASpecifiedState> ;
sp:predicate rdf:type ;
......@@ -248,6 +243,11 @@
sp:subject
[ sp:varName "materialWithVolume"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#MeasuredState> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "materialWithVolume"^^xsd:string
]
] [ sp:object
[ sp:varName "volume"^^xsd:string
] ;
......
# baseURI: http://www.reportinghub.no/test/dpr2/testcase/epim-dpr2/BA_ASGARD/results-2014-03-03
@prefix : <http://www.reportinghub.no/test/dpr2/testcase/epim-dpr2/BA_ASGARD/results-2014-03-03#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/test/dpr2/testcase/epim-dpr2/BA_ASGARD/results-2014-03-03>
rdf:type <http://www.w3.org/2002/07/owl#Ontology> ;
<http://www.w3.org/2002/07/owl#versionInfo>
"Created with TopBraid Composer"^^xsd:string .
# baseURI: http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest-NoFacts
# imports: file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-partner/MPRP1.0/PL147/TRYM-MONTH_AND_DAY_2012-03-01_final-dl-parameterSet.xml
# imports: http://spinrdf.org/spin
# imports: http://www.epim.no/schemas/mprml/1
# imports: http://www.reportinghub.no/ep/schema/1.0/erhfacts
# imports: http://www.reportinghub.no/ep/spin/prod-property
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector
# imports: http://www.reportinghub.no/np/schema/1.0/npd
@prefix : <http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest-NoFacts#> .
@prefix TRANSFORM_mpr-collector: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector#> .
@prefix TRYM-MONTH_2012-02-01_final-mprg: <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg.xml#> .
@prefix TRYM-MONTH_AND_DAY_2012-03-01_final-dl-parameterSet: <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-partner/MPRP1.0/PL147/TRYM-MONTH_AND_DAY_2012-03-01_final-dl-parameterSet.xml#> .
@prefix TRYM-volumes_2011-08-27_final: <file:///EPIM-Ontologies/www.reportinghub.no/test/mpr/testcase/DongEnergy/dpr-mprformat/TRYM-volumes_2011-08-27_final.xml#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix p20DL: <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-partner/MPRP1.0/PL147/tqedits/TRYM-MONTH_AND_DAY_2012-03-01_final-mprp-parameterSet%20-%20DL.xml#> .
@prefix p20available: <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-partner/MPRP1.0/PL147/tqedits/TRYM-MONTH_AND_DAY_2012-03-01_final-mprp-parameterSet%20-%20DL%20-%20available.xml#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sp: <http://spinrdf.org/sp#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix spl: <http://spinrdf.org/spl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest-NoFacts>
rdf:type owl:Ontology ;
owl:imports <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-partner/MPRP1.0/PL147/TRYM-MONTH_AND_DAY_2012-03-01_final-dl-parameterSet.xml> , <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/erhfacts> , <http://www.reportinghub.no/ep/spin/prod-property> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> , <http://www.reportinghub.no/np/schema/1.0/npd> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
# baseURI: http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest-NoFacts
# imports: http://spinrdf.org/spin
# imports: http://www.epim.no/schemas/mprml/1
# imports: http://www.reportinghub.no/ep/schema/1.0/erhfacts
# imports: http://www.reportinghub.no/ep/spin/prod-property
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector
# imports: http://www.reportinghub.no/np/schema/1.0/npd
@prefix : <http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest-NoFacts#> .
@prefix TRANSFORM_mpr-collector: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector#> .
@prefix TRYM-MONTH_2012-02-01_final-mprg: <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg.xml#> .
@prefix TRYM-MONTH_AND_DAY_2012-03-01_final-dl-parameterSet: <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-partner/MPRP1.0/PL147/TRYM-MONTH_AND_DAY_2012-03-01_final-dl-parameterSet.xml#> .
@prefix TRYM-volumes_2011-08-27_final: <file:///EPIM-Ontologies/www.reportinghub.no/test/mpr/testcase/DongEnergy/dpr-mprformat/TRYM-volumes_2011-08-27_final.xml#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix p20DL: <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-partner/MPRP1.0/PL147/tqedits/TRYM-MONTH_AND_DAY_2012-03-01_final-mprp-parameterSet%20-%20DL.xml#> .
@prefix p20available: <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-partner/MPRP1.0/PL147/tqedits/TRYM-MONTH_AND_DAY_2012-03-01_final-mprp-parameterSet%20-%20DL%20-%20available.xml#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sp: <http://spinrdf.org/sp#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix spl: <http://spinrdf.org/spl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest-NoFacts>
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/erhfacts> , <http://www.reportinghub.no/ep/spin/prod-property> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> , <http://www.reportinghub.no/np/schema/1.0/npd> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
<!DOCTYPE html>
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="http://spinrdf.org/rhlib/ddr.css" rel="stylesheet" type="text/css">
<title>Monthly Production Report (government)</title>
</head>
<body>
<h1>Monthly Government Report : Field, Month Ending </h1>
<h2>Report title : TRYM</h2>
<h2>Report version : 1.0</h2>
<h2>Report Status : final version of a report</h2>
<h2>Submitted by : TRYM</h2>
<div>
<hr>
<h2>Gas Sales</h2>
<table class="ddrTable">
<tr class="ddrTR">
<th class="ddrTH" style="text-align: center">Facility</th><th class="ddrTH" style="text-align: center">Purpose</th><th class="ddrTH" style="text-align: center">Material</th><th class="ddrTH" style="text-align: center">Flow&nbsp;type</th><th class="ddrTH" style="text-align: center">Seller</th><th class="ddrTH" style="text-align: center">Seller&nbsp;Volume</th><th class="ddrTH" style="text-align: center">Seller&nbsp;Work</th><th class="ddrTH" style="text-align: center">Buyer</th><th class="ddrTH" style="text-align: center">Buyer&nbsp;Volume</th><th class="ddrTH" style="text-align: center">Buyer&nbsp;Work</th>
</tr>
<tr class="ddrTR">
<td class="ddrTD">NYBRO</td><td class="ddrTD">flow to sale</td><td class="ddrTD">gas - dry</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD"></td><td class="ddrTD"></td><td class="ddrTD">DONG DK</td><td class="ddrTD"></td><td class="ddrTD"></td>
</tr>
<tr class="ddrTR">
<td class="ddrTD">NYBRO</td><td class="ddrTD">flow to sale</td><td class="ddrTD">gas - dry</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD"></td><td class="ddrTD"></td><td class="ddrTD">DONG DK</td><td class="ddrTD"></td><td class="ddrTD"></td>
</tr>
<tr class="ddrTR">
<td class="ddrTD">NYBRO</td><td class="ddrTD">flow to sale</td><td class="ddrTD">gas - dry</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD"></td><td class="ddrTD"></td><td class="ddrTD">EXXONMOBIL GAS DE</td><td class="ddrTD"></td><td class="ddrTD"></td>
</tr>
<tr class="ddrTR">
<td class="ddrTD">NYBRO</td><td class="ddrTD">flow to sale</td><td class="ddrTD">gas - dry</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD"></td><td class="ddrTD"></td><td class="ddrTD">EXXONMOBIL GAS DE</td><td class="ddrTD"></td><td class="ddrTD"></td>
</tr>
<tr class="ddrTR">
<td class="ddrTD">NYBRO</td><td class="ddrTD">flow to sale</td><td class="ddrTD">gas - dry</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD"></td><td class="ddrTD"></td><td class="ddrTD">NATURGAS VEST</td><td class="ddrTD"></td><td class="ddrTD"></td>
</tr>
<tr class="ddrTR">
<td class="ddrTD">NYBRO</td><td class="ddrTD">flow to sale</td><td class="ddrTD">gas - dry</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD"></td><td class="ddrTD"></td><td class="ddrTD">NATURGAS VEST</td><td class="ddrTD"></td><td class="ddrTD"></td>
</tr>
</table>
<br>
</div>
<div>
<hr>
<h2>Cargo Information</h2>
<table class="ddrTable">
<tr class="ddrTR">
<th class="ddrTH" style="text-align: center">Facility</th><th class="ddrTH" style="text-align: center">Material</th><th class="ddrTH" style="text-align: center">Flow&nbsp;type</th><th class="ddrTH" style="text-align: center">Cargo&nbsp;Number</th><th class="ddrTH" style="text-align: center">Cargo&nbsp;Batch</th><th class="ddrTH" style="text-align: center">Bill&nbsp;of&nbsp;Lading</th><th class="ddrTH" style="text-align: center">Volume</th><th class="ddrTH" style="text-align: center">Mass</th><th class="ddrTH" style="text-align: center">Density</th><th class="ddrTH" style="text-align: center">Shipper</th><th class="ddrTH" style="text-align: center">Destination</th><th class="ddrTH" style="text-align: center">Country</th><th class="ddrTH" style="text-align: center">Owner</th><th class="ddrTH" style="text-align: center">Share</th>
</tr>
<tr class="ddrTR">
<td class="ddrTD">FREDERICIA</td><td class="ddrTD">oil net</td><td class="ddrTD">allocated flow</td><td class="ddrTD">395/1</td><td class="ddrTD">1</td><td class="ddrTD">2012-02-06</td><td class="ddrTD">1683.82 m3</td><td class="ddrTD">110.85 kg</td><td class="ddrTD">705.75 kg/m3</td><td class="ddrTD">Bayerngas Norge AS</td><td class="ddrTD">MONGSTAD</td><td class="ddrTD">NORWAY</td><td class="ddrTD">DONG E&amp;P Norge AS</td><td class="ddrTD">100 %</td>
</tr>
<tr class="ddrTR">
<td class="ddrTD">FREDERICIA</td><td class="ddrTD">oil net</td><td class="ddrTD">allocated flow</td><td class="ddrTD">396/1</td><td class="ddrTD">1</td><td class="ddrTD">2012-02-11</td><td class="ddrTD">782.72 m3</td><td class="ddrTD">267.5 kg</td><td class="ddrTD">770.49 kg/m3</td><td class="ddrTD">DONG E&amp;P Norge AS</td><td class="ddrTD">Fawley</td><td class="ddrTD">UNITED KINGDOM</td><td class="ddrTD">DONG E&amp;P Norge AS</td><td class="ddrTD">100 %</td>
</tr>
<tr class="ddrTR">
<td class="ddrTD">FREDERICIA</td><td class="ddrTD">oil net</td><td class="ddrTD">allocated flow</td><td class="ddrTD">397/1</td><td class="ddrTD">1</td><td class="ddrTD">2012-02-16</td><td class="ddrTD">1270.75 m3</td><td class="ddrTD">146.43 kg</td><td class="ddrTD">790.83 kg/m3</td><td class="ddrTD">DONG E&amp;P Norge AS</td><td class="ddrTD">Fawley</td><td class="ddrTD">UNITED KINGDOM</td><td class="ddrTD">Bayerngas Norge AS</td><td class="ddrTD">100 %</td>
</tr>
<tr class="ddrTR">
<td class="ddrTD">FREDERICIA</td><td class="ddrTD">oil net</td><td class="ddrTD">allocated flow</td><td class="ddrTD">398/1</td><td class="ddrTD">1</td><td class="ddrTD">2012-02-19</td><td class="ddrTD">979.89 m3</td><td class="ddrTD">744.24 kg</td><td class="ddrTD">795.49 kg/m3</td><td class="ddrTD">Bayerngas Norge AS</td><td class="ddrTD">Fawley</td><td class="ddrTD">UNITED KINGDOM</td><td class="ddrTD">Bayerngas Norge AS</td><td class="ddrTD">100 %</td>
</tr>
</table>
<br>
</div>
<div>
<hr>
<h2>Production Saleable</h2>
<table class="ddrTable">
<tr class="ddrTR">
<th class="ddrTH" style="text-align: center">Facility</th><th class="ddrTH" style="text-align: center">Purpose</th><th class="ddrTH" style="text-align: center">Material</th><th class="ddrTH" style="text-align: center">Mass</th><th class="ddrTH" style="text-align: center">Volume</th><th class="ddrTH" style="text-align: center">Density</th><th class="ddrTH" style="text-align: center">Flow&nbsp;type</th><th class="ddrTH" style="text-align: center">Gross/Net</th>
</tr>
<tr class="ddrTR">
<td class="ddrTD">TRYM</td><td class="ddrTD">production exploitation</td><td class="ddrTD">oil net</td><td class="ddrTD">614.09 kg</td><td class="ddrTD"></td><td class="ddrTD"></td><td class="ddrTD">saleable flow</td><td class="ddrTD">net product flow</td>
</tr>
</table>
<br>
</div>
<div>
<hr>
<h2>Production Inventory</h2>
<table class="ddrTable">
<tr class="ddrTR">
<th class="ddrTH" style="text-align: center">Inventory&nbsp;Name</th><th class="ddrTH" style="text-align: center">Inventory&nbsp;Type</th><th class="ddrTH" style="text-align: center">Product</th><th class="ddrTH" style="text-align: center">Mass</th><th class="ddrTH" style="text-align: center">Volume</th><th class="ddrTH" style="text-align: center">Density</th>
</tr>
<tr class="ddrTR">
<td class="ddrTD">Fredericia allocated inventory volumes</td><td class="ddrTD"></td><td class="ddrTD">oil net</td><td class="ddrTD"></td><td class="ddrTD">519.72 m3</td><td class="ddrTD">756.03 kg/m3</td>
</tr>
<tr class="ddrTR">
<td class="ddrTD">Fredericia allocated inventory volumes</td><td class="ddrTD"></td><td class="ddrTD">oil net</td><td class="ddrTD"></td><td class="ddrTD">519.72 m3</td><td class="ddrTD">756.03 kg/m3</td>
</tr>
</table>
<br>
</div>
<div>
<hr>
<h2>Production Inventory Ownership</h2>
<table class="ddrTable">
<tr class="ddrTR">
<th class="ddrTH" style="text-align: center">Inventory&nbsp;Name</th><th class="ddrTH" style="text-align: center">Inventory&nbsp;Type</th><th class="ddrTH" style="text-align: center">Product</th><th class="ddrTH" style="text-align: center">Volume</th><th class="ddrTH" style="text-align: center">Owner</th>
</tr>
<tr class="ddrTR">
<td class="ddrTD">Fredericia allocated inventory volumes</td><td class="ddrTD"></td><td class="ddrTD">oil net</td><td class="ddrTD">85.86 m3</td><td class="ddrTD">DONG E&amp;P Norge AS</td>
</tr>
<tr class="ddrTR">
<td class="ddrTD">Fredericia allocated inventory volumes</td><td class="ddrTD"></td><td class="ddrTD">oil net</td><td class="ddrTD">433.86 m3</td><td class="ddrTD">Bayerngas Norge AS</td>
</tr>
</table>
<br>
</div>
</body>
</html>
# baseURI: http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/test-results/triples/TRYM-MONTH_2012-02-01_final-mprg-gassale1
# imports: http://www.reportinghub.no/ep/schema/1.0/production
@prefix : <http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/test-results/triples/TRYM-MONTH_2012-02-01_final-mprg-gassale1#> .
@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> .
@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> .
@prefix ep-flow: <http://www.reportinghub.no/ep/schema/flow#> .
@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> .
@prefix ep-org: <http://www.reportinghub.no/ep/schema/organization#> .
@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> .
@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> .
@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#> .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r>
<http://www.reportinghub.no/ep/transform/transform-helper-schema#facilityIdentifier>
"field-18081500" ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalEnd>
"2012-02-29"^^xsd:date ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalIdentifier>
"2012-02-01$2012-02-29" ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalStart>
"2012-02-01"^^xsd:date ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#reportedOn>
<http://www.reportinghub.no/np/data/npd/Field-18081500> .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-1-8>
<http://www.reportinghub.no/ep/transform/transform-helper-schema#hasDerivedText>
"field-18081500" .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2>
<http://www.reportinghub.no/ep/transform/transform-helper-schema#hasDerivedText>
"field-18081500" ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalEnd>
"2012-02-29"^^xsd:date ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalIdentifier>
"2012-02-01$2012-02-29" ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalStart>
"2012-02-01"^^xsd:date .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-1>
<http://www.reportinghub.no/ep/transform/transform-helper-schema#hasDerivedText>
"field-18081500" .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-0>
<http://www.reportinghub.no/ep/transform/transform-helper-schema#hasDerivedText>
"terminal-416937" .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1>
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalIdentifier>
"2012-02-01$2012-02-29" .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3>
<http://www.reportinghub.no/ep/transform/transform-helper-schema#hasDerivedText>
"GAS_-_DRY"^^xsd:string ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalIdentifier>
"2012-02-01$2012-02-29" .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1>
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalEnd>
"2012-02-29"^^xsd:date ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalIdentifier>
"2012-02-01$2012-02-29" ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalStart>
"2012-02-01"^^xsd:date .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES>
ep-flow:hasMixedPart
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES/GAS_-_DRY> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES/2012-02-01$2012-02-29>
rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:FlowToSale , ep-flow:ProductionFlow ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date ;
ep-activity:startedAt
"2012-02-01"^^xsd:date ;
ep-core:name "Nybro allocated gas sales"^^xsd:string ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES> ;
ep-flow:flowIntoOrOutOf
_:b1 ;
ep-flow:hasMixedPart
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES/2012-02-01$2012-02-29/GAS_-_DRY> ;
ep-flow:materialThatFlows
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES/2012-02-01$2012-02-29/QuantityOfMaterial> ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES/2012-02-01$2012-02-29/GAS_-_DRY>
rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date ;
ep-activity:startedAt
"2012-02-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES/GAS_-_DRY> ;
ep-flow:flowIntoOrOutOf
_:b1 ;
ep-flow:materialThatFlows
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES/2012-02-01$2012-02-29/GAS_-_DRY/QuantityOfMaterial> ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES/2012-02-01$2012-02-29/GAS_-_DRY/QuantityOfMaterial>
rdf:type ep-material:QuantityOfMaterial ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES/2012-02-01$2012-02-29/GAS_-_DRY/http://www.reportinghub.no/np/data/npd/Facility-416937>
rdf:type ep-flow:Flow ;
ep-core:spatialPartOf
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES/2012-02-01$2012-02-29/GAS_-_DRY> ;
ep-flow:measuredOrCalculatedAt
<http://www.reportinghub.no/np/data/npd/Facility-416937/2012-02-01$2012-02-29> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES/2012-02-01$2012-02-29/GAS_-_DRY/http://www.reportinghub.no/np/data/npd/Field-18081500>
rdf:type ep-flow:Flow ;
ep-core:spatialPartOf
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES/2012-02-01$2012-02-29/GAS_-_DRY> ;
ep-flow:measuredOrCalculatedAt
<http://www.reportinghub.no/np/data/npd/Facility-416937/2012-02-01$2012-02-29> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES/2012-02-01$2012-02-29/QuantityOfMaterial>
rdf:type ep-material:QuantityOfMaterial .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES/2012-02-01$2012-02-29/http://www.reportinghub.no/np/data/npd/Facility-416937>
rdf:type ep-flow:Flow ;
ep-core:spatialPartOf
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES/2012-02-01$2012-02-29> ;
ep-flow:measuredOrCalculatedAt
<http://www.reportinghub.no/np/data/npd/Facility-416937/2012-02-01$2012-02-29> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES/GAS_-_DRY>
rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Gas-dry .
<http://www.reportinghub.no/np/data/npd/Company-4070011>
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1-3-3-0> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1-3-3-1> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1-3-3-2> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1-3-4-0> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1-3-4-1> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1-3-4-2> .
<http://www.reportinghub.no/np/data/npd/Facility-416937>
rdf:type ep-fac:ProductionFacility ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-0> .
<http://www.reportinghub.no/np/data/npd/Facility-416937/2012-02-01$2012-02-29>
rdf:type ep-fac:SurfaceFixedFacility , ep-fac:TemporalPartOfAProductionFacility ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date ;
ep-activity:startedAt
"2012-02-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Facility-416937> ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2> .
<http://www.reportinghub.no/np/data/npd/Field-18081500>
rdf:type ep-fac:ProductionFacility ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-1-8> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-1> .
<http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/test-results/triples/TRYM-MONTH_2012-02-01_final-mprg-gassale1>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/production> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<https://www.reportinghub.no/data/9fcb3b92-2a7f-11b2-80aa-ec1755d47d8b>
rdf:type ep-material:QuantityOfMaterial ;
ep-core:temporalPartOf
<https://www.reportinghub.no/data/9fcb3b93-2a7f-11b2-80aa-ec1755d47d8b> ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1-3> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1-3-2> .
<https://www.reportinghub.no/data/9fcb3b93-2a7f-11b2-80aa-ec1755d47d8b>
rdf:type ep-material:QuantityOfMaterial ;
ep-core:spatialPartOf
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES/2012-02-01$2012-02-29/GAS_-_DRY/QuantityOfMaterial> .
<https://www.reportinghub.no/data/9fcb3b94-2a7f-11b2-80aa-ec1755d47d8b>
rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
ep-core:spatialPartOf
<https://www.reportinghub.no/data/9fcb3b92-2a7f-11b2-80aa-ec1755d47d8b> ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1-3-4> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1-3-4-5> .
<https://www.reportinghub.no/data/9fcb3b95-2a7f-11b2-80aa-ec1755d47d8b>
rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
ep-core:spatialPartOf
<https://www.reportinghub.no/data/9fcb3b92-2a7f-11b2-80aa-ec1755d47d8b> ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1-3-3> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1-3-3-5> .
<https://www.reportinghub.no/data/9fcb3b96-2a7f-11b2-80aa-ec1755d47d8b>
rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState , <https://www.reportinghub.no/data/9fcb3b96-2a7f-11b2-80aa-ec1755d47d8b/Pressure> , <https://www.reportinghub.no/data/9fcb3b96-2a7f-11b2-80aa-ec1755d47d8b/Temperature> ;
ep-core:temporalPartOf
<https://www.reportinghub.no/data/9fcb3b94-2a7f-11b2-80aa-ec1755d47d8b> ;
ep-flow:grossCalorificValue
<https://www.reportinghub.no/data/9fcb3b96-2a7f-11b2-80aa-ec1755d47d8b/grossCalorificValue> ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1-3-4-4> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1-3-4-4-1> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1-3-4-4-2> .
<https://www.reportinghub.no/data/9fcb3b96-2a7f-11b2-80aa-ec1755d47d8b/Pressure>
rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double .
<https://www.reportinghub.no/data/9fcb3b96-2a7f-11b2-80aa-ec1755d47d8b/Temperature>
rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double .
<https://www.reportinghub.no/data/9fcb3b96-2a7f-11b2-80aa-ec1755d47d8b/grossCalorificValue>
rdf:type ep-core:EnergyPerVolume .
<https://www.reportinghub.no/data/9fcb3b97-2a7f-11b2-80aa-ec1755d47d8b>
rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState , <https://www.reportinghub.no/data/9fcb3b97-2a7f-11b2-80aa-ec1755d47d8b/Pressure> , <https://www.reportinghub.no/data/9fcb3b97-2a7f-11b2-80aa-ec1755d47d8b/Temperature> ;
ep-core:temporalPartOf
<https://www.reportinghub.no/data/9fcb3b95-2a7f-11b2-80aa-ec1755d47d8b> ;
ep-flow:grossCalorificValue
<https://www.reportinghub.no/data/9fcb3b97-2a7f-11b2-80aa-ec1755d47d8b/grossCalorificValue> ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1-3-3-4> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1-3-3-4-1> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1-3-3-4-2> .
<https://www.reportinghub.no/data/9fcb3b97-2a7f-11b2-80aa-ec1755d47d8b/Pressure>
rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double .
<https://www.reportinghub.no/data/9fcb3b97-2a7f-11b2-80aa-ec1755d47d8b/Temperature>
rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double .
<https://www.reportinghub.no/data/9fcb3b97-2a7f-11b2-80aa-ec1755d47d8b/grossCalorificValue>
rdf:type ep-core:EnergyPerVolume .
<https://www.reportinghub.no/data/9fcb3b98-2a7f-11b2-80aa-ec1755d47d8b>
rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState , <https://www.reportinghub.no/data/9fcb3b98-2a7f-11b2-80aa-ec1755d47d8b/Pressure> , <https://www.reportinghub.no/data/9fcb3b98-2a7f-11b2-80aa-ec1755d47d8b/Temperature> ;
ep-core:temporalPartOf
<https://www.reportinghub.no/data/9fcb3b92-2a7f-11b2-80aa-ec1755d47d8b> ;
ep-flow:grossCalorificValue
<https://www.reportinghub.no/data/9fcb3b98-2a7f-11b2-80aa-ec1755d47d8b/grossCalorificValue> ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1-3-1> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1-3-1-1> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1-3-1-2> .
<https://www.reportinghub.no/data/9fcb3b98-2a7f-11b2-80aa-ec1755d47d8b/Pressure>
rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double .
<https://www.reportinghub.no/data/9fcb3b98-2a7f-11b2-80aa-ec1755d47d8b/Temperature>
rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double .
<https://www.reportinghub.no/data/9fcb3b98-2a7f-11b2-80aa-ec1755d47d8b/grossCalorificValue>
rdf:type ep-core:EnergyPerVolume .
<https://www.reportinghub.no/data/9fcb3b99-2a7f-11b2-80aa-ec1755d47d8b>
rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial , <https://www.reportinghub.no/data/9fcb3b99-2a7f-11b2-80aa-ec1755d47d8b/Volume> ;
ep-core:temporalPartOf
<https://www.reportinghub.no/data/9fcb3b96-2a7f-11b2-80aa-ec1755d47d8b> .
<https://www.reportinghub.no/data/9fcb3b99-2a7f-11b2-80aa-ec1755d47d8b/Volume>
rdf:type ep-core:Volume ;
ep-core:metre3 "178.85"^^xsd:double .
<https://www.reportinghub.no/data/9fcb3b9a-2a7f-11b2-80aa-ec1755d47d8b>
rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial , <https://www.reportinghub.no/data/9fcb3b9a-2a7f-11b2-80aa-ec1755d47d8b/Volume> ;
ep-core:temporalPartOf
<https://www.reportinghub.no/data/9fcb3b97-2a7f-11b2-80aa-ec1755d47d8b> .
<https://www.reportinghub.no/data/9fcb3b9a-2a7f-11b2-80aa-ec1755d47d8b/Volume>
rdf:type ep-core:Volume ;
ep-core:metre3 "94.79"^^xsd:double .
<https://www.reportinghub.no/data/9fcb3b9b-2a7f-11b2-80aa-ec1755d47d8b>
rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial , <https://www.reportinghub.no/data/9fcb3b9b-2a7f-11b2-80aa-ec1755d47d8b/Volume> ;
ep-core:temporalPartOf
<https://www.reportinghub.no/data/9fcb3b98-2a7f-11b2-80aa-ec1755d47d8b> .
<https://www.reportinghub.no/data/9fcb3b9b-2a7f-11b2-80aa-ec1755d47d8b/Volume>
rdf:type ep-core:Volume ;
ep-core:metre3 "273.64"^^xsd:double .
<https://www.reportinghub.no/ep/data/organization/DONG_EP_NORGE_AS>
rdf:type ep-org:Organization ;
ep-core:name "Dong E&P Norge AS"^^xsd:string ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-1-9> .
<https://www.reportinghub.no/ep/data/organization/EXXONMOBIL_GAS_DE>
rdf:type ep-org:Organization ;
ep-core:name "EXXONMOBIL GAS DE"^^xsd:string ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1-3-4-3> .
<https://www.reportinghub.no/ep/data/organization/NATURGAS_VEST>
rdf:type ep-org:Organization ;
ep-core:name "NATURGAS VEST"^^xsd:string ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1-3-3-3> .
<https://www.reportinghub.no/ep/data/productionReport/FIELD-18081500$2012-02-01$2012-02-29>
rdf:type ep-report:FinalVersionOfAReport , ep-report:MonthlyProductionReport , ep-report:MonthlyProductionReportGovernment , ep-report:ProductionReport , ep-report:Report , <https://www.reportinghub.no/ep/data/productionReportKind/COPEX> ;
ep-core:name "TRYM"^^xsd:string ;
ep-report:reportVersion
"1.0"^^xsd:string ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-1> .
<https://www.reportinghub.no/ep/data/productionReportKind/COPEX>
rdf:type ep-report:ProductionReportType ;
rdfs:label "Copex"^^xsd:string ;
rdfs:subClassOf ep-report:ProductionReport .
[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTransaction ;
ep-core:hasPart
[ rdf:type ep-prodact:MovementOfProduct ;
ep-core:hasPart
[ rdf:type ep-prodact:SalesActivity ;
ep-prodact:buyer
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/NATURGAS_VEST>
] ;
ep-prodact:salesAdministrator
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
ep-prodact:seller
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
]
] ;
ep-prodact:movedProduct
<https://www.reportinghub.no/data/9fcb3b95-2a7f-11b2-80aa-ec1755d47d8b> ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1-3-3>
] ;
ep-core:hasPart
[ rdf:type ep-prodact:MovementOfProduct ;
ep-core:hasPart
[ rdf:type ep-prodact:SalesActivity ;
ep-prodact:buyer
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/EXXONMOBIL_GAS_DE>
] ;
ep-prodact:salesAdministrator
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
ep-prodact:seller
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
]
] ;
ep-prodact:movedProduct
<https://www.reportinghub.no/data/9fcb3b94-2a7f-11b2-80aa-ec1755d47d8b> ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1-3-4>
] ;
ep-prodact:movedProduct
<https://www.reportinghub.no/data/9fcb3b92-2a7f-11b2-80aa-ec1755d47d8b> ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2-2-1-3-1-3> .
_:b2 rdf:type ep-flow:ProductionFlowNetworkToDate ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date .
_:b3 rdf:type ep-flow:ProductionFlowNetwork ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date ;
ep-activity:startedAt
"2012-02-01"^^xsd:date ;
ep-core:temporalPartOf
_:b2 ;
ep-flow:hasNetworkPart
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES/2012-02-01$2012-02-29> ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2> .
[] rdf:type ep-report:ProductVolumeReport , ep-report:Report ;
ep-core:name "TRYM"^^xsd:string ;
ep-core:partOf <https://www.reportinghub.no/ep/data/productionReport/FIELD-18081500$2012-02-01$2012-02-29> ;
ep-report:reportOn _:b3 , _:b1 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2> .
_:b1 rdf:type ep-fac:TemporalPartOfAProductionFacility ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date ;
ep-activity:startedAt
"2012-02-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> ;
ep-core:temporalPartOf
[ rdf:type ep-fac:ProductionFacilityToDate ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> ;
ep-flow:facilityContainsFlow
_:b2
] ;
ep-flow:facilityContainsFlow
_:b3 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-2> .
[] rdf:type ep-activity:IssueAReport ;
ep-activity:issuedFrom
[ rdf:type ep-fac:TemporalPartOfAProductionFacility ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> ;
ep-fac:facilityOperator
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/DONG_EP_NORGE_AS>
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale1.xml#r-1>
] ;
ep-report:issuedReport
<https://www.reportinghub.no/ep/data/productionReport/FIELD-18081500$2012-02-01$2012-02-29> .
# baseURI: http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/test-results/triples/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1
# imports: http://www.reportinghub.no/ep/schema/1.0/production
# imports: http://www.reportinghub.no/ep/spin/prod-property
@prefix : <http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/test-results/triples/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1#> .
@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> .
@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> .
@prefix ep-flow: <http://www.reportinghub.no/ep/schema/flow#> .
@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> .
@prefix ep-org: <http://www.reportinghub.no/ep/schema/organization#> .
@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> .
@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#> .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r>
<http://www.reportinghub.no/ep/transform/transform-helper-schema#facilityIdentifier>
"field-18081500" ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalEnd>
"2012-02-29"^^xsd:date ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalIdentifier>
"2012-02-01$2012-02-29" ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalStart>
"2012-02-01"^^xsd:date ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#reportedOn>
<http://www.reportinghub.no/np/data/npd/Field-18081500> .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-1-8>
<http://www.reportinghub.no/ep/transform/transform-helper-schema#hasDerivedText>
"field-18081500" .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-2>
<http://www.reportinghub.no/ep/transform/transform-helper-schema#hasDerivedText>
"field-18081500" ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalEnd>
"2012-02-29"^^xsd:date ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalIdentifier>
"2012-02-01$2012-02-29" ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalStart>
"2012-02-01"^^xsd:date .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-2-1>
<http://www.reportinghub.no/ep/transform/transform-helper-schema#hasDerivedText>
"field-18081500" .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-2-2-0>
<http://www.reportinghub.no/ep/transform/transform-helper-schema#hasDerivedText>
"field-18081500" .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-2-2-1>
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalIdentifier>
"2012-02-01$2012-02-29" .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-2-2-1-3>
<http://www.reportinghub.no/ep/transform/transform-helper-schema#hasDerivedText>
"OIL_NET"^^xsd:string ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalIdentifier>
"2012-02-01$2012-02-29" .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-2-2-1-3-1>
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalEnd>
"2012-02-29"^^xsd:date ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalIdentifier>
"2012-02-01$2012-02-29" ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalStart>
"2012-02-01"^^xsd:date .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_SALEABLE_PRODUCTION>
ep-flow:hasMixedPart
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_SALEABLE_PRODUCTION/OIL_NET> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_SALEABLE_PRODUCTION/2012-02-01$2012-02-29>
rdf:type ep-flow:Flow , ep-flow:ProductionExploitation , ep-flow:ProductionFlow , ep-flow:SaleableFlow ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date ;
ep-activity:startedAt
"2012-02-01"^^xsd:date ;
ep-core:name "Trym saleable volumes"^^xsd:string ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_SALEABLE_PRODUCTION> ;
ep-flow:flowIntoOrOutOf
_:b1 ;
ep-flow:hasMixedPart
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_SALEABLE_PRODUCTION/2012-02-01$2012-02-29/OIL_NET> ;
ep-flow:materialThatFlows
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_SALEABLE_PRODUCTION/2012-02-01$2012-02-29/QuantityOfMaterial> ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-2-2-1> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_SALEABLE_PRODUCTION/2012-02-01$2012-02-29/OIL_NET>
rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date ;
ep-activity:startedAt
"2012-02-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_SALEABLE_PRODUCTION/OIL_NET> ;
ep-flow:flowIntoOrOutOf
_:b1 ;
ep-flow:materialThatFlows
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_SALEABLE_PRODUCTION/2012-02-01$2012-02-29/OIL_NET/QuantityOfMaterial> ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-2-2-1-3> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-2-2-1-3-1> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_SALEABLE_PRODUCTION/2012-02-01$2012-02-29/OIL_NET/QuantityOfMaterial>
rdf:type <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_SALEABLE_PRODUCTION/2012-02-01$2012-02-29/OIL_NET/QuantityOfMaterial/Mass> , ep-material:QuantityOfMaterial ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-2-2-1-3-1-4> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_SALEABLE_PRODUCTION/2012-02-01$2012-02-29/OIL_NET/QuantityOfMaterial/Mass>
rdf:type ep-core:Mass ;
ep-core:kilogram "614.09"^^xsd:double .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_SALEABLE_PRODUCTION/2012-02-01$2012-02-29/OIL_NET/http://www.reportinghub.no/np/data/npd/Field-18081500>
rdf:type ep-flow:Flow ;
ep-core:spatialPartOf
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_SALEABLE_PRODUCTION/2012-02-01$2012-02-29/OIL_NET> ;
ep-flow:measuredOrCalculatedAt
<http://www.reportinghub.no/np/data/npd/Field-18081500/2012-02-01$2012-02-29> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_SALEABLE_PRODUCTION/2012-02-01$2012-02-29/QuantityOfMaterial>
rdf:type ep-material:QuantityOfMaterial .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_SALEABLE_PRODUCTION/2012-02-01$2012-02-29/http://www.reportinghub.no/np/data/npd/Field-18081500>
rdf:type ep-flow:Flow ;
ep-core:spatialPartOf
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_SALEABLE_PRODUCTION/2012-02-01$2012-02-29> ;
ep-flow:measuredOrCalculatedAt
<http://www.reportinghub.no/np/data/npd/Field-18081500/2012-02-01$2012-02-29> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_SALEABLE_PRODUCTION/OIL_NET>
rdf:type ep-flow:NetProductFlow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Oil-net .
<http://www.reportinghub.no/np/data/npd/Field-18081500>
rdf:type ep-fac:ProductionFacility ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-1-8> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-2> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-2-1> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-2-2-0> .
<http://www.reportinghub.no/np/data/npd/Field-18081500/2012-02-01$2012-02-29>
rdf:type ep-fac:TemporalPartOfAProductionFacility ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date ;
ep-activity:startedAt
"2012-02-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-2-2> .
<http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/test-results/triples/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/spin/prod-property> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<https://www.reportinghub.no/data/9fcb3b9c-2a7f-11b2-80aa-ec1755d47d8b>
rdf:type ep-flow:Flow ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_SALEABLE_PRODUCTION/2012-02-01$2012-02-29/OIL_NET> ;
ep-flow:materialThatFlows
<https://www.reportinghub.no/data/9fcb3b9c-2a7f-11b2-80aa-ec1755d47d8b/QuantityOfMaterial> .
<https://www.reportinghub.no/data/9fcb3b9c-2a7f-11b2-80aa-ec1755d47d8b/QuantityOfMaterial>
rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState , <https://www.reportinghub.no/data/9fcb3b9c-2a7f-11b2-80aa-ec1755d47d8b/QuantityOfMaterial/Pressure> , <https://www.reportinghub.no/data/9fcb3b9c-2a7f-11b2-80aa-ec1755d47d8b/QuantityOfMaterial/Temperature> ;
ep-flow:grossCalorificValue
<https://www.reportinghub.no/data/9fcb3b9c-2a7f-11b2-80aa-ec1755d47d8b/QuantityOfMaterial/grossCalorificValue> ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-2-2-1-3-1-3> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-2-2-1-3-1-3-1> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-2-2-1-3-1-3-2> .
<https://www.reportinghub.no/data/9fcb3b9c-2a7f-11b2-80aa-ec1755d47d8b/QuantityOfMaterial/Pressure>
rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double .
<https://www.reportinghub.no/data/9fcb3b9c-2a7f-11b2-80aa-ec1755d47d8b/QuantityOfMaterial/Temperature>
rdf:type ep-core:Temperature ;
ep-core:celsius "15"^^xsd:double .
<https://www.reportinghub.no/data/9fcb3b9c-2a7f-11b2-80aa-ec1755d47d8b/QuantityOfMaterial/grossCalorificValue>
rdf:type ep-core:EnergyPerVolume .
<https://www.reportinghub.no/data/9fcb3b9d-2a7f-11b2-80aa-ec1755d47d8b>
rdf:type ep-flow:Flow , ep-material:Fluid , <https://www.reportinghub.no/data/9fcb3b9d-2a7f-11b2-80aa-ec1755d47d8b/Density> , <https://www.reportinghub.no/data/9fcb3b9d-2a7f-11b2-80aa-ec1755d47d8b/Pressure> , <https://www.reportinghub.no/data/9fcb3b9d-2a7f-11b2-80aa-ec1755d47d8b/Temperature> ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_SALEABLE_PRODUCTION/2012-02-01$2012-02-29/OIL_NET> ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-2-2-1-3-1-5> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-2-2-1-3-1-5-0> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-2-2-1-3-1-5-1> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-2-2-1-3-1-5-2> .
<https://www.reportinghub.no/data/9fcb3b9d-2a7f-11b2-80aa-ec1755d47d8b/Density>
rdf:type ep-core:Density ;
ep-core:kilogram_m-3
"788.93"^^xsd:double .
<https://www.reportinghub.no/data/9fcb3b9d-2a7f-11b2-80aa-ec1755d47d8b/Pressure>
rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double .
<https://www.reportinghub.no/data/9fcb3b9d-2a7f-11b2-80aa-ec1755d47d8b/Temperature>
rdf:type ep-core:Temperature ;
ep-core:celsius "15"^^xsd:double .
<https://www.reportinghub.no/data/9fcb3b9e-2a7f-11b2-80aa-ec1755d47d8b>
rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial , <https://www.reportinghub.no/data/9fcb3b9e-2a7f-11b2-80aa-ec1755d47d8b/Volume> ;
ep-core:temporalPartOf
<https://www.reportinghub.no/data/9fcb3b9c-2a7f-11b2-80aa-ec1755d47d8b/QuantityOfMaterial> .
<https://www.reportinghub.no/data/9fcb3b9e-2a7f-11b2-80aa-ec1755d47d8b/Volume>
rdf:type ep-core:Volume ;
ep-core:metre3 "1094.62"^^xsd:double .
<https://www.reportinghub.no/ep/data/organization/DONG_EP_NORGE_AS>
rdf:type ep-org:Organization ;
ep-core:name "Dong E&P Norge AS"^^xsd:string ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-1-9> .
<https://www.reportinghub.no/ep/data/productionReport/FIELD-18081500$2012-02-01$2012-02-29>
rdf:type ep-report:FinalVersionOfAReport , ep-report:MonthlyProductionReport , ep-report:MonthlyProductionReportGovernment , ep-report:ProductionReport , ep-report:Report , <https://www.reportinghub.no/ep/data/productionReportKind/COPEX> ;
ep-core:name "TRYM"^^xsd:string ;
ep-report:reportVersion
"1.0"^^xsd:string ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-1> .
<https://www.reportinghub.no/ep/data/productionReportKind/COPEX>
rdf:type ep-report:ProductionReportType ;
rdfs:label "Copex"^^xsd:string ;
rdfs:subClassOf ep-report:ProductionReport .
_:b2 rdf:type ep-flow:ProductionFlowNetworkToDate ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date .
_:b3 rdf:type ep-flow:ProductionFlowNetwork ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date ;
ep-activity:startedAt
"2012-02-01"^^xsd:date ;
ep-core:temporalPartOf
_:b2 ;
ep-flow:hasNetworkPart
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_SALEABLE_PRODUCTION/2012-02-01$2012-02-29> ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-2> .
[] rdf:type ep-report:ProductVolumeReport , ep-report:Report ;
ep-core:name "TRYM"^^xsd:string ;
ep-core:partOf <https://www.reportinghub.no/ep/data/productionReport/FIELD-18081500$2012-02-01$2012-02-29> ;
ep-report:reportOn _:b3 , _:b1 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-2> .
_:b1 rdf:type ep-fac:TemporalPartOfAProductionFacility ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date ;
ep-activity:startedAt
"2012-02-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> ;
ep-core:temporalPartOf
[ rdf:type ep-fac:ProductionFacilityToDate ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> ;
ep-flow:facilityContainsFlow
_:b2
] ;
ep-flow:facilityContainsFlow
_:b3 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-2> .
[] rdf:type ep-activity:IssueAReport ;
ep-activity:issuedFrom
[ rdf:type ep-fac:TemporalPartOfAProductionFacility ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> ;
ep-fac:facilityOperator
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/DONG_EP_NORGE_AS>
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-prodsaleable1.xml#r-1>
] ;
ep-report:issuedReport
<https://www.reportinghub.no/ep/data/productionReport/FIELD-18081500$2012-02-01$2012-02-29> .
<?xml version="1.0" encoding="UTF-8"?>
<objects xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.epim.no/schemas/mprml/1" version="1.0(MPRML)">
<documentInfo>
<DocumentName namingSystem="EC">TRYM February 2012</DocumentName>
<DocumentAlias namingSystem="EC">TRYM Copex Report</DocumentAlias>
<DocumentDate>2012-03-05T00:00:00.0Z</DocumentDate>
<documentClass namingSystem="EC">Dong E&amp;P Norge AS</documentClass>
<documentClass namingSystem="EC">Copex</documentClass>
<documentClass namingSystem="ERH">mprg</documentClass>
<FileCreationInformation>
<FileCreationDate>2012-03-15T00:00:00.0Z</FileCreationDate>
<SoftwareName>Energy Components</SoftwareName>
<FileCreator>Dong E&amp;P Norge AS</FileCreator>
<Comment>NA</Comment>
</FileCreationInformation>
<Owner>Dong E&amp;P Norge AS</Owner>
</documentInfo>
<context xsi:type="obj_report">
<kind>Copex</kind>
<title>TRYM</title>
<date>2012-02-01</date>
<dateEnd>2012-02-29</dateEnd>
<month>2012-02</month>
<year>2012</year>
<reportVersion>1.0</reportVersion>
<reportStatus>final</reportStatus>
<installation kind="field" namingSystem="NPD" uidRef="18081500">TRYM</installation>
<operator>
<name>Dong E&amp;P Norge AS</name>
<role>Operating company</role>
</operator>
</context>
<object xsi:type="obj_productVolume">
<name>TRYM</name>
<installation kind="field" namingSystem="NPD" uidRef="18081500">TRYM</installation><facility>
<name kind="terminal" namingSystem="NPD" uidRef="416937">NYBRO</name>
<flow uid="NYBRO_ALLOCATED_GAS_SALES">
<name>Nybro allocated gas sales</name>
<kind>sale</kind>
<qualifier>allocated</qualifier>
<product>
<kind>gas - dry</kind>
<period>
<kind>month</kind>
<dateStart>2012-02-01</dateStart>
<dateEnd>2012-02-29</dateEnd>
<balanceSet>
<kind>transaction</kind>
<volumeValue>
<volume uom="m3">273.64</volume>
<temp uom="degC">0</temp>
<pres uom="atm">1</pres>
</volumeValue>
<work uom="MJ">69275.09</work>
<balanceDetail>
<owner>DONG E&amp;P Norge AS</owner>
<seller>DONG E&amp;P Norge AS</seller>
<salesAdministrator>DONG E&amp;P Norge AS</salesAdministrator>
<buyer>NATURGAS VEST</buyer>
<volumeValue>
<volume uom="m3">94.79</volume>
<temp uom="degC">0</temp>
<pres uom="atm">1</pres>
</volumeValue>
<work uom="MJ">20148.59</work>
</balanceDetail><balanceDetail>
<owner>DONG E&amp;P Norge AS</owner>
<seller>DONG E&amp;P Norge AS</seller>
<salesAdministrator>DONG E&amp;P Norge AS</salesAdministrator>
<buyer>EXXONMOBIL GAS DE</buyer>
<volumeValue>
<volume uom="m3">178.85</volume>
<temp uom="degC">0</temp>
<pres uom="atm">1</pres>
</volumeValue>
<work uom="MJ">70561.21</work>
</balanceDetail>
</balanceSet>
</period>
</product>
</flow>
</facility>
</object>
</objects>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<objects xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.epim.no/schemas/mprml/1" version="1.0(MPRML)">
<documentInfo>
<DocumentName namingSystem="EC">TRYM February 2012</DocumentName>
<DocumentAlias namingSystem="EC">TRYM Copex Report</DocumentAlias>
<DocumentDate>2012-03-05T00:00:00.0Z</DocumentDate>
<documentClass namingSystem="EC">Dong E&amp;P Norge AS</documentClass>
<documentClass namingSystem="EC">Copex</documentClass>
<documentClass namingSystem="ERH">mprg</documentClass>
<FileCreationInformation>
<FileCreationDate>2012-03-15T00:00:00.0Z</FileCreationDate>
<SoftwareName>Energy Components</SoftwareName>
<FileCreator>Dong E&amp;P Norge AS</FileCreator>
<Comment>NA</Comment>
</FileCreationInformation>
<Owner>Dong E&amp;P Norge AS</Owner>
</documentInfo>
<context xsi:type="obj_report">
<kind>Copex</kind>
<title>TRYM</title>
<date>2012-02-01</date>
<dateEnd>2012-02-29</dateEnd>
<month>2012-02</month>
<year>2012</year>
<reportVersion>1.0</reportVersion>
<reportStatus>final</reportStatus>
<installation kind="field" namingSystem="NPD" uidRef="18081500">TRYM</installation>
<operator>
<name>Dong E&amp;P Norge AS</name>
<role>Operating company</role>
</operator>
</context>
<object xsi:type="obj_productVolume">
<name>TRYM</name>
<installation kind="field" namingSystem="NPD" uidRef="18081500">TRYM</installation>
<facility>
<name kind="field" namingSystem="NPD" uidRef="18081500">TRYM</name>
<flow uid="TRY_SALEABLE_PRODUCTION">
<name>Trym saleable volumes</name>
<kind>production</kind>
<qualifier>saleable</qualifier>
<product>
<kind>oil - net</kind>
<period>
<kind>month</kind>
<dateStart>2012-02-01</dateStart>
<dateEnd>2012-02-29</dateEnd>
<volumeValue>
<volume uom="m3">1094.62</volume><temp uom="degC">15</temp>
<pres uom="atm">1</pres>
</volumeValue>
<mass uom="kg">614.09</mass>
<densityValue>
<density uom="kg/m3">788.93</density>
<temp uom="degC">15</temp>
<pres uom="atm">1</pres>
</densityValue>
</period>
</product>
</flow>
</facility>
</object>
</objects>
\ No newline at end of file