Talk:Q1576779

From Wikidata
Jump to navigation Jump to search

Autodescription — Italian School of Archaeology at Athens (Q1576779)

description: Italian archaeological institute in Greece
Useful links:
🏢 Generic queries for organizations 🏢

This section is generated using {{TP organization}}

See also


Query for students[edit]

SELECT ?person ?personLabel ?start ?end (GROUP_CONCAT(DISTINCT ?saias; separator=", ") as ?saia)
WHERE {
  ?person p:P69 [ ps:P69 wd:Q1576779 ; pq:P580 ?sd ; pq:P582 ?ed ] .
  OPTIONAL { ?person wdt:P9536 ?saias . }
  BIND(YEAR(?sd) AS ?start)
  BIND(YEAR(?ed) AS ?end)
  SERVICE wikibase:label { bd:serviceParam wikibase:language "it". }
}
GROUP BY ?person ?personLabel ?start ?end
ORDER BY ?start
Try it!

--Epìdosis 19:54, 13 May 2021 (UTC)[reply]