query-c62e69085aeb80d7359a89f4da39bc9c
Awards part of DigiAMus Award and awarded for period
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT
(?awards AS ?Wikidata_Award_Item)
(?awardsLabel AS ?Award_Name)
(GROUP_CONCAT(YEAR(?awardedForPeriod) ; separator=", ") AS ?awarded_in_years)
WHERE
{
?awards wdt:P361 wd:Q106748908;
wdt:P4566 ?awardedForPeriod.
SERVICE wikibase:label {
bd:serviceParam wikibase:language "de,en".
?awards rdfs:label ?awardsLabel.
}
}
GROUP BY ?awards ?awardsLabel ?awarded_in_years
ORDER BY ?awardsLabel