Skip to content

Instantly share code, notes, and snippets.

@ewg118
Created May 13, 2015 02:53
  • 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/b7530d6f9156ea2b2f42 to your computer and use it in GitHub Desktop.
Get a list of all silver types in RRC
PREFIX nm: <http://nomisma.org/id/>
PREFIX nmo: <http://nomisma.org/ontology#>
PREFIX dcterms: <http://purl.org/dc/terms/>
SELECT * WHERE {
?types nmo:hasMaterial nm:ar ;
dcterms:source nm:rrc
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment