Skip to content

Join Design Notes

Andrew Matthews edited this page Dec 5, 2019 · 3 revisions

PROBLEM

  • To implement a mechanism to perform a merge join on the results of a GPM

KNOWN

  • E_n Filters for refining triples by permutations of (s,p,o).

QUESTIONS

  • what components do you need to be able to perform a merge between two components of a BGP?

IDEAS

TESTS

TASKS

RESOURCES

SCRATCH NOTES

Imagine a BGP like this:

?pred rdf:domain ?dom.
?inst ?pred ?type.

Where we want to be able to infer:

?inst rdf:type ?dom .
Clone this wiki locally