Showing
1 changed file
with
8 additions
and
4 deletions
1 | -# Saved by TopBraid on Thu Oct 06 11:26:46 BST 2011 | 1 | +# Saved by TopBraid on Thu Oct 06 11:28:29 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 | ||
4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
3 | 5 | ||
4 | @prefix : <http://www.reportinghub.no/ep/schema/1.0/production_activity#> . | 6 | @prefix : <http://www.reportinghub.no/ep/schema/1.0/production_activity#> . |
7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
5 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 8 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
6 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 10 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
7 | 11 | ||
8 | <http://www.reportinghub.no/ep/schema/1.0/production_activity> | 12 | <http://www.reportinghub.no/ep/schema/1.0/production_activity> |
9 | - rdf:type <http://www.w3.org/2002/07/owl#Ontology> ; | 13 | + rdf:type owl:Ontology ; |
10 | - <http://www.w3.org/2002/07/owl#versionInfo> | 14 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/activity> ; |
11 | - "Created with TopBraid Composer"^^xsd:string . | 15 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
-
Please register or login to post a comment