query-6c30519cae3bd03d68a5a3f6d1693222

rq turtle/ttl

TODO

Use at

PREFIX schema: <http://schema.org/>
SELECT DISTINCT ?lang ?id WHERE {
    ?article schema:about ?id; schema:inLanguage ?lang; schema:name "Boston"@?lang .
}

Query found at