-
Notifications
You must be signed in to change notification settings - Fork 154
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
Add support for a generic CAS RDF export format #4567
Comments
reckart
added a commit
that referenced
this issue
Feb 27, 2024
- Ported RDF reader/writer from DKPro Core - Added PARAM_IRI_FEATURES so we can represent KB concepts are proper IRIs in the export instead of strings - Added test using PARAM_IRI_FEATURES
After switching the code from Jena to RDF4J, the Turtle is quite verbose... opened an issue with RDF4J wrt. generating more compact Turtle. |
reckart
added a commit
that referenced
this issue
Feb 29, 2024
- Towards migrating the code from Jena to RDF4J to avoid an extra dependency (ok, we still have Jena for NIF... but still)
reckart
added a commit
that referenced
this issue
Mar 2, 2024
- Switch from Jena to RDF4J - Added documentation
reckart
added a commit
that referenced
this issue
Mar 2, 2024
…ort-for-a-generic-CAS-RDF-export-format #4567 - Add support for a generic CAS RDF export format
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Some users would like to more directly work with the annotated data in RDF. However, there is currently no RDF-based export format.
Describe the solution you'd like
Optimally, we would have for a start an RDF-based export format that could also be imported back again. DKPro Core has a draft format for this. Maybe this could be adopted and evolved in INCEpTION.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: