static/tutorials/sparql_data/q-ds-3.rq (
7
lines of code) (
raw
):
PREFIX dc: <http://purl.org/dc/elements/1.1/> PREFIX : <.> SELECT ?title { GRAPH :ds-ng-2.ttl { ?b dc:title ?title } }