David Price

Removed import of MPG test xml file, this file for general use.

1 -# baseURI: http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest 1 +# baseURI: http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest
2 -# imports: file:///EPIM-Ontologies/www.reportinghub.no/test/mpr/testcase/complete_population_of_mpr_productVolume_data.xml 2 +# imports: http://spinrdf.org/spin
3 -# imports: http://spinrdf.org/spin 3 +# imports: http://www.epim.no/schemas/mprml/1
4 -# imports: http://www.epim.no/schemas/mprml/1 4 +# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector
5 -# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector 5 +# imports: http://www.reportinghub.no/np/data/npd
6 -# imports: http://www.reportinghub.no/np/data/npd 6 +
7 - 7 +@prefix : <http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest#> .
8 -@prefix : <http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest#> . 8 +@prefix TRANSFORM_mpr-collector: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector#> .
9 -@prefix TRANSFORM_mpr-collector: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector#> . 9 +@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#> .
10 -@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#> . 10 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
11 -@prefix complete_population_of_mpr_productVolume_data: <file:///EPIM-Ontologies/www.reportinghub.no/test/mpr/testcase/complete_population_of_mpr_productVolume_data.xml#> . 11 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
12 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 12 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
13 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 13 +@prefix sp: <http://spinrdf.org/sp#> .
14 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 14 +@prefix spin: <http://spinrdf.org/spin#> .
15 -@prefix sp: <http://spinrdf.org/sp#> . 15 +@prefix spl: <http://spinrdf.org/spl#> .
16 -@prefix spin: <http://spinrdf.org/spin#> . 16 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
17 -@prefix spl: <http://spinrdf.org/spl#> . 17 +
18 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 18 +<http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest>
19 - 19 + rdf:type owl:Ontology ;
20 -<http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest> 20 + owl:imports <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/np/data/npd> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> , <http://spinrdf.org/spin> ;
21 - rdf:type owl:Ontology ; 21 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
22 - owl:imports <file:///EPIM-Ontologies/www.reportinghub.no/test/mpr/testcase/complete_population_of_mpr_productVolume_data.xml> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> , <http://www.reportinghub.no/np/data/npd> , <http://www.epim.no/schemas/mprml/1> ;
23 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......