You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move predicate_label examples to predicate_id in sssom_schema.yaml (#370)
Fixes#369.
The examples for the predicate_id slot where in the wrong slot
(predicate_label), here we move them to be correct.
I have also added a single example for the predicate_label slot.
---------
Co-authored-by: Joe Flack <[email protected]>
description: Negates the predicate, see documentation of predicate_modifier_enum
199
-
predicate_label:
200
-
description: The label of the predicate/relation of the mapping
201
-
range: string
189
+
202
190
examples:
203
191
- value: owl:sameAs
204
192
description: The subject and the object are instances (owl individuals), and the two instances are the same.
@@ -224,6 +212,20 @@ slots:
224
212
description: Two terms are related in some way. The meaning is frequently consistent across a single set of mappings. Note this property is often overloaded even where the terms are of a different nature (e.g. interpro2go)
225
213
- value: rdfs:seeAlso
226
214
description: The subject and the object are associated in some unspecified way. The object IRI often resolves to a resource on the web that provides additional information.
215
+
predicate_modifier:
216
+
description: A modifier for negating the predicate. See https://github.com/mapping-commons/sssom/issues/40 for discussion
0 commit comments