--a.rq file content: PREFIX skos: <http://www.w3.org/2004/02/skos/core#> PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?person ?birth ?name ?description WHERE { ?person dbpedia2:birthPlace <http://dbpedia.org/resource/Berlin> ; skos:subject <http://dbpedia.org/resource/Category:German_musicians> ; dbpedia2:birth ?birth ; foaf:name ?name ; rdfs:comment ?description . } ORDER BY ?name