Module: Glossarist::GlossaryDefinition
- Defined in:
- lib/glossarist/glossary_definition.rb
Constant Summary collapse
- CONCEPT_SOURCE_STATUSES =
config.dig("concept_source", "status").freeze
- CONCEPT_SOURCE_TYPES =
config.dig("concept_source", "type").freeze
- RELATED_CONCEPT_TYPES =
config.dig("related_concept", "type").freeze
- ABBREVIATION_TYPES =
config.dig("abbreviation", "type").freeze
- GRAMMAR_INFO_BOOLEAN_ATTRIBUTES =
config.dig("grammar_info", "boolean_attribute").freeze
- GRAMMAR_INFO_GENDERS =
config.dig("grammar_info", "gender").freeze
- GRAMMAR_INFO_NUMBERS =
config.dig("grammar_info", "number").freeze
- DESIGNATION_BASE_NORMATIVE_STATUSES =
config.dig("designation", "base", "normative_status").freeze
- CONCEPT_DATE_TYPES =
config.dig("concept_date", "type").freeze
- CONCEPT_STATUSES =
config.dig("concept", "status").freeze
- DESIGNATION_RELATIONSHIP_TYPES =
config.dig("designation", "relationship_type")&.freeze
- ISO12620_TERM_TYPES =
config.dig("iso12620", "term_type").freeze
- COMPLETENESS_VALUES =
PartitiveRelation redesign (TODO.partitive-relation-v2).
config.dig("completeness", "value").freeze
- MULTIPLICITY_VALUES =
config.dig("multiplicity", "value").freeze