Skip to content

Instantly share code, notes, and snippets.

@AlBaker
Last active December 11, 2015 07:58
Show Gist options
  • Save AlBaker/4570152 to your computer and use it in GitHub Desktop.
Save AlBaker/4570152 to your computer and use it in GitHub Desktop.
Stardog-Spring SingleMapper example
String sparql = "SELECT ?b WHERE { ?a <http://purl.org/dc/elements/1.1/title> ?b } LIMIT 1";
String result = snarlTemplate.queryForObject(sparql, new SingleMapper("b"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment