query-9a3b9cc88ef28a0a109609c713479c33
Propertiesinstance of (P31)subclass of (P279)present in work (P1441)image (P18)from narrative universe (P1080)
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 DISTINCT ?robot ?robotLabel ?image ?work ?workLabel ("00FFFF" AS ?rgb) cWHERE {
?robot (wdt:P31/wdt:P279*) wd:Q18327510.
?robot wdt:P1441 ?work.
OPTIONAL { ?robot wdt:P18 ?image. }
MINUS {?robot wdt:P1080 wd:Q2101612.}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}