Skip to content

Instantly share code, notes, and snippets.

@ewg118
Created May 13, 2015 02:46
  • 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/55f16a2a96521d6e6768 to your computer and use it in GitHub Desktop.
Get weight and diameter (required) for objects of RRC 273/1
PREFIX nmo: <http://nomisma.org/ontology#>
PREFIX crro: <http://numismatics.org/crro/id/>
SELECT ?objects ?diameter ?weight WHERE {
?objects nmo:hasTypeSeriesItem crro:rrc-273.1 ;
nmo:hasWeight ?weight ;
nmo:hasDiameter ?diameter
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment