Talk:Q131471

From Wikidata
Jump to navigation Jump to search

Autodescription — darts (Q131471)

description: throwing game
Useful links:
Classification of the class darts (Q131471)  View with Reasonator View with SQID
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


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
Try it!