-
Notifications
You must be signed in to change notification settings - Fork 0
Join Design Notes
Andrew Matthews edited this page Dec 5, 2019
·
3 revisions
- To implement a mechanism to perform a merge join on the results of a GPM
- E_n Filters for refining triples by permutations of (s,p,o).
- what components do you need to be able to perform a merge between two components of a BGP?
Imagine a BGP like this:
?pred rdf:domain ?dom.
?inst ?pred ?type.
Where we want to be able to infer:
?inst rdf:type ?dom .