Håvard M. Ottestad

added prefix to fix bug

...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
4 @prefix xml: <http://www.w3.org/XML/1998/namespace> . 4 @prefix xml: <http://www.w3.org/XML/1998/namespace> .
5 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 5 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
6 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 6 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
7 +@prefix userfield: <http://data.posccaesar.org/ilap-userfield/> .
8 +
7 @base <http://data.posccaesar.org/ilap/> . 9 @base <http://data.posccaesar.org/ilap/> .
8 10
9 <http://data.posccaesar.org/ilap/> rdf:type owl:Ontology ; 11 <http://data.posccaesar.org/ilap/> rdf:type owl:Ontology ;
......