David Price

Removed default URI and set ep-prodact prefix

1 -# Saved by TopBraid on Thu Oct 06 11:41:20 BST 2011 1 +# Saved by TopBraid on Thu Oct 06 12:44:46 BST 2011
2 -# baseURI: http://www.reportinghub.no/ep/schema/1.0/production_activity 2 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity
3 # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose 3 # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
4 # imports: http://www.reportinghub.no/ep/schema/1.0/activity 4 # imports: http://www.reportinghub.no/ep/schema/1.0/activity
5 # imports: http://www.reportinghub.no/ep/schema/1.0/production 5 # imports: http://www.reportinghub.no/ep/schema/1.0/production
6 6
7 -@prefix : <http://www.reportinghub.no/ep/schema/1.0/production_activity#> . 7 +@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> .
8 @prefix owl: <http://www.w3.org/2002/07/owl#> . 8 @prefix owl: <http://www.w3.org/2002/07/owl#> .
9 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 9 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
10 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 10 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
11 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 11 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
12 12
13 -<http://www.reportinghub.no/ep/schema/1.0/production_activity> 13 +<http://www.reportinghub.no/ep/schema/1.0/production-activity>
14 rdf:type owl:Ontology ; 14 rdf:type owl:Ontology ;
15 owl:imports <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/activity> ; 15 owl:imports <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/activity> ;
16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......