Last active
December 31, 2015 08:09
-
-
Save samuell/7958463 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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