Skip to content

Instantly share code, notes, and snippets.

@ewg118
Created May 13, 2015 02:38
  • 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/e5be0d3b8c3f6c262432 to your computer and use it in GitHub Desktop.
Get a list of objects with the RRC 273/1 type
PREFIX nmo: <http://nomisma.org/ontology#>
PREFIX crro: <http://numismatics.org/crro/id/>
SELECT * WHERE {
?objects nmo:hasTypeSeriesItem crro:rrc-273.1 ;
a ?type
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment