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.