Check the alternate labels and nicknames as well.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
function findPerformer(performer, entity_name) {
var url = 'https://query.wikidata.org/sparql';
var query = 'SELECT DISTINCT ?item ?itemLabel ?itemDescription ?image ?website ?songKick WHERE {' +
- '?item rdfs:label "' + entity_name + '"@en . ' +
+ '?item rdfs:label|skos:altLabel|wdt:P1449 "' + entity_name + '"@en . ' +
'{ ?item wdt:P31 wd:Q215380 . } ' + // band
'UNION ' +
'{ ?item wdt:P31 wd:Q5741069 . } ' + // rock band