SemanticMappingPack

class SemanticMappingPack(mappings: list[SemanticMapping], converter: Converter, mapping_set: MappingSet)[source]

Bases: NamedTuple

The results of reading and processing a SSSOM TSV file.

Create new instance of SemanticMappingPack(mappings, converter, mapping_set)

Attributes Summary

converter

Alias for field number 1

mapping_set

Alias for field number 2

mappings

Alias for field number 0

Attributes Documentation

converter: Converter

Alias for field number 1

mapping_set: MappingSet

Alias for field number 2

mappings: list[SemanticMapping]

Alias for field number 0