bridge.core.edam_term module#
Module defining the EDAM term data model.
- class bridge.core.edam_term.EDAMTerm(**data)[source]#
Bases:
BaseModelRepresent an EDAM term.
- Parameters:
iri (str) – The Internationalized Resource Identifier (IRI) of the EDAM term.
short_form (str) – The short form of the EDAM term (e.g., “format_1930”).
label (str | None) – The preferred label of the EDAM term.
description (list[str] | str | None) – The description of the EDAM term, if available.
narrow_synonym (list[str] | None) – A list of narrow synonyms for the EDAM term, if available.
-
description:
list[str] |str|None#
-
iri:
str#
-
label:
str#
-
narrow_synonym:
list[str] |None#
-
short_form:
str#