We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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". ...
LDES-Action/src/fragment-strategy/BucketizerFragmentStrategy.ts
Line 63 in b581eea
tree:relations
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the LDES Action takes multiple workflow runs, don't add the same relation multiple times as currently is the case.
Example:
LDES-Action/src/fragment-strategy/BucketizerFragmentStrategy.ts
Line 63 in b581eea
tree:relations
when not previously added!The text was updated successfully, but these errors were encountered: