Talk:Q717293

From Wikidata
Jump to navigation Jump to search

Autodescription — Order of Agricultural Merit (France) (Q717293)

description: French order
Useful links:
Classification of the class Order of Agricultural Merit (France) (Q717293)  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)
Order of Agricultural Merit (France)⟩ on wikidata tree visualisation (external tool)(depth=1)
Generic queries for classes
Generic queries for awards

This section is generated using {{TP award}}. It is designed for all items of class award (Q618779).

See also

WikiProject France

Query for recipients of the order (not so precise ; should be avoided)[edit]

SELECT ?human ?humanLabel ?pays_de_citoyennet_ ?pays_de_citoyennet_Label WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?human wdt:P31 wd:Q5;
  wdt:P166 wd:Q717293.
  OPTIONAL { ?human wdt:P27 ?pays_de_citoyennet_. }
}
LIMIT 1000
Try it!

Query for recipients of one (or more) of the 3 ranks of the order (better !)[edit]

SELECT ?human ?humanLabel ?agri ?agriLabel ?pays_de_citoyennet_ ?pays_de_citoyennet_Label WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?human wdt:P31 wd:Q5;
    wdt:P166 ?agri.
  { ?agri wdt:P361 wd:Q717293. }
  OPTIONAL { ?human wdt:P27 ?pays_de_citoyennet_. }
}
LIMIT 1000
Try it!