Yasgui

Requête sur dbPedia

1. Personnes nées à Nancy : Lien

PREFIX foaf: <http://xmlns.com/foaf/0.1/>
SELECT distinct 
?person ?name ?birth ?death ?abstract WHERE
{ ?person foaf:name ?name .
  ?person <http://dbpedia.org/property/birthPlace> <http://dbpedia.org/resource/Nancy,_France> .
  ?person <http://dbpedia.org/property/birthDate> ?birth .
  ?person <http://dbpedia.org/property/deathDate> ?death .
  OPTIONAL {
    ?person <http://dbpedia.org/ontology/abstract> ?abstract .
    FILTER(langMatches(lang(?abstract), "fr")) .
  }
}  ORDER BY ?birth

Accès à Yasgui de différentes manières :

Liste des répertoires courants :