EntitySchema talk:E1
Uit Knowledge Graph Kunstenpunt
Validate here shex simple
query could be for locaties
PREFIX kp:<https://kg.kunsten.be/entity/> PREFIX kppd:<https://kg.kunsten.be/prop/direct/> SELECT ?item WHERE { ?item kppd:P1 ?is. FILTER(?is, IN(Q58545, Q58543)) BIND(SHA512(CONCAT(STR(RAND()), STR(?item))) AS ?random) . } ORDER BY ?random LIMIT 100