image_annotation/commit

fix errors in package ttl

authorJacco van Ossenbruggen
Tue Feb 14 11:22:03 2012 +0100
committerJacco van Ossenbruggen
Tue Feb 14 11:22:03 2012 +0100
commit6204cee31740d2a087c9178642c4eb164fdce251
tree65ea088192d5ea6e74854dc35b6a88e26b3160ab
parent31707290befb948540cb09f86a16b583fff3b90a
Diff style: patch stat
diff --git a/rdf/cpack/image_annotation.ttl b/rdf/cpack/image_annotation.ttl
index 8707554..97dac66 100644
--- a/rdf/cpack/image_annotation.ttl
+++ b/rdf/cpack/image_annotation.ttl
@@ -14,17 +14,14 @@
 <> a cpack:Package ;
 	cpack:packageName "image_annotation" ;
 	dcterms:title "Image annotation with configurable search fields" ;
-	cpack:author [ a foaf:Person ;
-		       foaf:name "@FOAFNAME@" ;
-		       foaf:mbox <@FOAFMBOX@> ;
-		     ] ;
-	cpack:primaryRepository
-	    [ a cpack:GitRepository ;
-	      cpack:gitURL <vu:git/ClioPatria/image_annotation.git>
-	    ] ;
+	cpack:author <http://www.few.vu.nl/~michielh/me> ;
+        cpack:primaryRepository
+            [ a cpack:GitRepository ;
+              cpack:gitURL <git://eculture.cs.vu.nl/home/hildebra/git/ClioPatria/image_annotation.git>
+            ] ;
 	cpack:description
 
-"""Package description goes here.  You can use PlDoc markup.
+"""Image annotation package with thesaurus-based autocompletion with configurable search fields.
 """ .