Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graph traversal automata for RDF queries #70

Open
draggett opened this issue Aug 24, 2019 · 0 comments
Open

Graph traversal automata for RDF queries #70

draggett opened this issue Aug 24, 2019 · 0 comments

Comments

@draggett
Copy link
Member

This is a proof of concept demo for querying RDF graphs using simple automata that are themselves modelled in RDF, and inspired by work on ATNs from the 1970's. The starting point selects an initial node set, and this evolves as the state machine traverses the graph according to the state transition network. This is in a similar vein to SHACL and ShEX, but applied to queries instead of validation. The response is the set of triples the automaton has found which match the state transition network. Why do this? Because it allows for inference across graphs in ways that are hard to achieve with simple patterns (see issue #69).

See: https://www.w3.org/Data/demos/chunks/shapes.html

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

No branches or pull requests

1 participant