foaf/commit

Better use of schema data

authorJan Wielemaker
Thu Nov 18 14:27:39 2010 +0100
committerJan Wielemaker
Thu Nov 18 14:27:39 2010 +0100
commit1bed50ba5bc0ade1749ccd0b93b2f3eede62c1ef
tree49cf1372a4151525b0e8ca61158b67e710bb53ca
parentb704c67b39978aff8cc254e78976f001ea07a6d0
Diff style: patch stat
diff --git a/rdf/cpack/foaf.ttl b/rdf/cpack/foaf.ttl
index f05a7fa..7c0c673 100644
--- a/rdf/cpack/foaf.ttl
+++ b/rdf/cpack/foaf.ttl
@@ -6,7 +6,9 @@
 <> a cpack:Ontology ;
 	cpack:packageName "foaf" ;
 	dcterms:title "The FOAF OWL schema" ;
-	cpack:author <http://www.swi-prolog.org/cliopatria/user/jan> ;
+	cpack:author [ foaf:name "Jan Wielemaker" ;
+		       foaf:mbox "J.Wielemaker@cs.vu.nl" ;
+		     ] ;
 	cpack:primaryRepository
 	    [ a cpack:GitRepository ;
 	      cpack:gitURL <git://eculture.cs.vu.nl/home/janw/git/ClioPatria/foaf.git>