Talk:Q131471
Jump to navigation
Jump to search
Autodescription — darts (Q131471)
description: throwing game
- Useful links:
- View it! – Images depicting the item on Commons
- Report on constraint conformation of “darts” claims and statements. Constraints report for items data
For help about classification, see Wikidata:Classification.
- Parent classes (classes of items which contain this one item)
- Subclasses (classes which contain special kinds of items of this class)
- ⟨
darts
⟩ on wikidata tree visualisation (external tool)(depth=1) - Generic queries for classes
- See also
- This documentation is generated using
{{Item documentation}}
.
List Darts players with an ID onthe Darts database
[edit]SELECT ?item ?item_label ?check_url WHERE {
?item wdt:P641 wd:Q131471 .
?item ?P31 wd:Q5.
MINUS {?item wdt:P3621 [] } .
?item rdfs:label ?item_label FILTER(lang(?item_label) = 'en') .
wd:P3621 wdt:P4354 ?fmt .
BIND(IRI(REPLACE(str(?item_label), '(^.*)', ?fmt)) AS ?check_url) .
} LIMIT 50