Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions src/sssom_schema/schema/sssom_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@ default_range: string
enums:
sssom_version_enum:
permissible_values:
"1.0": SSSOM specification version 1.0
"1.1": SSSOM specification version 1.1
"1.0":
meaning: sssom:version1.0
description: SSSOM specification version 1.0
"1.1":
meaning: sssom:version1.1
description: SSSOM specification version 1.1
entity_type_enum:
permissible_values:
owl class:
Expand Down Expand Up @@ -59,14 +63,17 @@ enums:
rdf property:
meaning: rdf:Property
composed entity expression:
meaning: sssom:ComposedEntityExpression
description: This value indicates that the entity ID does not represent a single entity, but a composite involving several individual entities. This value MUST NOT be used in the predicate_type slot. This specifications does not prescribe how an ID representing a composite entity should be interpreted; this is left at the discretion of applications.
see_also:
- https://github.com/mapping-commons/sssom/issues/402
- https://github.com/mapping-commons/sssom/blob/master/examples/schema/composite-entities.sssom.tsv

predicate_modifier_enum:
permissible_values:
Not: Negating the mapping predicate. The meaning of the triple becomes subject_id is not a predicate_id match to object_id.
Not:
description: Negating the mapping predicate. The meaning of the triple becomes subject_id is not a predicate_id match to object_id.
meaning: sssom:NegatedPredicate
mapping_cardinality_enum:
permissible_values:
"1:1": One-to-one mapping
Expand Down