Skip to content

Instantly share code, notes, and snippets.

@labra
Created March 10, 2015 14:30
Show Gist options
  • Save labra/2bb34cd17ffc8846b386 to your computer and use it in GitHub Desktop.
Save labra/2bb34cd17ffc8846b386 to your computer and use it in GitHub Desktop.
Consulta DBPedia: Obras de El Greco
prefix dbo: <http://dbpedia.org/ontology/>
prefix dbr: <http://dbpedia.org/resource/>
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
select * where {
?obra dbo:author dbr:El_Greco
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment