query-c713e206904d5aed565070450608e31f
Propertiesinstance of (P31)title (P1476)
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item ?title
WHERE
{
?item wdt:P31 wd:Q13442814;
wdt:P1476 ?title .
FILTER CONTAINS(?title, "&").
}
LIMIT 100
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v1("?title"):::projected
c3(["wd:Q13442814"]):::iri
f0[["contains(?title,'&')"]]
f0 --> v1
v2 --"wdt:P31"--> c3
v2 --"wdt:P1476"--> v1