Skip to content

Enum: MappingCardinalityEnum

URI: MappingCardinalityEnum

Permissible Values

Value Meaning Description
1:1 None Indicates the mapping record is about a one-to-one mapping, that is, the subj...
1:n None Indicates the mapping record is about a one-to-many mapping, that is, the sam...
n:1 None Indicates the mapping record is about a many-to-one mapping, that is, several...
n:n None Indicates the mapping record is about a many-to-many mapping, that is, the su...
1:0 None Indicates that the subject has no match in the object vocabulary
0:1 None Indicates that the object has no match in the subject vocabulary
0:0 None Indicates that there is no match between the subject vocabulary and the objec...

Slots

Name Description
mapping_cardinality A value indicating whether the subject (respectively object) of this mapping ...

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: Indicates the mapping record is about a one-to-one mapping, that
      is, the subject and the object are only mapped to each other, exclusive of any
      other subject or object.
  1:n:
    text: 1:n
    description: Indicates the mapping record is about a one-to-many mapping, that
      is, the same subject is mapped to several different objects.
  n:1:
    text: n:1
    description: Indicates the mapping record is about a many-to-one mapping, that
      is, several different subjects are mapped to the same object.
  n:n:
    text: n:n
    description: Indicates the mapping record is about a many-to-many mapping, that
      is, the subject is mapped to several different objects and the object is mapped
      to several different subjects.
  '1:0':
    text: '1:0'
    description: Indicates that the subject has no match in the object vocabulary.
      This value MUST only be used when the object_id is sssom:NoTermFound.
  0:1:
    text: 0:1
    description: Indicates that the object has no match in the subject vocabulary.
      This value MUST only be used when the subject_id is sssom:NoTermFound.
  0:0:
    text: 0:0
    description: Indicates that there is no match between the subject vocabulary and
      the object vocabulary. This value MUST only be used when both the subject_id
      and the object_id are sssom:NoTermFound.