Skip to content

Instantly share code, notes, and snippets.

@ewg118
Created February 14, 2017 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ewg118/f9c8bae782fdc841af6c7aca782ef06d to your computer and use it in GitHub Desktop.
Save ewg118/f9c8bae782fdc841af6c7aca782ef06d to your computer and use it in GitHub Desktop.
Get a list of coins and type URIs from the Met Museum from Nomisma.org SPARQL
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX nm: <http://nomisma.org/id/>
PREFIX nmo: <http://nomisma.org/ontology#>
SELECT * WHERE {
?s nmo:hasCollection nm:metmuseum ;
dcterms:title ?title ;
dcterms:identifier ?identifier ;
nmo:hasTypeSeriesItem ?type
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment