query-6654d7a30994a4760d1d0f92d30c27e7
Wikidata property for a multi-source identifier (Q21264328)
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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?property ?propertyLabel ?propertyDescription ?wbtype {
?property rdf:type wikibase:Property.
?property wikibase:propertyType ?wbtype.
?property wdt:P31 / wdt:P279* wd:Q21264328.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?property"):::projected
v2("?wbtype"):::projected
a1((" "))
c8(["bd:serviceParam"]):::iri
c2(["wikibase:Property"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c6(["wd:Q21264328"]):::iri
v1 --"a"--> c2
v1 --"wikibase:propertyType"--> v2
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c6
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end