Holger Knublauch

Corrected base URI of collector

1 # Saved by TopBraid on Fri Oct 14 13:58:37 BST 2011 1 # Saved by TopBraid on Fri Oct 14 13:58:37 BST 2011
2 -# baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_dpr-collector-v1.0 2 +# baseURI: http://www.reportinghub.no/ep/transform/1.0/dpr/collector
3 # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume 3 # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume
4 # imports: http://spinrdf.org/spin 4 # imports: http://spinrdf.org/spin
5 # imports: http://www.reportinghub.no/ep/transform/1.1/dpr/productionOperations 5 # imports: http://www.reportinghub.no/ep/transform/1.1/dpr/productionOperations
6 # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest 6 # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest
7 7
8 -@prefix TRANSFORM_dpr-collector-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_dpr-collector-v1.0#> .
9 @prefix owl: <http://www.w3.org/2002/07/owl#> . 8 @prefix owl: <http://www.w3.org/2002/07/owl#> .
10 @prefix productVolume: <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume#> . 9 @prefix productVolume: <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume#> .
11 @prefix productionOperations: <http://www.reportinghub.no/ep/transform/1.1/dpr/productionOperations#> . 10 @prefix productionOperations: <http://www.reportinghub.no/ep/transform/1.1/dpr/productionOperations#> .
...@@ -17,7 +16,7 @@ ...@@ -17,7 +16,7 @@
17 @prefix wellTest: <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest#> . 16 @prefix wellTest: <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest#> .
18 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 17 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
19 18
20 -<http://www.reportinghub.no/ep/transform/TRANSFORM_dpr-collector-v1.0> 19 +<http://www.reportinghub.no/ep/transform/1.0/dpr/collector>
21 rdf:type owl:Ontology ; 20 rdf:type owl:Ontology ;
22 owl:imports <http://www.reportinghub.no/ep/transform/1.1/dpr/productionOperations> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest> ; 21 owl:imports <http://www.reportinghub.no/ep/transform/1.1/dpr/productionOperations> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest> ;
23 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 22 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......