Skip to content

Enum: MappingCardinalityEnum

URI: MappingCardinalityEnum

Permissible Values

Value Meaning Description
1:1 None One-to-one mapping
1:n None One-to-many mapping
n:1 None Many-to-one mapping
1:0 None One-to-none mapping
0:1 None None-to-one mapping
n:n None Many-to-many mapping

Slots

Name Description
mapping_cardinality A string indicating whether this mapping is from a 1:1 (the subject_id maps t...

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/sssom/schema/

LinkML Source

name: mapping_cardinality_enum
from_schema: https://w3id.org/sssom/schema/
rank: 1000
permissible_values:
  '1:1':
    text: '1:1'
    description: One-to-one mapping
  1:n:
    text: 1:n
    description: One-to-many mapping
  n:1:
    text: n:1
    description: Many-to-one mapping
  '1:0':
    text: '1:0'
    description: One-to-none mapping
  0:1:
    text: 0:1
    description: None-to-one mapping
  n:n:
    text: n:n
    description: Many-to-many mapping