accurator/commit

Split emotion and bible annotation uis.

authorChris Dijkshoorn
Wed Jan 27 09:43:11 2016 +0100
committerChris Dijkshoorn
Wed Jan 27 09:43:11 2016 +0100
commit2794eadc6dc7f64c5365eeb380350865e43a1159
tree2fbe527389e8d2aa559573f5a708014d0b6c2c44
parent6903d8ecf6fe66487584183171f2cb6579d8bfb2
Diff style: patch stat
diff --git a/rdf/domain/bible/bible_domain.ttl b/rdf/domain/bible/bible_domain.ttl
index 2ee2ac5..71bf7d8 100644
--- a/rdf/domain/bible/bible_domain.ttl
+++ b/rdf/domain/bible/bible_domain.ttl
@@ -16,7 +16,7 @@ abib:domain a accu:Domain ;
 	accu:hasTarget <http://accurator.nl/bible#Target> ;
 	skos:hasTopConcept ic:7 ;
 	accu:hasUI abibui: ;
-	accu:hasAnnotationUI aabib:smallBibleUi ;
+	accu:hasAnnotationUI aabib:smallBibleUI ;
 	accu:hasDesciptiveImage abib:jeremia ;
 	accu:hasLastImage abib:jeremia ;
 	accu:hasMaximumExpertiseTopics "50" ;
diff --git a/rdf/domain/bible/ui/fields.ttl b/rdf/domain/bible/ui/fields.ttl
index 0cfc081..8efcc8e 100644
--- a/rdf/domain/bible/ui/fields.ttl
+++ b/rdf/domain/bible/ui/fields.ttl
@@ -1,23 +1,27 @@
-@prefix abibui:  <http://accurator.nl/ui/annotation/bible#> .
+@prefix abibui: <http://accurator.nl/ui/annotation/bible#> .
 @prefix auis:   <http://accurator.nl/ui/schema#> .
 @prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix rdfs:   <http://www.w3.org/2000/01/rdf-schema#> .
 @prefix dcterms:<http://purl.org/dc/terms/> .
 @prefix skos:   <http://www.w3.org/2004/02/skos/core#> .
 
-abibui:smallBibleUi a auis:AnnotationUI ;
+abibui:smallBibleUI a auis:AnnotationUI ;
     dcterms:title "Bible annotation UI"@en;
     auis:wholeFields (
 	     abibui:ICBibleTheme
 	);
 	auis:fragmentFields (
 		 abibui:BibleCharacter
-		 abibui:Emotion
-		 abibui:Intensity
-		 abibui:Appraisal
-		 abibui:References
 	 ) .
 
+ abibui:emotionUI a auis:AnnotationUI ;
+    dcterms:title "Emotion annotation UI"@en;
+ 	auis:fragmentFields (
+ 		 abibui:Emotion
+ 		 abibui:Intensity
+ 		 abibui:Appraisal
+ 	 ) .
+
 abibui:ICBibleTheme a auis:DropdownField ;
 	rdfs:label "Theme"@en ;
 	rdfs:label "Thema"@nl ;
@@ -55,9 +59,3 @@ abibui:Appraisal a auis:DropdownField ;
 	dcterms:comment "what appraisal can you descern?"@en ;
 	auis:source ( "Charity (love)"@en "Courage (fortitude)"@en "Envy"@en "Faith"@en "Gluttony"@en "Greed"@en "Hope"@en "Justice"@en "Lust"@en "Pride"@en "Prudence"@en "Sloth"@en "Temperance"@en "Wrath"@en ) ;
 	auis:source ( "Naastenliefde"@nl "Moed"@nl "Afgunst"@nl "Geloof"@nl "Vraatzucht"@nl "Hebzucht"@nl "Hoop"@nl "Rechtvaardigheid"@nl "Wellust"@nl "Trots"@nl "Voorzichtigheid"@nl "Traagheid"@nl "Gematigdheid"@nl "Toorn"@nl ) .
-
-abibui:References a auis:TextField ;
-	rdfs:label "Referenties"@nl ;
-	rdfs:label "References"@en ;
-	dcterms:comment "text/url"@nl ;
-	dcterms:comment "text/url"@en .