owmeta.data_trans.data_with_evidence_ds module

class owmeta.data_trans.data_with_evidence_ds.DataWithEvidenceDataSource(*args, **kwargs)[source]

Bases: owmeta.data_trans.common_data.DSMixin, owmeta_core.datasource.DataSource

A data source that has an “evidence context” containing statements which support those in its “data context”. The data source also has a combined context which imports both the data and evidence contexts.

combined_context_property

“Combined context”, a ObjectProperty: Context importing both the data and evidence contexts

data_context_property

“Data context”, a ObjectProperty: The context in which primary data for this data source is defined

evidence_context_property

“Evidence context”, a ObjectProperty: The context in which evidence for the “Data context” is defined