From 473cf2ab16f83b362c0848fac4bc0e8bc8a8bd06 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 18 Sep 2017 01:02:37 -0400 Subject: [PATCH] Include musical ensembles Signed-off-by: Dan Scott --- Open-ILS/web/js/ui/default/opac/wikidata_music_card.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/opac/wikidata_music_card.js b/Open-ILS/web/js/ui/default/opac/wikidata_music_card.js index aba84eaa06..35b06ad7d7 100644 --- a/Open-ILS/web/js/ui/default/opac/wikidata_music_card.js +++ b/Open-ILS/web/js/ui/default/opac/wikidata_music_card.js @@ -90,7 +90,9 @@ 'UNION ' + '{ ?item wdt:P31 wd:Q5741069 . } ' + // rock band 'UNION ' + - '{ ?item wdt:P106/wdt:P279* wd:Q639669 . } ' + + '{ ?item wdt:P106/wdt:P279* wd:Q639669 . } ' + // occupation = any subclass of musician + 'UNION ' + + '{ ?item wdt:P31/wdt:P279* wd:Q2088357 . } ' + // instance of = any subclass of musical ensemble 'OPTIONAL { ?item wdt:P3478 ?songKick } . ' + 'OPTIONAL { ?item wdt:P19 ?birthPlace } . ' + 'OPTIONAL { ?item wdt:P1303 ?instrument } . ' + -- 2.11.0