drepr.utils.namespace_mixin#
Classes
|
A helper class for converting between absolute URI and relative URI. |
|
Namespace indexing so we can quickly get prefix of a URI. |
- class NamespaceMixin[source]#
Bases:
object- property namespace_manager#
- class NamespaceManager(prefix2ns: dict[str, str], ns2prefix: dict[str, str], prefix_index: PrefixIndex)[source]#
Bases:
objectA helper class for converting between absolute URI and relative URI.
- prefix2ns#
- ns2prefix#
- prefix_index#
- prefix2len#