Swotty22
Joined 31 July 2014
Hi, I am an author in the German language Wikipedia (User page). My main interest is updating articles in the (amateur) wrestling and weightlifting field and hence corresponding Wikidata objects (especially for the athlets, sport clubs and international competitions).
Babel user information | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
Users by language |
Queries
editWeightlifter without IWF athlete ID
editSELECT ?item ?itemLabel WHERE {
?item wdt:P31 wd:Q5 .
?item wdt:P106 wd:Q13381376 .
FILTER NOT EXISTS { ?item wdt:P3667 ?dummy0 }
SERVICE wikibase:label {
bd:serviceParam wikibase:language "en" .
}
}
Amateur wrestler without United World Wrestling Database ID
editSELECT ?item ?itemLabel WHERE {
?item wdt:P31 wd:Q5 .
?item wdt:P106 wd:Q12369333 .
FILTER NOT EXISTS { ?item wdt:P2727 ?dummy0 }
SERVICE wikibase:label {
bd:serviceParam wikibase:language "en" .
}
}