owmeta_core.data_trans.context_datasource module¶
- class owmeta_core.data_trans.context_datasource.VariableIdentifierContext(*args, **kwargs)[source]¶
Bases:
VariableIdentifierMixin,ContextA Context that gets its identifier and its configuration from its ‘maker’ passed in at initialization
- Parameters
- maker
object An object with an
identifierattribute- maker.identifier
rdflib.term.URIRef A URI that will serve as the identifier for the
VariableIdentifierMixin
- maker
- class owmeta_core.data_trans.context_datasource.VariableIdentifierContextDataObject(*args, no_type_decl=False, **kwargs)[source]¶
Bases:
VariableIdentifierMixin,ContextDataObjectA ContextDataObject that gets its identifier and its configuration from its ‘maker’ passed in at initialization
- Parameters
- maker
object An object with an
identifierattribute- maker.identifier
rdflib.term.URIRef A URI that will serve as the identifier for the
VariableIdentifierMixin
- maker
- class owmeta_core.data_trans.context_datasource.VariableIdentifierMixin(maker=None, **kwargs)[source]¶
Bases:
objectA mix-in class that takes its identifier from its ‘maker’ passed in at initialization.
- Parameters
- maker
object An object with an
identifierattribute- maker.identifier
rdflib.term.URIRef A URI that will serve as the identifier for the
VariableIdentifierMixin
- maker