# 26 SELECT ?name ?location WHERE { SERVICE { ?location gn:parentFeature ?germany . ?germany gn:name "Federal Republic of Germany" } . SERVICE { ?artist foaf:name ?name . ?artist foaf:based_near ?location } }