EntitySchema talk:E1

Uit Knowledge Graph Kunstenpunt
Ga naar:navigatie, zoeken

Validate here shex simple

query could be for agents

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