Skip to content

Instantly share code, notes, and snippets.

@s1s1ty
Last active January 18, 2021 01:46
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 s1s1ty/d34f37c648245671b0db02fae06da96d to your computer and use it in GitHub Desktop.
Save s1s1ty/d34f37c648245671b0db02fae06da96d to your computer and use it in GitHub Desktop.
PREFIX ab: <http://learningsparql.com/ns/addressbook#>
SELECT ?name
WHERE {
?name ab:email "richard49@hotmail.com" .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment