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

Add link filters and their extraction from VoID descriptions #153

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

surilindur
Copy link
Contributor

This is an initial draft for a link filter implementation, as a link queue wrapper that discards links upon being popped. This way, each link is only processed a maximum of one time by the actor, which should help with scaling concerns when the number of filters increases.

There is also a link filter extractor, that creates filters for every void:uriSpace and void:sparqlEndpoint if there is a corresponding void:sparqlEndpoint. This logic will need a little bit more work, since the URI space and SPARQL endpoint predicates are not always on the same subject (which the implementation assumes). But I am opening the PR as a draft just so I do not forget.

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

Successfully merging this pull request may close these issues.

1 participant