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

Merge EDB data from several sources if possible at low cost #39

Open
mkroetzsch opened this issue Sep 19, 2019 · 0 comments
Open

Merge EDB data from several sources if possible at low cost #39

mkroetzsch opened this issue Sep 19, 2019 · 0 comments

Comments

@mkroetzsch
Copy link
Collaborator

Currently, every EDB predicate can only be based on one data source. However, all file-based inputs (n3, csv) as well as in-memory facts declared directly are presumably managed in the same in-memory data structure. It would be useful if VLog could simply add facts from several such sources to the same EDB predicate rather than requiring each input to use a different predicate. For example, it would be good if several n3 files or several csv files could be loaded into the same predicate.

DBMS-based inputs or SPARQL sources should probably not be merged in this way (since this would incur significant cost), but that's fine.

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