Created
May 13, 2015 02:55
-
-
Save ewg118/9500a604b2117698caae to your computer and use it in GitHub Desktop.
A list of Roman Republican silver coins (limited to 100)
This file contains 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 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