La requête :

PREFIX abo: <http://artemisBookstore.com/ontology#>
PREFIX dbo: <http://dbpedia.org/ontology/>
PREFIX dbr: <http://dbpedia.org/resource/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX abr: <http://artemisBookstore.com/abr/> 
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>

SELECT * where {
    ?a a abo:Writer;
      foaf:givenName "Paul"@en;
      foaf:familyName "Auster"@en;
      owl:sameAs ?dbpediaResource.
    SERVICE <http://dbpedia.org/sparql> { 
           ?dbpediaResource dbo:birthPlace ?birthPlace .
           ?birthPlace rdfs:label ?label.
           FILTER langMatches( lang(?label), "EN" )
    } 
}

Le résultat est