accurator/commit

Added relevant RDF from cluster_search_ui and illustrative images.

authorChris Dijkshoorn
Mon Nov 9 13:39:29 2015 +0100
committerChris Dijkshoorn
Mon Nov 9 13:39:29 2015 +0100
commit1e64176979f41690c70c50aa40d23b3a1faf06c5
treea49fbdcf3e41660a1797f001651c927f486a7c41
parent3543c50d81061a4ff6e3d2423fe3bbc617549234
Diff style: patch stat
diff --git a/rdf/accurator_schema.ttl b/rdf/accurator_schema.ttl
index 496ac76..42b9d65 100644
--- a/rdf/accurator_schema.ttl
+++ b/rdf/accurator_schema.ttl
@@ -42,6 +42,14 @@ accu:hasMaximumExpertiseTopics a rdf:Property ;
 	rdfs:label "Has maximum number of expertise topics"@en ;
 	rdfs:comment "The maximum number of expertise topics shown to a user."@en .
 
+accu:QueryExample a rdfs:Class ;
+	rdfs:label "Example query"@en ;
+	rdfs:comment "Query illustrating the domain"@en .
+
+accu:action a rdf:Property ;
+	rdfs:label "Action"@en ;
+	rdfs:comment "The action taken upon interacting with element"@en .
+
 accu:hasMaximumChildren a rdf:Property ;
 	rdfs:label "Has maximum number of children"@en ;
 	rdfs:comment "The number of child concepts shown in expertise screen"@en .
diff --git a/rdf/domain_bird/accurator_domain_bird.ttl b/rdf/domain_bird/accurator_domain_bird.ttl
index f07818c..7a00bf2 100644
--- a/rdf/domain_bird/accurator_domain_bird.ttl
+++ b/rdf/domain_bird/accurator_domain_bird.ttl
@@ -24,6 +24,24 @@ abir:domain a accu:Domain ;
 
 <http://purl.org/collections/nl/naturalis/ioc_birdlist_en_nl.ttl> a skos:ConceptScheme .
 
+abir:snipeQuery a accu:QueryExample ;
+	dcterms:title "Search for Snipe"@en ,
+                  "Zoek naar snip"@nl ;
+	accu:hasDesciptiveImage abir:snipeImage ;
+	accu:action "results?query=snipe" .
+
+abir:songbirdQuery a accu:QueryExample ;
+	dcterms:title "Search for song birds"@en ,
+                  "Zoek naar zangvogels"@nl ;
+	accu:hasDesciptiveImage abir:songbirdImage ;
+	accu:action "results?query=song-birds" .
+
+abir:hondecoeterQuery a accu:QueryExample ;
+	dcterms:title "Search for Hondecoeter"@en ,
+                  "Zoek naar Hondecoeter"@nl ;
+	accu:hasDesciptiveImage abir:hondecoeterImage ;
+	accu:action "results?query=hondecoeter" .
+
 abir:bird a dctypes:StillImage ;
 	accu:hasFilePath "img/background/bird.jpg" ;
 	accu:brightness "light" .
@@ -31,3 +49,15 @@ abir:bird a dctypes:StillImage ;
 abir:bird_end a dctypes:StillImage ;
 	accu:hasFilePath "img/background/bird-end.jpg" ;
 	accu:brightness "light" .
+
+abir:snipeImage a dctypes:StillImage ;
+	accu:hasFilePath "img/background/snipe.jpg" ;
+	accu:brightness "light" .
+
+abir:songbirdImage a dctypes:StillImage ;
+	accu:hasFilePath "img/background/songbird.jpg" ;
+	accu:brightness "light" .
+
+abir:hondecoeterImage a dctypes:StillImage ;
+	accu:hasFilePath "img/background/hondecoeter.jpg" ;
+	accu:brightness "light" .
diff --git a/web/img/background/hondecoeter.jpg b/web/img/background/hondecoeter.jpg
new file mode 100644
index 0000000..d2ba47a
Binary files /dev/null and b/web/img/background/hondecoeter.jpg differ
diff --git a/web/img/background/snipe.jpg b/web/img/background/snipe.jpg
new file mode 100644
index 0000000..281f37e
Binary files /dev/null and b/web/img/background/snipe.jpg differ
diff --git a/web/img/background/songbird.jpg b/web/img/background/songbird.jpg
new file mode 100644
index 0000000..4af0148
Binary files /dev/null and b/web/img/background/songbird.jpg differ