EntitySchema talk:E2: verschil tussen versies

Uit Knowledge Graph Kunstenpunt
Ga naar:navigatie, zoeken
(Nieuwe pagina aangemaakt met 'Validate here https://shex-simple.toolforge.org/wikidata/packages/shex-webapp/doc/shex-simple.html?data=Endpoint:%20https://kg.kunsten.be/query/proxy/wdqs/bigdata/namespace/wdq/sparql&hideData&manifest=[]&textMapIsSparqlQuery&schemaURL=//kg.kunsten.be%2Fwiki%2FSpecial%3AEntitySchemaText%2FE2 query could be for solotentoonstellingen PREFIX kp:<https://kg.kunsten.be/entity/> PREFIX kppd:<https://kg.kunsten.be/prop/direct/> SELECT ?item WHERE { ?item kppd:P1...')
 
Geen bewerkingssamenvatting
 
(2 tussenliggende versies door dezelfde gebruiker niet weergegeven)
Regel 1: Regel 1:
Validate here
Validate here
https://shex-simple.toolforge.org/wikidata/packages/shex-webapp/doc/shex-simple.html?data=Endpoint:%20https://kg.kunsten.be/query/proxy/wdqs/bigdata/namespace/wdq/sparql&hideData&manifest=[]&textMapIsSparqlQuery&schemaURL=//kg.kunsten.be%2Fwiki%2FSpecial%3AEntitySchemaText%2FE2
[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/E2 shex simple]


query could be for solotentoonstellingen
query voor solotentoonstellingen


<pre>
PREFIX kp:<https://kg.kunsten.be/entity/>
PREFIX kppd:<https://kg.kunsten.be/prop/direct/>


SELECT ?item
WHERE {
?item kppd:P1 kp:Q58530 ;
kppd:P13 kp:Q58537.
BIND(SHA512(CONCAT(STR(RAND()), STR(?item))) AS ?random) .
} ORDER BY ?random
LIMIT 100
</pre>
query voor concerten
<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 11: Regel 26:
WHERE {
WHERE {
?item kppd:P1 kp:Q58530 ;
?item kppd:P1 kp:Q58530 ;
kppd:P13 kp:Q58537
kppd:P13 kp:Q58533.
}
BIND(SHA512(CONCAT(STR(RAND()), STR(?item))) AS ?random) .
LIMIT 100
} ORDER BY ?random
LIMIT 1000
</pre>

Huidige versie van 11 okt 2024 om 13:47

Validate here shex simple

query voor solotentoonstellingen

PREFIX kp:<https://kg.kunsten.be/entity/>
PREFIX kppd:<https://kg.kunsten.be/prop/direct/>

SELECT ?item
WHERE {
?item kppd:P1 kp:Q58530 ;
kppd:P13 kp:Q58537.
BIND(SHA512(CONCAT(STR(RAND()), STR(?item))) AS ?random) .
} ORDER BY ?random
LIMIT 100


query voor concerten

PREFIX kp:<https://kg.kunsten.be/entity/>
PREFIX kppd:<https://kg.kunsten.be/prop/direct/>

SELECT ?item
WHERE {
?item kppd:P1 kp:Q58530 ;
kppd:P13 kp:Q58533.
BIND(SHA512(CONCAT(STR(RAND()), STR(?item))) AS ?random) .
} ORDER BY ?random
LIMIT 1000