From: Dan Scott Date: Mon, 18 Sep 2017 05:02:37 +0000 (-0400) Subject: Include musical ensembles X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=473cf2ab16f83b362c0848fac4bc0e8bc8a8bd06;p=contrib%2FConifer.git Include musical ensembles Signed-off-by: Dan Scott --- 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 } . ' +