Skip to content

Instantly share code, notes, and snippets.

@baskaufs
Created May 30, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baskaufs/4b06f0d12b967e1be95e to your computer and use it in GitHub Desktop.
Save baskaufs/4b06f0d12b967e1be95e to your computer and use it in GitHub Desktop.
very simple SPARQL query to test retrieving results from and entpoint
SELECT DISTINCT ?image WHERE {
<http://bioimages.vanderbilt.edu/ind-baskauf/00000> <http://xmlns.com/foaf/0.1/depiction> ?image.
}
@baskaufs
Copy link
Author

This query just asks for URIs of images that depict a particular tree. It will return two.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment