dkpro / dkpro-core

Collection of software components for natural language processing (NLP) based on the Apache UIMA framework.
https://dkpro.github.io/dkpro-core
Other
194 stars 68 forks source link

Allow defining features as IRI features so they are not rendered as literal strings #1579

Closed reckart closed 2 months ago

reckart commented 4 months ago

Is your feature request related to a problem? Please describe. The RDF CAS Writer renders all string feature values as literal strings. But in some cases these values could be IRIs.

Describe the solution you'd like Add a parameter to the RdfCasWriter that allows declaring certain features as IRI features so they are rendered as such.