foaf/commit

Namespace change

authorJan Wielemaker
Sat Nov 20 14:43:26 2010 +0100
committerJan Wielemaker
Sat Nov 20 14:43:26 2010 +0100
commit9f69073ad431d3ce73ba931d73a48c03164c3924
treeea7525fdb9b7e1292ab907a75745537f1a38bb99
parent64c506fbb2e9bfe3b566f7caefd2a9e4ff1685fc
Diff style: patch stat
diff --git a/rdf/cpack/foaf.ttl b/rdf/cpack/foaf.ttl
index 051ca11..0c1b3c6 100644
--- a/rdf/cpack/foaf.ttl
+++ b/rdf/cpack/foaf.ttl
@@ -2,7 +2,7 @@
 @prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
 @prefix foaf:    <http://xmlns.com/foaf/0.1/> .
 @prefix dcterms: <http://purl.org/dc/terms/> .
-@prefix cpack:   <http://www.swi-prolog.org/cliopatria/cpack#> .
+@prefix cpack:   <http://cliopatria.swi-prolog.org/schema/cpack#> .
 
 <> a cpack:Ontology ;
 	cpack:packageName "foaf" ;