inception-project / inception

INCEpTION provides a semantic annotation platform offering intelligent annotation assistance and knowledge management.
https://inception-project.github.io
Apache License 2.0
593 stars 151 forks source link

Add support for a generic CAS RDF export format #4567

Closed reckart closed 8 months ago

reckart commented 8 months ago

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

reckart commented 8 months ago

After switching the code from Jena to RDF4J, the Turtle is quite verbose... opened an issue with RDF4J wrt. generating more compact Turtle.

https://github.com/eclipse-rdf4j/rdf4j/issues/4921