Skip to content

Instantly share code, notes, and snippets.

@ewg118
Created May 13, 2015 02:55
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ewg118/9500a604b2117698caae to your computer and use it in GitHub Desktop.
A list of Roman Republican silver coins (limited to 100)
PREFIX nm: <http://nomisma.org/id/>
PREFIX nmo: <http://nomisma.org/ontology#>
PREFIX dcterms: <http://purl.org/dc/terms/>
SELECT ?objects WHERE {
?types nmo:hasMaterial nm:ar ;
dcterms:source nm:rrc .
?objects nmo:hasTypeSeriesItem ?types ;
a nmo:NumismaticObject
} LIMIT 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment