Skip to content

Commit c332cb2

Browse files
gouttegdehartley
andauthored
Fix PredicateModifier enum.
Incorrect indentation meant that the `meaning: sssom:NegatedPredicated` would have been interpreted as _another PredicateModifier value_, instead of the meaning of the `Not` value. Co-authored-by: Emily Hartley <ehartley@c-path.org>
1 parent 573fa88 commit c332cb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sssom_schema/schema/sssom_schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ enums:
7171

7272
predicate_modifier_enum:
7373
permissible_values:
74-
meaning: sssom:NegatedPredicate
7574
Not: Negating the mapping predicate. The meaning of the triple becomes subject_id is not a predicate_id match to object_id.
75+
meaning: sssom:NegatedPredicate
7676
mapping_cardinality_enum:
7777
permissible_values:
7878
"1:1": One-to-one mapping

0 commit comments

Comments
 (0)