accurator/commit

Merge branch 'topics'

authorChris Dijkshoorn
Tue Apr 19 19:52:44 2016 +0200
committerChris Dijkshoorn
Tue Apr 19 19:52:44 2016 +0200
commit1384ec76169132f04d50efa0b7006e9b5d51c4f6
tree3c81c18041c14924d87ce2d00daabadec5293873
parent91e2b80d8a261fc3c8d070e15fa621dcca63f7ea 0f7a7274729e661bfe0f4f1ab07a3dbe0282677f
Diff style: stat patch
 lib/accurator/domain.pl                   |  96 +++++++++++++++++
 lib/accurator/subset_selection.pl         |  34 ++++++
 rdf/accurator_schema.ttl                  |   4 +
 rdf/domain/bible/bible_domain.ttl         |  14 +++
 rdf/domain/bible/ui/labels.ttl            |  22 ++++
 rdf/domain/bible/ui/labels_nl.ttl         |   4 +
 rdf/domain/bird/bird_domain.ttl           |  12 +++
 rdf/domain/bird/ui/labels.ttl             |  27 +++++
 rdf/domain/fashion/fashion_domain.ttl     | 105 ++++++++++++++++++
 rdf/domain/fashion/ui/labels.ttl          |  26 +++++
 rdf/domain/fashion/ui/labels_nl.ttl       |   4 +
 rdf/domain/page/page_chris_domain.ttl     |   3 ++
 rdf/domain/page/page_cristina_domain.ttl  |   3 ++
 rdf/domain/page/page_leon_domain.ttl      |   3 ++
 rdf/domain/page/page_sebastien_domain.ttl |   3 ++
 rdf/ui/labels.ttl                         |  26 +++++
 rdf/ui/labels_nl.ttl                      |  14 +++
 rdf/ui/labels_schema.ttl                  |   2 ++
 web/css/accurator.css                     |  28 +++++
 web/html/domain.html                      |   1 +
 web/html/profile.html                     |   9 ++
 web/html/results.html                     |   8 ++
 web/html/topic.html                       |  83 +++++++++++++++
 web/img/background/accessories.jpg        | Bin 0 -> 201839 bytes
 web/img/background/costume.jpg            | Bin 0 -> 144517 bytes
 web/img/background/fashion-print.jpg      | Bin 0 -> 433258 bytes
 web/img/background/jewelry.jpg            | Bin 0 -> 133997 bytes
 web/img/background/lace.jpg               | Bin 0 -> 990810 bytes
 web/js/components/domain.js               |  61 +++++++++++
 web/js/components/utilities.js            |   9 ++
 web/js/domain.js                          | 171 ++++++++++++++++++++++++++++++
 web/js/expertise.js                       |  10 ++
 web/js/intro.js                           |   4 ++
 web/js/item.js                            |   4 ++
 web/js/profile.js                         |  83 +++++++++++++++
 web/js/results.js                         | 156 +++++++++++++++++++++++++++
 web/js/search.js                          |   4 ++
 web/js/topic.js                           | 100 +++++++++++++++++
 38 files changed, 789 insertions(+), 344 deletions(-)