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

Implement conditional mapping to RDF #148

Open
nvnikolov opened this issue Jan 20, 2016 · 0 comments
Open

Implement conditional mapping to RDF #148

nvnikolov opened this issue Jan 20, 2016 · 0 comments
Assignees
Milestone

Comments

@nvnikolov
Copy link
Contributor

Add explicit support in the UI for conditional mappings. Conditional mappings will apply to sub-graphs or individual nodes.
Conditions: predicates and conditional operators (<, >, =, !=, etc.) and can be used to check values of a column of the current row. We should support the following outcomes:

  • [] optional graphs - if the sub-graph fails to map for any reason, then it is not mapped to RDF (the rest of the mapping can still be executed)
  • [] optional node mappings - map node differently (to one value/literal or another) depending on a condition
  • [] optional property mappings - map properties differently (to one property or another) depending on a condition
  • [] do not map triple on condition (this may overlap with optional graphs)
  • [] choose between two/more mappings based on a condition
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

2 participants