owmeta.data_trans.neuron_data module¶
-
class
owmeta.data_trans.neuron_data.NeuronCSVDataSource(*args, **kwargs)[source]¶ Bases:
owmeta.data_trans.common_data.DSMixin,owmeta_core.data_trans.csv_ds.CSVDataSource- BibTeX files :
DatatypeProperty Attribute:
bibtex_filesList of BibTeX files that are referenced in the csv file by entry ID
- CSV file name :
DatatypeProperty - Attribute:
csv_file_name - Header column names :
DatatypeProperty - Attribute:
csv_header - CSV field delimiter :
DatatypeProperty - Attribute:
csv_field_delimiter - File name :
DatatypeProperty - Attribute:
file_name - Torrent file name :
DatatypeProperty - Attribute:
torrent_file_name - MD5 hash :
DatatypeProperty - Attribute:
md5 - SHA-256 hash :
DatatypeProperty - Attribute:
sha256 - SHA-512 hash :
DatatypeProperty - Attribute:
sha512 - Input source :
ObjectProperty Attribute:
sourceThe data source that was translated into this one
- Translation :
ObjectProperty Attribute:
translationInformation about the translation process that created this object
- Description :
DatatypeProperty Attribute:
descriptionFree-text describing the data source
- BibTeX files :
-
class
owmeta.data_trans.neuron_data.NeuronCSVDataTranslator(*args, **kwargs)[source]¶ Bases:
owmeta.data_trans.common_data.DTMixin,owmeta_core.data_trans.csv_ds.CSVDataTranslatorInput type(s):
NeuronCSVDataSourceOutput type(s):
DataWithEvidenceDataSource-
input_type¶ alias of
NeuronCSVDataSource
-
output_type¶ alias of
owmeta.data_trans.data_with_evidence_ds.DataWithEvidenceDataSource
-