Skip to content

Instantly share code, notes, and snippets.

@crssnky
Created January 28, 2018 09:30
Show Gist options
  • Save crssnky/cd6bacd101625ac4ae35dff7b32874d8 to your computer and use it in GitHub Desktop.
Save crssnky/cd6bacd101625ac4ae35dff7b32874d8 to your computer and use it in GitHub Desktop.
PREFIX schema: <http://schema.org/>
PREFIX imas: <https://sparql.crssnky.xyz/imasrdf/URIs/imas-schema.ttl#>
SELECT ?o ?h
WHERE {
?s schema:name|schema:alternateName ?o;
schema:height ?h.
}order by(?h)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment