David Price

removed VAEM ontology import from ep-core

1 # baseURI: http://www.reportinghub.no/ep/schema/1.0/core 1 # baseURI: http://www.reportinghub.no/ep/schema/1.0/core
2 -# imports: http://www.linkedmodel.org/schema/vaem
3 2
4 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . 3 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
5 @prefix owl: <http://www.w3.org/2002/07/owl#> . 4 @prefix owl: <http://www.w3.org/2002/07/owl#> .
...@@ -9,7 +8,6 @@ ...@@ -9,7 +8,6 @@
9 8
10 <http://www.reportinghub.no/ep/schema/1.0/core> 9 <http://www.reportinghub.no/ep/schema/1.0/core>
11 rdf:type owl:Ontology ; 10 rdf:type owl:Ontology ;
12 - owl:imports <http://www.linkedmodel.org/schema/vaem> ;
13 owl:versionInfo "0.1.0"^^xsd:string . 11 owl:versionInfo "0.1.0"^^xsd:string .
14 12
15 ep-core:Acceleration 13 ep-core:Acceleration
......