David Price

Fixed BaseURI

1 # Saved by TopBraid on Sun Aug 14 20:44:58 BST 2011 1 # Saved by TopBraid on Sun Aug 14 20:44:58 BST 2011
2 -# baseURI: http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-DailyDrillingActivityPurposeType-(v1.1) 2 +# baseURI: http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-EquipmentType-(v1.1)
3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib 3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib
4 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment 4 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment
5 # imports: http://www.reportinghub.no/ep/schema/1.0/ddr 5 # imports: http://www.reportinghub.no/ep/schema/1.0/ddr
6 -# imports: http://www.reportinghub.no/ep/schema/drilling-equipment-type 6 +# imports: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type
7 # imports: http://spinrdf.org/spin 7 # imports: http://spinrdf.org/spin
8 8
9 -@prefix : <http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-DailyDrillingActivityPurposeType-(v1.1)#> . 9 +@prefix : <http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-EquipmentType-(v1.1)#> .
10 @prefix dc: <http://purl.org/dc/elements/1.1/> . 10 @prefix dc: <http://purl.org/dc/elements/1.1/> .
11 @prefix ep-drill-eqt-type: <http://www.reportinghub.no/ep/schema/drilling-equipment-type#> . 11 @prefix ep-drill-eqt-type: <http://www.reportinghub.no/ep/schema/drilling-equipment-type#> .
12 @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . 12 @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
...@@ -50,9 +50,9 @@ ...@@ -50,9 +50,9 @@
50 ]) 50 ])
51 ] . 51 ] .
52 52
53 -<http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-DailyDrillingActivityPurposeType-(v1.1)> 53 +<http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-EquipmentType-(v1.1)>
54 rdf:type owl:Ontology ; 54 rdf:type owl:Ontology ;
55 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/drilling-equipment-type> ; 55 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> ;
56 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 56 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
57 57
58 _:b1 sp:varName "equipmentType"^^xsd:string . 58 _:b1 sp:varName "equipmentType"^^xsd:string .
......