Håvard M. Ottestad

Playing with the namespace

Showing 1 changed file with 1 additions and 1 deletions
1 # baseURI: http://example.com 1 # baseURI: http://example.com
2 2
3 -@prefix COR: <http://data.posccaesar.org/ilap/> . 3 +@prefix COR: <http://data.posccaesar.org/ilap/z-014/cor/> .
4 @prefix owl: <http://www.w3.org/2002/07/owl#> . 4 @prefix owl: <http://www.w3.org/2002/07/owl#> .
5 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 5 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
6 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 6 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
......