Skip to content

Instantly share code, notes, and snippets.

@labra
Created March 4, 2014 13:50
Show Gist options
  • Save labra/9346813 to your computer and use it in GitHub Desktop.
Save labra/9346813 to your computer and use it in GitHub Desktop.
Obras y colecciones de España en Europeana
# 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