Enum: MappingCardinalityEnum
URI: sssom:mapping_cardinality_enum
Permissible Values
| Value |
Meaning |
Description |
Additional Info |
| 1:1 |
None |
Indicates the mapping record is about a one-to-one mapping, that is, the subj... |
Title: one to one
|
| 1:n |
None |
Indicates the mapping record is about a one-to-many mapping, that is, the sam... |
Title: one to many
|
| n:1 |
None |
Indicates the mapping record is about a many-to-one mapping, that is, several... |
Title: many to one
|
| n:n |
None |
Indicates the mapping record is about a many-to-many mapping, that is, the su... |
Title: many to many
|
| 1:0 |
None |
Indicates that the subject has no match in the object vocabulary |
Title: one to none
|
| 0:1 |
None |
Indicates that the object has no match in the subject vocabulary |
Title: none to one
|
| 0:0 |
None |
Indicates that there is no match between the subject vocabulary and the objec... |
Title: none to none
|
Slots
| Name |
Description |
| mapping_cardinality |
A value indicating whether the subject (respectively object) of this mapping ... |
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.
title: one to one
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.
title: one to many
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.
title: many to one
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.
title: many to many
'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.
title: one to none
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.
title: none to one
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.
title: none to none