Skip to content

Instantly share code, notes, and snippets.

@antoinecourtin
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antoinecourtin/831bb98262ac048e9ff0 to your computer and use it in GitHub Desktop.
Save antoinecourtin/831bb98262ac048e9ff0 to your computer and use it in GitHub Desktop.
ex requete
PREFIX dbpedia:<http://dbpedia.org/ontology/>
PREFIX foaf:<http://xmlns.com/foaf/0.1/>
SELECT ?auteur ?lieu ?datenaiss ?datedeces ?image
WHERE
{
?auteur a <http://dbpedia.org/class/yago/FrenchPainters>.
?auteur dbpedia:birthPlace ?lieu.
?auteur dbpedia-owl:birthDate ?datenaiss.
?auteur dbpedia-owl:deathDate ?datedeces.
?auteur foaf:depiction ?image
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment