query-5b94ce73f7c31c390c8f2dc75472f930
Propertiessport (P641)
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 ?sport ?sportLabel WHERE {
?sport wdt:P641 wd:Q3609.
SERVICE wikibase:label {bd:serviceParam wikibase:language "fr", "en", "it"}
} ORDER BY ?sportLabel LIMIT 1000
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?sport"):::projected
v1("?sportLabel"):::projected
c4(["bd:serviceParam"]):::iri
c2(["wd:Q3609"]):::iri
c7(["en"]):::literal
c8(["it"]):::literal
c6(["fr"]):::literal
v2 --"wdt:P641"--> c2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
c4 --"wikibase:language"--> c7
c4 --"wikibase:language"--> c8
end