query-dee2f42f75cf512e00babc1f43c4acb3

rq turtle/ttl

Our first query Suppose we want to list all children of the baroque composer Johann Sebastian Bach. Using pseudo-elements like in the queries above, how would you write that query? Hopefully you got something like this: } # (note: everything after a ‘#’ is a comment and ignored by WDQS.) .Bach parent ?child # child "has parent" Bach { WHERE ?dziecko SELECT or this,

Use at

SELECT ?dziecko
WHERE
{
  # child "has father" Bach 
  ?child father Bach. 
}

Query found at