query-bb8d9111288eb5c44c93389f794d85aa
Focus on a specific group of itemsHello, I have a list of 300 Wikidata items (ex: Q767,Q66112,Q545580,Q228546, etc.) on which a would like to adress requests via the WDQS. . (Q3480335)Alfred (P735)given name For exemple : on this list which one have the statement How could I write it in SPARQL? 14:13, 22 March 2021 (UTC)) talk (2le2im-bdcThanks in advance --I try this without result:
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel
WHERE
{
?item wdt:P735 wd:Q3480335.
FILTER (?item = wd:Q767 wd:Q66112 wd:Q545580 wd:Q228546).
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}