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

Improve Split to allow split of multiple statements #24

Open
vemonet opened this issue Jan 15, 2020 · 0 comments
Open

Improve Split to allow split of multiple statements #24

vemonet opened this issue Jan 15, 2020 · 0 comments

Comments

@vemonet
Copy link
Member

vemonet commented Jan 15, 2020

At the moment @ammar257ammar needs to repeat the Split step multiple time for Bio2RDF

To Improve this issue we should improve how we provide the statements to be splitted:

  • Provide SPARQL select query (@vemonet favourite)
  • Provide Triple pattern fragment (@micheldumontier favourite)
  • Provide a list of the entity/property to split so that it is done in one shot (@rcelebi favourite)

The 3 are not hard to implement, this is more thinking about the cleanest design for our users that will be the hardest here imho

We could also hit 2 birds with 1 codeblock: allow the user to provide a list of SPARQL queries/Triple Pattern Fragments

Optionally we could allow the user to define the query as a string to avoid the user to create a file when he doesn't need one. But, on the other hand, forcing our users to always define their "split mappings" in a separate file makes it more strict and clearer (which might be less confusing)

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

No branches or pull requests

1 participant