query-d5fe21752dd5236dd6483e73386a58d3
Todo lo que enlaza a un elementotodo, a lo burro, con todas las tripletas que apuntan:
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?P31 ?P31Label WHERE {
?item ?property wd:Q1631944 .
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("?item"):::projected
v2("?property")
c3(["bd:serviceParam"]):::iri
c1(["wd:Q1631944"]):::iri
c5(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 -->v2--> c1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c3 --"wikibase:language"--> c5
end