EntitySchema talk:E3: verschil tussen versies
Uit Knowledge Graph Kunstenpunt
Verwijderde inhoud Toegevoegde inhoud
Nieuwe pagina aangemaakt met 'Validate here [https://shex-simple.toolforge.org/wikidata/packages/shex-webapp/doc/shex-simple.html?data=Endpoint:https://kg.kunsten.be/query/proxy/wdqs/bigdata/namespace/wdq/sparql&textMapIsSparqlQuery&schemaURL=//kg.kunsten.be/wiki/Special:EntitySchemaText/E3 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(S...' |
Geen bewerkingssamenvatting |
||
| Regel 3: | Regel 3: | ||
query could be for locaties |
query could be for locaties |
||
<pre> |
|||
PREFIX kp:<https://kg.kunsten.be/entity/> |
PREFIX kp:<https://kg.kunsten.be/entity/> |
||
PREFIX kppd:<https://kg.kunsten.be/prop/direct/> |
PREFIX kppd:<https://kg.kunsten.be/prop/direct/> |
||
| Regel 12: | Regel 13: | ||
} ORDER BY ?random |
} ORDER BY ?random |
||
LIMIT 100 |
LIMIT 100 |
||
</pre> |
|||
Huidige versie van 11 okt 2024 09:49
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
