Skip to content

Instantly share code, notes, and snippets.

@samuell
Last active December 31, 2015 08:09
Show Gist options
  • Select an option

  • Save samuell/7958463 to your computer and use it in GitHub Desktop.

Select an option

Save samuell/7958463 to your computer and use it in GitHub Desktop.
prefix prop: <http://dbpedia.org/property/>
select distinct ?species str(?abbrevStr) as ?abbrev str(?nameStr) as ?name where {
?species prop:species ?abbrevStr ;
prop:name ?nameStr .
} LIMIT 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment