Muziekarchief
Uit Knowledge Graph Kunstenpunt
Lijst van muziekuitgaven die niet beschikbaar zijn in muziekarchief
PREFIX kp:<https://kg.kunsten.be/entity/> PREFIX kpp:<https://kg.kunsten.be/prop/direct/> SELECT DISTINCT ?release ?releaseLabel (GROUP_CONCAT(DISTINCT ?creditlabel; SEPARATOR=", ") AS ?credits) WHERE { ?release kpp:P13 kp:Q58532. ?release kpp:P42 ?credit. ?credit rdfs:label ?creditlabel. FILTER NOT EXISTS{ ?release kpp:P11 ?status } SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],nl,en" . }} GROUP BY ?release ?releaseLabel ORDER BY ASC(?releaseLabel)