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

Visualize RDF in data tables #12

Closed
valentinoli opened this issue Aug 3, 2021 · 5 comments
Closed

Visualize RDF in data tables #12

valentinoli opened this issue Aug 3, 2021 · 5 comments
Labels
enhancement New feature or request

Comments

@valentinoli
Copy link
Contributor

We can use the Vuetify DataTable component.

But how do we separate the mappings? I wanted to make use of the "targets" feature of RML. We'll see if it is supported with RocketRML
semantifyit/RocketRML#22

@valentinoli valentinoli added the enhancement New feature or request label Aug 3, 2021
@valentinoli
Copy link
Contributor Author

Found out how to bump yarrrml-parser to the latest version which supports targets!
#21

However, currently RocketRML does not support targets.

@valentinoli
Copy link
Contributor Author

@streitlua had the idea of using graphs to separate mappings. However, as with any post-processing workaround, this would involve visiting the entire RDF results. Ideally, we would use targets to reduce that kind of overhead. While using targets is not possible, this could be tried

@valentinoli
Copy link
Contributor Author

valentinoli commented Aug 11, 2021

Other possibilities would be to

  1. suggest a feature in RocketRML that allows you to get the RDF split according to the mappings. This should be easy to implement, or
  2. create our own fork of RocketRML and implement whatever we want

@valentinoli
Copy link
Contributor Author

valentinoli commented Aug 11, 2021

It is in the following line that the triples for the different mappings and sources are joined.

https://github.com/semantifyit/RocketRML/blob/4677547dd4fb8fcb0299a592b23c0cdf86828dac/src/index.js#L155

@streitl
Copy link
Contributor

streitl commented Nov 24, 2021

Closed for inactivity

@streitl streitl closed this as completed Nov 24, 2021
andreaskundig pushed a commit that referenced this issue Jul 26, 2022
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.4.1 to 13.0.2.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](lint-staged/lint-staged@v12.4.1...v13.0.2)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
andreaskundig added a commit that referenced this issue Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants