accurator/commit

Added topic page to labels.

authorChris Dijkshoorn
Mon Apr 11 13:12:26 2016 +0200
committerChris Dijkshoorn
Mon Apr 11 13:12:26 2016 +0200
commit51ce36ef30bb7bcd3755ab821284e5078adac879
treeabaaf895aad2fa089c82c41a518d1fff7110c325
parent63e35af7a9d6f3356f11a18d6655399cd5f7e20e
Diff style: patch stat
diff --git a/rdf/domain/bible/ui/labels.ttl b/rdf/domain/bible/ui/labels.ttl
index b0044f3..3b592e0 100644
--- a/rdf/domain/bible/ui/labels.ttl
+++ b/rdf/domain/bible/ui/labels.ttl
@@ -7,11 +7,17 @@
 @prefix skos:   <http://www.w3.org/2004/02/skos/core#> .
 
 ###### Bible Domain #####
+
 abibui:domain a auis:UI;
 	aui:domainLabel "Bible domain"@en .
 
 aui:domainLabel rdfs:subPropertyOf auis:uiLabel .
 
+###### Bible Topic #####
+
+abibui:topic a auis:UI ;
+	rdfs:subClassOf aui:topic .
+
 ###### Bible Intro Screen #####
 
 abibui:intro a auis:UI ;
diff --git a/rdf/domain/bird/ui/labels.ttl b/rdf/domain/bird/ui/labels.ttl
index 9588b7d..b890b98 100644
--- a/rdf/domain/bird/ui/labels.ttl
+++ b/rdf/domain/bird/ui/labels.ttl
@@ -12,6 +12,11 @@ abirui:domain a auis:UI ;
 
 aui:domainLabel rdfs:subPropertyOf auis:uiLabel .
 
+###### Bird Topic #####
+
+abirui:topic a auis:UI ;
+	rdfs:subClassOf aui:topic .
+
 ###### Bird Intro Screen #####
 
 abirui:intro a auis:UI ;
diff --git a/rdf/domain/fashion/ui/labels.ttl b/rdf/domain/fashion/ui/labels.ttl
index f003a02..e77654e 100644
--- a/rdf/domain/fashion/ui/labels.ttl
+++ b/rdf/domain/fashion/ui/labels.ttl
@@ -7,11 +7,17 @@
 @prefix skos:   <http://www.w3.org/2004/02/skos/core#> .
 
 ###### Fashion Domain #####
+
 afasui:domain a auis:UI ;
 	aui:domainLabel "Fashion domain"@en .
 
 aui:domainLabel rdfs:subPropertyOf auis:uiLabel .
 
+###### Fashion Topic Screen #####
+
+afasui:topic a auis:UI ;
+	rdfs:subClassOf aui:topic .
+
 ###### Fashion Intro Screen #####
 
 afasui:intro a auis:UI ;
diff --git a/rdf/ui/labels.ttl b/rdf/ui/labels.ttl
index 972ebdc..e3c0a78 100644
--- a/rdf/ui/labels.ttl
+++ b/rdf/ui/labels.ttl
@@ -53,6 +53,16 @@ aui:domain a auis:UI ;
 aui:domainPageTitle rdfs:subPropertyOf auis:uiLabel .
 aui:domainTxtTitle rdfs:subPropertyOf auis:uiLabel .
 
+##### Topic Screen #####
+
+aui:topic a auis:UI ;
+	dcterms:title "Accurator topic UI"@en ;
+	aui:topicPageTitle "Select the topic"@en ;
+	aui:topicTxtTitle "Choose the topic of the artworks you want to tag."@en .
+
+aui:topicPageTitle rdfs:subPropertyOf auis:uiLabel .
+aui:topicTxtTitle rdfs:subPropertyOf auis:uiLabel .
+
 ##### Item Screen #####
 
 aui:item a auis:UI ;
diff --git a/rdf/ui/labels_nl.ttl b/rdf/ui/labels_nl.ttl
index 58a7923..522873e 100644
--- a/rdf/ui/labels_nl.ttl
+++ b/rdf/ui/labels_nl.ttl
@@ -32,6 +32,12 @@ aui:domain a auis:UI ;
 	aui:domainPageTitle "Selecteer Domein"@nl ;
 	aui:domainTxtTitle "Aan welk domein wilt u informatie bijdragen?"@nl .
 
+##### Topic Screen #####
+
+aui:topic a auis:UI ;
+	aui:topicPageTitle "Selecteer Onderwerp"@nl ;
+	aui:topicTxtTitle "Kies het onderwerp van de kunstwerken waaraan u informatie wilt bijdragen."@nl .
+
 ##### Item Screen #####
 
 aui:item a auis:UI ;