image_annotation/commit

Updated bible and bird annotation uis and loaded bible in code.

authorChris Dijkshoorn
Sat Mar 28 17:22:17 2015 +0000
committerChris Dijkshoorn
Sat Mar 28 17:22:17 2015 +0000
commitc9b3e480cf46c842836ca6683a4d9e39006b78ea
treecb5a91e11b0c7aeb477a6707ebc0189fc33ba794
parente3488425fdc61ffb43f97242c36b0025010f31e3
Diff style: patch stat
diff --git a/config-available/load_rma_example.pl b/config-available/load_rma_example.pl
index 92bafe4..e55780e 100644
--- a/config-available/load_rma_example.pl
+++ b/config-available/load_rma_example.pl
@@ -4,3 +4,4 @@
 
 :- rdf_load(rdf('annotation_ui_example.ttl')). % load example config file
 :- rdf_load(rdf('annotation_ui_bird.ttl')). % load bird config file
+:- rdf_load(rdf('annotation_ui_bible.ttl')).
\ No newline at end of file
diff --git a/rdf/annotation_ui_bible.ttl b/rdf/annotation_ui_bible.ttl
index 8ea98b6..4b994d8 100644
--- a/rdf/annotation_ui_bible.ttl
+++ b/rdf/annotation_ui_bible.ttl
@@ -1,26 +1,75 @@
-@prefix aabib:  <http://accurator.nl/ui/annotation/bible#> .
+@prefix abibui:  <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 ;
+abibui:smallBibleUi a ui:AnnotationUI ;
+        dc:title "Bird annotation UI"@en;
+        ui:agreeLabel "I agree"@en;
+        ui:agreeLabel "mee eens"@nl;
+        ui:cancelCommentLabel "Cancel"@en;
+        ui:cancelCommentLabel "Annuleren"@nl;
+        ui:cancelDeleteLabel  "Annuleren"@nl;
+        ui:cancelDeleteLabel  "Cancel"@en;
+        ui:commentLabel       "Opmerkingen: "@nl;
+        ui:commentLabel       "Comment:"@en;
+        ui:confirmCommentLabel "Add comment"@en;
+        ui:confirmCommentLabel "Voeg toe"@nl;
+        ui:confirmDeleteLabel "Verwijderen"@nl;
+        ui:confirmDeleteLabel "Delete"@en;
+        ui:deleteLabel        "Verwijder:"@nl;
+        ui:deleteLabel        "Remove:"@en;
+        ui:disagreeLabel "I disagree"@en;
+        ui:disagreeLabel "niet mee eens"@nl;
+        ui:unsureLabel "I am not sure"@en;
+        ui:unsureLabel "ik ben niet zeker"@nl;
+
 	ui:fields (
-	     aabib:ICBibleTheme
-		 aabib:BibleCharacter
+	     abibui:ICBibleTheme
+		 abibui:BibleCharacter
+		 abibui:Appraisal
+		 abibui:Emotion
+		 abibui:Intensity
+		 abibui:References
 	 ) .
 
-aabib:ICBibleTheme
+abibui: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]" .
+	ui:source "/api/autocomplete?q={query}&filter={\"scheme\":\"http://www.w3.org/2004/02/skos/core%23Concept\"}" .
 	
-aabib:BibleCharacter
+abibui: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
+	ui:source "/api/autocomplete?q={query}&filter={\"scheme\":\"http://bibleontology.com/\"}&labelrank=['http://www.w3.org/2004/02/skos/core%23Concept'-1]" .
+
+abibui:Emotion a ui:Field ;
+	rdfs:label "Emotie"@nl ;
+	rdfs:label "Emotion"@en ;
+	dc:comment "welke emotie wordt getoond"@nl ;
+	dc:comment "which emotion is shown"@en .
+
+abibui:Intensity a ui:Field ;
+	rdfs:label "Intensiteit emotie"@nl ;
+	rdfs:label "Emotion intensity"@en ;
+	dc:comment "wat is de intensiteit van de emotie?"@nl ;
+	dc:comment "what is the intensity of the emotion?"@en .
+
+abibui:Appraisal a ui:Field ;
+	rdfs:label "Waardering"@nl ;
+	rdfs:label "Appraisal"@en ;
+	dc:comment "welke waardering kunt u onderscheiden?"@nl ;
+	dc:comment "what appraisal can you descern?"@en .
+
+abibui:References a ui:Field ;
+	rdfs:label "Referenties"@nl ;
+	rdfs:label "References"@en ;
+	dc:comment "text/url"@nl ;
+	dc:comment "text/url"@en .
+
diff --git a/rdf/annotation_ui_bird.ttl b/rdf/annotation_ui_bird.ttl
index 7eca25d..9b47b96 100644
--- a/rdf/annotation_ui_bird.ttl
+++ b/rdf/annotation_ui_bird.ttl
@@ -1,11 +1,11 @@
-@prefix aabir:  <http://accurator.nl/ui/annotation/bird#> .
+@prefix abirui:  <http://accurator.nl/ui/annotation/bird#> .
 @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#> .
 
-aabir:smallBirdDemoUi a ui:AnnotationUI ;
+abirui:smallBirdDemoUi a ui:AnnotationUI ;
         dc:title "Bird annotation UI"@en;
         ui:agreeLabel "I agree"@en;
         ui:agreeLabel "mee eens"@nl;
@@ -27,29 +27,29 @@ aabir:smallBirdDemoUi a ui:AnnotationUI ;
         ui:unsureLabel "ik ben niet zeker"@nl;
 
 	ui:fields (
-	     aabir:IOCCommonNameAnnotation
-		 aabir:IOCScientificNameAnnotation
-		 aabir:Gender
-		 aabir:StageOfLife
-		 aabir:RealOrNotAnnotation
-		 aabir:SymbolicField
+	     abirui:IOCCommonNameAnnotation
+		 abirui:IOCScientificNameAnnotation
+		 abirui:Gender
+		 abirui:StageOfLife
+		 abirui:RealOrNotAnnotation
+		 abirui:SymbolicField
 	 ) .
 
-aabir:IOCCommonNameAnnotation
+abirui: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]" .
 	
-aabir:IOCScientificNameAnnotation
+abirui:IOCScientificNameAnnotation
 	rdfs:label "Scientific name"@en ;
 	rdfs:label "Wetenschappelijke naam"@nl ;
 	dc:comment "add scientificly accepted species or genus name"@en ;
 	dc:comment "voeg de wetenschappelijke soortnaam toe"@nl ;
 	ui:source "/api/autocomplete?q={query}&filter={\"scheme\":\"http://purl.org/collections/birds/IOCConceptScheme\"}&labelrank=['http://lod.taxonconcept.org/ontology/txn.owl%23scientificName'-1]" .
 
-aabir:Gender a ui:Field ;
+abirui:Gender a ui:Field ;
 	rdfs:label "Geslacht"@nl ;
 	rdfs:label "Gender"@en ;
 	dc:comment "add gender of the species"@en ;
@@ -57,7 +57,7 @@ aabir:Gender a ui:Field ;
 	ui:source ( "male"@en "female"@en ) ;
 	ui:source ( "man"@nl "vrouw"@nl ) .
 
-aabir:StageOfLife a ui:Field ;
+abirui:StageOfLife a ui:Field ;
 	rdfs:label "Levensfase"@nl ;
 	rdfs:label "Stage of life"@en ;
 	dc:comment "add the stage of life the species is in"@en ;
@@ -65,7 +65,7 @@ aabir:StageOfLife a ui:Field ;
 	ui:source ( "adult"@en "juvenile"@en "chick"@en) ;
 	ui:source ( "adult"@nl "juveniel"@nl "pul"@nl ) .
 
-aabir:Realism
+abirui:Realism
 	rdfs:label "Realisme"@nl ;
 	rdfs:label "Realism"@en ;
 	dc:comment "is the depiction of the subject realistic"@en ;
@@ -73,7 +73,7 @@ aabir:Realism
 	ui:source ( "realistisch"@nl "enigzins realtisch"@nl "enigzins abstract"@nl "abstract"@nl ) ;
 	ui:source ( "realistic"@en "somewhat realistic"@en "somewhat abstract"@en "abstract"@en ) .
 
-aabir:RealOrNotAnnotation
+abirui:RealOrNotAnnotation
 	rdfs:label "Fantasie soort"@nl ;
 	rdfs:label "Imaginary"@en ;
 	dc:comment "use when species only occurs in fiction (e.g. a dragon or unicorn)"@en ;
@@ -81,8 +81,9 @@ aabir:RealOrNotAnnotation
 	ui:source ( "fantasie"@nl "echt"@nl ) ;
 	ui:source ( "imaginairy"@en "real"@en ) .
 
-aabir:SymbolicField a ui:Field ;
-        rdfs:label "Iconologie"@nl ;
+abirui:SymbolicField a ui:Field ;
+	rdfs:label "Iconologie"@nl ;
 	rdfs:label "Iconology"@en ;
 	dc:comment "(symbolische) interpretatie, optioneel"@nl ;
 	dc:comment "(symbolic) interpretation, optional"@en .
+