David Price

Merge branch 'workdpr2'

1 -# baseURI: http://www.reportinghub.no/ep/schema/1.0/production 1 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/production
2 -# imports: http://www.reportinghub.no/ep/schema/1.0/flow 2 +# imports: http://www.reportinghub.no/ep/schema/1.0/erhfacts
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/geography 3 +# imports: http://www.reportinghub.no/ep/schema/1.0/flow
4 -# imports: http://www.reportinghub.no/ep/schema/1.0/production-activity 4 +# imports: http://www.reportinghub.no/ep/schema/1.0/geography
5 -# imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment 5 +# imports: http://www.reportinghub.no/ep/schema/1.0/production-activity
6 -# imports: http://www.reportinghub.no/ep/schema/1.0/production-facility 6 +# imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment
7 -# imports: http://www.reportinghub.no/ep/schema/1.0/production-well 7 +# imports: http://www.reportinghub.no/ep/schema/1.0/production-facility
8 -# imports: http://www.reportinghub.no/np/schema/1.0/npd 8 +# imports: http://www.reportinghub.no/ep/schema/1.0/production-well
9 - 9 +# imports: http://www.reportinghub.no/np/schema/1.0/npd
10 -@prefix ep-prod: <http://www.reportinghub.no/ep/schema/production#> . 10 +
11 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 11 +@prefix ep-prod: <http://www.reportinghub.no/ep/schema/production#> .
12 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 12 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
13 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 13 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
14 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 14 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
15 - 15 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16 -<http://www.reportinghub.no/ep/schema/1.0/production> 16 +
17 - rdf:type owl:Ontology ; 17 +<http://www.reportinghub.no/ep/schema/1.0/production>
18 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> ; 18 + rdf:type owl:Ontology ;
19 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 19 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/erhfacts> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/np/schema/1.0/npd> ;
20 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......