accurator/commit

Added images for subdomains.

authorChris Dijkshoorn
Mon Apr 18 17:36:43 2016 +0200
committerChris Dijkshoorn
Mon Apr 18 17:36:43 2016 +0200
commit4c5b80d7231a0697177c32a7bd583597a7171fbc
tree111404f44f51f6a7979fd19a5d42aa00d0fdcba9
parent14af8cc253ebbf0c23c7c6dca5498c31792a999c
Diff style: patch stat
diff --git a/rdf/domain/fashion/fashion_domain.ttl b/rdf/domain/fashion/fashion_domain.ttl
index 635ba9d..a71785a 100644
--- a/rdf/domain/fashion/fashion_domain.ttl
+++ b/rdf/domain/fashion/fashion_domain.ttl
@@ -35,19 +35,27 @@ afasj:domain a accu:Domain ;
 	accu:hasLabel afasjui:label ;
 	accu:hasTarget <http://accurator.nl/fashion/jewelry#Target> ;
 	accu:hasUI afasui: ;
-	accu:hasDescriptiveImage afasui:dress ;
+	accu:hasDescriptiveImage afasjui:jewelry ;
 	accu:hasAnnotationUI aafas:fashionUI .
 
 afasjui:label auis:textLabel "Jewelry domain"@en ,
 							 "Domein juwelen"@nl .
 
+afasjui:jewelry a dctypes:StillImage ;
+ 	accu:hasFilePath "img/background/jewelry.jpg" ;
+ 	accu:brightness "light" .
+
 afasa:domain a accu:Domain ;
 	rdfs:label "accessories" ;
 	accu:hasLabel afasaui:label ;
-	accu:hasTarget <http://accurator.nl/fashion/shoes#Target> ;
+	accu:hasTarget <http://accurator.nl/fashion/accessories#Target> ;
 	accu:hasUI afasui: ;
-	accu:hasDescriptiveImage afasui:dress ;
+	accu:hasDescriptiveImage afasaui:accessories ;
 	accu:hasAnnotationUI aafas:fashionUI .
 
 afasaui:label auis:textLabel "Accessories domain"@en ,
 							 "Domein accessoires"@nl .
+
+afasaui:accessories a dctypes:StillImage ;
+	accu:hasFilePath "img/background/accessories.jpg" ;
+	accu:brightness "light" .
diff --git a/web/img/background/accessories.jpg b/web/img/background/accessories.jpg
new file mode 100644
index 0000000..a345e59
Binary files /dev/null and b/web/img/background/accessories.jpg differ
diff --git a/web/img/background/jewelry.jpg b/web/img/background/jewelry.jpg
new file mode 100644
index 0000000..ca05145
Binary files /dev/null and b/web/img/background/jewelry.jpg differ