EntitySchema talk:E3
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 kp:Q58547 .
BIND(SHA512(CONCAT(STR(RAND()), STR(?item))) AS ?random) .
} ORDER BY ?random
LIMIT 100
