Created
May 30, 2015 14:09
-
-
Save baskaufs/4b06f0d12b967e1be95e to your computer and use it in GitHub Desktop.
very simple SPARQL query to test retrieving results from and entpoint
This file contains 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
SELECT DISTINCT ?image WHERE { | |
<http://bioimages.vanderbilt.edu/ind-baskauf/00000> <http://xmlns.com/foaf/0.1/depiction> ?image. | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This query just asks for URIs of images that depict a particular tree. It will return two.