isearch/commit

Added a title

authorJan Wielemaker
Mon Nov 8 13:52:07 2010 +0100
committerJan Wielemaker
Mon Nov 8 13:52:07 2010 +0100
commit389546f16a017da1f68ceda0a14bee4fcdb3b154
tree9c08715f3547f5010588b5b798e54025c49a957e
parent59ab2eb844ac3cd0a0b2fc7f53481f1d83677d87
Diff style: patch stat
diff --git a/rdf/cpack/isearch.ttl b/rdf/cpack/isearch.ttl
index 7e30c39..3568ec7 100644
--- a/rdf/cpack/isearch.ttl
+++ b/rdf/cpack/isearch.ttl
@@ -1,9 +1,11 @@
-@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix cpack: <http://www.swi-prolog.org/cliopatria/cpack#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix cpack:   <http://www.swi-prolog.org/cliopatria/cpack#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
 
 <> a cpack:Application ;
 	cpack:name "isearch" ;
+	dcterms:title "Interactive search" ;
 	cpack:description """The isearch package provides an interactive
 			     search application, including facetted search""" ;
 	cpack:author <http://homepages.cwi.nl/~hildebra/foaf.rdf#node12m2kdnsux1> ;