David Leal

Update to the processing of installation in the DPR

1 # baseURI: http://www.reportinghub.no/ep/transform/1.0/dpr/collector 1 # baseURI: http://www.reportinghub.no/ep/transform/1.0/dpr/collector
2 # imports: http://spinrdf.org/spin 2 # imports: http://spinrdf.org/spin
3 # imports: http://www.reportinghub.no/ep/schema/1.0/production 3 # imports: http://www.reportinghub.no/ep/schema/1.0/production
4 +# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionActivity
5 +# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData
6 +# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestResults
4 # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume 7 # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume
5 # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations 8 # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations
6 # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults 9 # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults
7 # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest 10 # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest
8 11
12 +@prefix dailyProductionActivity: <http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionActivity#> .
13 +@prefix injectionTestData: <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData#> .
14 +@prefix injectionTestResults: <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestResults#> .
9 @prefix owl: <http://www.w3.org/2002/07/owl#> . 15 @prefix owl: <http://www.w3.org/2002/07/owl#> .
10 @prefix productVolume: <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume#> . 16 @prefix productVolume: <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume#> .
11 @prefix productionOperations: <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations#> . 17 @prefix productionOperations: <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations#> .
...@@ -20,5 +26,5 @@ ...@@ -20,5 +26,5 @@
20 26
21 <http://www.reportinghub.no/ep/transform/1.0/dpr/collector> 27 <http://www.reportinghub.no/ep/transform/1.0/dpr/collector>
22 rdf:type owl:Ontology ; 28 rdf:type owl:Ontology ;
23 - owl:imports <http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations> , <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume> , <http://www.reportinghub.no/ep/schema/1.0/production> ; 29 + owl:imports <http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionActivity> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations> , <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestResults> ;
24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 30 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.