Package dev.enola.data.iri
Interface NamespaceConverter
- All Known Implementing Classes:
NamespaceConverterIdentity
,NamespaceConverterWithRepository
public interface NamespaceConverter
NamespaceConverter converts "compact" CURIE-like IRIs (i.e. an IRI with a short
schema, from a list of prefixes only valid in a local context instead of globally) to invalid input: '&' from
"full" IRIs (which are globally unique).
Both methods of this interface may simply return back the argument, if no "match" was found.
This class does not actually use [square] brackets around the CURIE.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
CTX
-
-
Method Details
-
toCURIE
-
toIRI
-