image_annotation/commit

fix outdated example configuration

authorJacco van Ossenbruggen
Mon Mar 11 10:37:05 2013 +0100
committerJacco van Ossenbruggen
Mon Mar 11 10:37:05 2013 +0100
commitdda18558adfdccefcf4a237312228cf2f89429c0
treee38f409a4b895a377940cdf8f4325dc790c32b31
parent687c2de39d034faa4721a182323581a3ff9f7403
Diff style: patch stat
diff --git a/rdf/annotation_ui_example.ttl b/rdf/annotation_ui_example.ttl
index d0767f0..b2ca79d 100644
--- a/rdf/annotation_ui_example.ttl
+++ b/rdf/annotation_ui_example.ttl
@@ -109,9 +109,6 @@ exp:TaxonConceptSpeciesCommonNameAnnotation
 	dc:comment "voeg de in Nederland gebruikelijke naam van soort toe"@nl ;
 	:unsureLabel "not sure"@en;
 	:unsureLabel "ik ben niet zeker"@nl;
-        :commentEnabled false ;
-	:unsureEnabled false;
-        :deleteCommentEnabled true;
 	:source "/api/autocomplete?q={query}&filter=[{\"scheme\":\"http://lod.taxonconcept.org/ontology/txn.owl%23TaxonConcept_Scheme\"},{\"prop\":\"http://lod.taxonconcept.org/ontology/txn.owl%23inDBpediaClade\",\"uri\":\"http://dbpedia.org/ontology/FloweringPlant\"}]&labelrank=['http://lod.taxonconcept.org/ontology/txn.owl%23commonName'-0, 'http://lod.taxonconcept.org/ontology/txn.owl%23scientificName'-0.2]" .
 
 exp:TaxonConceptGenusNameAnnotation
diff --git a/rdf/void.ttl b/rdf/void.ttl
index 623c2d5..05f1f18 100644
--- a/rdf/void.ttl
+++ b/rdf/void.ttl
@@ -8,6 +8,10 @@
   vann:preferredNamespaceUri "http://semanticweb.cs.vu.nl/annotate/ui/"
 ] .
 
+[ vann:preferredNamespacePrefix "ann_ui_example" ;
+  vann:preferredNamespaceUri "http://semanticweb.cs.vu.nl/annotate/example#"
+] .
+
 <annotation-ui-schema>
 	a void:Dataset ;
 	dcterms:title "Annotation UI configuration schema";