Skip to content

Instantly share code, notes, and snippets.

@datablend
Created July 8, 2011 12:14
Show Gist options
  • Save datablend/1071702 to your computer and use it in GitHub Desktop.
Save datablend/1071702 to your computer and use it in GitHub Desktop.
Simple sparql query
PREFIX person: <http://www.example.org/person/>
SELECT ?first_name ?age
WHERE {
person:Davy_Suvee person:first_name ?first_name .
person:Davy_Suvee person:age ?age
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment