query-786db765fd6d9a3327da22e08c1fe1f3

rq turtle/ttl

La nostra prima querySupponiamo di voler elencare tutti i figli del compositore barocco Johann Sebastian Bach. Usando pseudo-elementi come nelle query precedenti, come scriveresti quella query? Spero che tu abbia qualcosa del genere: } # (nota: ogni cosa dopo un ‘#’ è un commento ed è ignorato da WDQS.) .Bach genitore ?figlio # figlio "ha genitore" Bach { WHERE ?figlio SELECTo questo,

Use at

SELECT ?figlio
WHERE
{
  # figlio "ha padre" Bach 
  ?figlio padre Bach. 
}

Query found at