query-6991a439ca0a4b1c90944549e21ccc3c
Propertiesinstance of (P31)subclass of (P279)owned by (P127)collection (P195)
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 ?thing ?thingLabel ?ownerLabel ?collectionLabel
WHERE { ?thing (wdt:P31 / wdt:P279) wd:Q223557 .
?thing wdt:P127 ?owner #owned by a person
OPTIONAL { ?thing wdt:P195 ?collection. }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }