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

Multiple additions of tree:relation on multiple runs #58

Open
KasperZutterman opened this issue Nov 23, 2021 · 0 comments
Open

Multiple additions of tree:relation on multiple runs #58

KasperZutterman opened this issue Nov 23, 2021 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@KasperZutterman
Copy link
Collaborator

When the LDES Action takes multiple workflow runs, don't add the same relation multiple times as currently is the case.

Example:

_:df_1_35 a <https://w3id.org/tree#SubstringRelation>;
    <https://w3id.org/tree#node> <https://KasperZutterman.github.io/republish-ldes//straatnaam-substrings-test/1.ttl>;
    <https://w3id.org/tree#value> "1".

_:df_1_25 a <https://w3id.org/tree#SubstringRelation>;
    <https://w3id.org/tree#node> <https://KasperZutterman.github.io/republish-ldes//straatnaam-substrings-test/1.ttl>;
    <https://w3id.org/tree#value> "1".

...

public async addHypermediaControls(
-> only add new tree:relations when not previously added!

@KasperZutterman KasperZutterman added bug Something isn't working enhancement New feature or request labels Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant