Created
March 4, 2014 13:50
-
-
Save labra/9346813 to your computer and use it in GitHub Desktop.
Obras y colecciones de España en Europeana
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
# Creators and collections of Europeana objects from spain | |
PREFIX dc: <http://purl.org/dc/elements/1.1/> | |
PREFIX ens: <http://www.europeana.eu/schemas/edm/> | |
PREFIX edm: <http://www.europeana.eu/schemas/edm/> | |
SELECT * | |
WHERE { | |
?object dc:creator ?Creator ; | |
edm:collectionName ?Collection ; | |
edm:country "spain" ; | |
ens:aggregatedCHO ?CHO. | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment