query-86c6d73cbcbb362c1de304ac0813a73d
Problem with Q5508224Hi Ivan! KrBot assigned Q5508224, fullback (position in rugby league football) to numerous Q937857, association football players.
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 ?item ?itemLabel ?position ?positionLabel WHERE {
?item wdt:P106 wd:Q937857; # association football player
wdt:P413 ?position.
FILTER(?position = wd:Q5508224)
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v1("?position"):::projected
c6(["bd:serviceParam"]):::iri
c3(["wd:Q937857"]):::iri
c8(["en"]):::literal
f0[["?position = 'wd:Q5508224'"]]
f0 --> v1
v2 --"wdt:P106"--> c3
v2 --"wdt:P413"--> v1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end