query-fc538797bd2b8cc129496e0d78ef79a8
etc.) if the appropriate statement exists, but if the statement doesn’t exist, the result isn’t discarded – the variable simply isn’t set. ?publisher, ?titleThis gives us the additional variables ( clauses here. If you put all the triples into a single clause, like here – OPTIONALNote: it’s very important to use separate ) si existe la declaración apropiada, pero si la declaración no existe, el resultado no se descarta - la variable simplemente no está establecida. ?editorial, ?títuloEsto nos da variables adicionales ( separada aquí. Si pones todas las ternas en una sola cláusula, como aquí - OPTIONAL Nota: es muy importante usar la cláusula etc.) se esiste l'appropriata dichiarazione, ma se la dichiarazione non esiste, il risultato non viene scartato – la variabile semplicemente non è impostata. ?publisher, ?titleQuesto ci fornisce le variabili aggiuntive ( separate qui. Se metti tutte le triple in una singola clausola, come qui – OPTIONALNota: è molto importante utilizzare clausole etc.) als de juiste verklaring bestaat, maar als het niet bestaat, wordt het resultaat niet weggegooid - de variabele is gewoon niet ingesteld. ?publisher, ?titleDit geeft ons de extra variabelen ( clausules te gebruiken. Als u alle tripels in één clausule zet, zoals hier - OPTIONALNB: het is erg belangrijk om hier afzonderlijke
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?book ?title ?illustratorLabel ?publisherLabel ?published
WHERE
{
?book wdt:P50 wd:Q35610.
OPTIONAL {
?book wdt:P1476 ?title;
wdt:P110 ?illustrator;
wdt:P123 ?publisher;
wdt:P577 ?published.
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
Query found at
- https://www.wikidata.org/wiki/User:TweetsFactsAndQueries/A_Guide_To_WDQS/Staging
- https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial
- https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial/en
- https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial/es
- https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial/it
- https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial/nl