Skip to content

Instantly share code, notes, and snippets.

@antoniogarrote
Created September 8, 2016 16:18
Show Gist options
  • Save antoniogarrote/d419022012a613f425ac5737f9830236 to your computer and use it in GitHub Desktop.
Save antoniogarrote/d419022012a613f425ac5737f9830236 to your computer and use it in GitHub Desktop.
SELECT ?resource ?method
WHERE {
?resource <http://todosapp.com/api/vocab#oerations> ?operation .
?operation <http://todosapp.com/api/vocab#method> ?method .
}
ORDER BY(?resource)
@tpluscode
Copy link

you have a typo here :)
oerations => operations

great article by the way

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