The trig, Turtle, XML, and JSON-LD parsers and serializers all implement a variation of a system for IRI prefix handling.
It is necessary to unify prefix handling among IO classes.
Such a mechanism should be initialized using the vocabularies declared in fr.inria.corese.core.next.impl.common.vocabulary.
RDF4J uses classes that could be used as references for inspiration: Namespace and NamespaceAware.
The trig, Turtle, XML, and JSON-LD parsers and serializers all implement a variation of a system for IRI prefix handling.
It is necessary to unify prefix handling among IO classes.
Such a mechanism should be initialized using the vocabularies declared in
fr.inria.corese.core.next.impl.common.vocabulary.RDF4J uses classes that could be used as references for inspiration: Namespace and NamespaceAware.