Created
March 10, 2015 14:28
-
-
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?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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