# {py:mod}`nexusLIMS.schemas.em_glossary` ```{py:module} nexusLIMS.schemas.em_glossary ``` ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary :parser: autodoc2_docstrings_parser :allowtitles: ``` ## Module Contents ### Functions ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`get_emg_label ` - ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.get_emg_label :parser: autodoc2_docstrings_parser :summary: ``` * - {py:obj}`get_emg_definition ` - ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.get_emg_definition :parser: autodoc2_docstrings_parser :summary: ``` * - {py:obj}`get_emg_id ` - ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.get_emg_id :parser: autodoc2_docstrings_parser :summary: ``` * - {py:obj}`get_display_name ` - ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.get_display_name :parser: autodoc2_docstrings_parser :summary: ``` * - {py:obj}`get_description ` - ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.get_description :parser: autodoc2_docstrings_parser :summary: ``` * - {py:obj}`has_emg_id ` - ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.has_emg_id :parser: autodoc2_docstrings_parser :summary: ``` * - {py:obj}`get_emg_uri ` - ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.get_emg_uri :parser: autodoc2_docstrings_parser :summary: ``` * - {py:obj}`get_all_mapped_fields ` - ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.get_all_mapped_fields :parser: autodoc2_docstrings_parser :summary: ``` * - {py:obj}`get_fields_with_emg_ids ` - ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.get_fields_with_emg_ids :parser: autodoc2_docstrings_parser :summary: ``` * - {py:obj}`get_all_emg_terms ` - ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.get_all_emg_terms :parser: autodoc2_docstrings_parser :summary: ``` ```` ### Data ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`EMG_OWL_PATH ` - ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.EMG_OWL_PATH :parser: autodoc2_docstrings_parser :summary: ``` * - {py:obj}`EMG_VERSION ` - ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.EMG_VERSION :parser: autodoc2_docstrings_parser :summary: ``` * - {py:obj}`EMG ` - ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.EMG :parser: autodoc2_docstrings_parser :summary: ``` * - {py:obj}`OBO ` - ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.OBO :parser: autodoc2_docstrings_parser :summary: ``` * - {py:obj}`NEXUSLIMS_TO_EMG_MAPPINGS ` - ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.NEXUSLIMS_TO_EMG_MAPPINGS :parser: autodoc2_docstrings_parser :summary: ``` ```` ### API ````{py:data} EMG_OWL_PATH :canonical: nexusLIMS.schemas.em_glossary.EMG_OWL_PATH ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.EMG_OWL_PATH :parser: autodoc2_docstrings_parser ``` ```` ````{py:data} EMG_VERSION :canonical: nexusLIMS.schemas.em_glossary.EMG_VERSION :value: > 'v2.0.0' ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.EMG_VERSION :parser: autodoc2_docstrings_parser ``` ```` ````{py:data} EMG :canonical: nexusLIMS.schemas.em_glossary.EMG :value: > 'Namespace(...)' ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.EMG :parser: autodoc2_docstrings_parser ``` ```` ````{py:data} OBO :canonical: nexusLIMS.schemas.em_glossary.OBO :value: > 'Namespace(...)' ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.OBO :parser: autodoc2_docstrings_parser ``` ```` ````{py:data} NEXUSLIMS_TO_EMG_MAPPINGS :canonical: nexusLIMS.schemas.em_glossary.NEXUSLIMS_TO_EMG_MAPPINGS **Type:** typing.Dict[str, tuple[str, str | None, str]] ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.NEXUSLIMS_TO_EMG_MAPPINGS :parser: autodoc2_docstrings_parser ``` ```` ````{py:function} get_emg_label(emg_id: str) -> str | None :canonical: nexusLIMS.schemas.em_glossary.get_emg_label ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.get_emg_label :parser: autodoc2_docstrings_parser ``` ```` ````{py:function} get_emg_definition(emg_id: str) -> str | None :canonical: nexusLIMS.schemas.em_glossary.get_emg_definition ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.get_emg_definition :parser: autodoc2_docstrings_parser ``` ```` ````{py:function} get_emg_id(field_name: str) -> str | None :canonical: nexusLIMS.schemas.em_glossary.get_emg_id ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.get_emg_id :parser: autodoc2_docstrings_parser ``` ```` ````{py:function} get_display_name(field_name: str) -> str :canonical: nexusLIMS.schemas.em_glossary.get_display_name ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.get_display_name :parser: autodoc2_docstrings_parser ``` ```` ````{py:function} get_description(field_name: str) -> str | None :canonical: nexusLIMS.schemas.em_glossary.get_description ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.get_description :parser: autodoc2_docstrings_parser ``` ```` ````{py:function} has_emg_id(field_name: str) -> bool :canonical: nexusLIMS.schemas.em_glossary.has_emg_id ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.has_emg_id :parser: autodoc2_docstrings_parser ``` ```` ````{py:function} get_emg_uri(field_name: str) -> str | None :canonical: nexusLIMS.schemas.em_glossary.get_emg_uri ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.get_emg_uri :parser: autodoc2_docstrings_parser ``` ```` ````{py:function} get_all_mapped_fields() -> list[str] :canonical: nexusLIMS.schemas.em_glossary.get_all_mapped_fields ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.get_all_mapped_fields :parser: autodoc2_docstrings_parser ``` ```` ````{py:function} get_fields_with_emg_ids() -> list[str] :canonical: nexusLIMS.schemas.em_glossary.get_fields_with_emg_ids ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.get_fields_with_emg_ids :parser: autodoc2_docstrings_parser ``` ```` ````{py:function} get_all_emg_terms() -> typing.Dict[str, typing.Dict[str, str]] :canonical: nexusLIMS.schemas.em_glossary.get_all_emg_terms ```{autodoc2-docstring} nexusLIMS.schemas.em_glossary.get_all_emg_terms :parser: autodoc2_docstrings_parser ``` ````