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

RDF slicing #7

Open
keme686 opened this issue Nov 26, 2015 · 0 comments
Open

RDF slicing #7

keme686 opened this issue Nov 26, 2015 · 0 comments

Comments

@keme686
Copy link
Member

keme686 commented Nov 26, 2015

The current slicing approaches use simple SPARQL graph patterns to select triples that match the query pattern. They dont have expressive power to include depth of the graph structure . For example:
CONSTRUCT WHERE {
?s rdf:type foaf:Person.
?s ?p ?o.
}
This kind of queries only extracts one level of the path, i.e., every node connected to the person. For some applications, e.g., question answering, this might not be enough. The sould be more connected graph around the resources to get the result. For example:

Question: “Which premier league team does David Beckham played?”

For this kind of questions that needs to go second level of the graph to get the team from premier league.

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

No branches or pull requests

1 participant