image_annotation/commit

Updated bird template and added bible template.

authorChris Dijkshoorn
Fri Mar 13 11:52:03 2015 +0000
committerChris Dijkshoorn
Fri Mar 13 11:52:03 2015 +0000
commit30bc865d485c4c0cc273ac65720cd23f6448bbdd
treea2c350a7fdf7cfd2f9b0c310c0a829ea0da18779
parent88aa4651100a2fad9895506c85c9baf50d9d7871
Diff style: patch stat
diff --git a/rdf/annotation_ui_bible.ttl b/rdf/annotation_ui_bible.ttl
new file mode 100644
index 0000000..8ea98b6
--- /dev/null
+++ b/rdf/annotation_ui_bible.ttl
@@ -0,0 +1,26 @@
+@prefix aabib:  <http://accurator.nl/ui/annotation/bible#> .
+@prefix ui:     <http://semanticweb.cs.vu.nl/annotate/ui/> .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:   <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix dc:	    <http://purl.org/dc/terms/> .
+@prefix skos:   <http://www.w3.org/2004/02/skos/core#> .
+
+aabib:smallBibleUi a ui:AnnotationUI ;
+	ui:fields (
+	     aabib:ICBibleTheme
+		 aabib:BibleCharacter
+	 ) .
+
+aabib:ICBibleTheme
+	rdfs:label "Theme"@en ;
+	rdfs:label "Thema"@nl ;
+	dc:comment "add the Biblical theme"@en ;
+	dc:comment "voeg het bijbelse thema toe."@nl ;
+	ui:source "/api/autocomplete?q={query}&filter={\"scheme\":\"file:///home/rasvaan/local/git/iconclass/iconclass.20121019.en.ttl\"}&labelrank=['http://lod.taxonconcept.org/ontology/txn.owl%23commonName'-1]" .
+	
+aabib:BibleCharacter
+	rdfs:label "Biblical person"@en ;
+	rdfs:label "Bijbels persoon"@nl ;
+	dc:comment "add the biblical person"@en ;
+	dc:comment "voeg de bijbelse persoon toe"@nl ;
+	ui:source "/api/autocomplete?q={query}&filter={\"scheme\":\"http://bibleontology.com/\"}&labelrank=['http://www.w3.org/2004/02/skos/core%23Concept'-1]" .
\ No newline at end of file
diff --git a/rdf/annotation_ui_bird.ttl b/rdf/annotation_ui_bird.ttl
index d6ca0ae..1f952c9 100644
--- a/rdf/annotation_ui_bird.ttl
+++ b/rdf/annotation_ui_bird.ttl
@@ -1,24 +1,24 @@
+@prefix aabir:  <http://accurator.nl/ui/annotation/bird#> .
 @prefix ui:     <http://semanticweb.cs.vu.nl/annotate/ui/> .
-@prefix exp:    <http://semanticweb.cs.vu.nl/annotate/example#> .
 @prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix rdfs:   <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix dc:	<http://purl.org/dc/terms/> .
+@prefix dc:	    <http://purl.org/dc/terms/> .
 @prefix skos:   <http://www.w3.org/2004/02/skos/core#> .
 
-exp:smallBirdDemoUi a ui:AnnotationUI ;
+aabir:smallBirdDemoUi a ui:AnnotationUI ;
 	ui:fields (
-	     exp:IOCCommonNameAnnotation
-		 exp:IOCScientificNameAnnotation
+	     aabir:IOCCommonNameAnnotation
+		 aabir:IOCScientificNameAnnotation
 	 ) .
 
-exp:IOCCommonNameAnnotation
+aabir:IOCCommonNameAnnotation
 	rdfs:label "Species"@en ;
 	rdfs:label "Soortnaam"@nl ;
 	dc:comment "add common name of the species"@en ;
 	dc:comment "voeg de in Nederland gebruikelijke naam van soort toe"@nl ;	
 	ui:source "/api/autocomplete?q={query}&filter={\"scheme\":\"http://purl.org/collections/birds/IOCConceptScheme\"}&labelrank=['http://lod.taxonconcept.org/ontology/txn.owl%23commonName'-1]" .
 	
-exp:IOCScientificNameAnnotation
+aabir:IOCScientificNameAnnotation
 	rdfs:label "Scientific name"@en ;
 	rdfs:label "Wetenschappelijke naam"@nl ;
 	dc:comment "add scientificly accepted species or genus name"@en ;