Skip to content

Instantly share code, notes, and snippets.

@labra
Created March 10, 2015 14:28
Show Gist options
  • Save labra/8bb80005eaf5feefaa60 to your computer and use it in GitHub Desktop.
Save labra/8bb80005eaf5feefaa60 to your computer and use it in GitHub Desktop.
Consulta DBPedia: ¿Cuál es el tipo del recurso que identifica a 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 {
dbr:El_Greco rdf:type ?o
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment