Created
March 10, 2015 14:30
-
-
Save labra/2bb34cd17ffc8846b386 to your computer and use it in GitHub Desktop.
Consulta DBPedia: Obras de 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 { | |
?obra dbo:author dbr:El_Greco | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment