query-2ad73410c5b262cf14ae2812d23da5f0
Propertiescollection (P195)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?collectionLabel ?collection
WHERE {
?item wdt:P195 ?collection .
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
LIMIT 100
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?collection"):::projected
v1("?item")
c3(["bd:serviceParam"]):::iri
c5(["en"]):::literal
v1 --"wdt:P195"--> v2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c3 --"wikibase:language"--> c5
end