SELECT ?item ?itemLabel ?commonsCat ?commonsSiteLink ?osmRelation WHERE { VALUES ?osmRelation { {% for id in relation_ids %}"{{ id }}" {% endfor %} } ?item wdt:P402 ?osmRelation . OPTIONAL { ?item wdt:P373 ?commonsCat. } OPTIONAL { ?commonsSiteLink schema:about ?item ; schema:isPartOf . } SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } }