Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move predicate_label examples to predicate_id in sssom_schema.yaml #370

Merged
merged 3 commits into from
Aug 6, 2024
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
28 changes: 15 additions & 13 deletions src/sssom_schema/schema/sssom_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,19 +186,7 @@ slots:
range: EntityReference
required: true
slot_uri: owl:annotatedProperty
examples:
- value: skos:exactMatch
predicate_modifier:
description: A modifier for negating the prediate. See https://github.com/mapping-commons/sssom/issues/40 for discussion
range: predicate_modifier_enum
see_also:
- https://github.com/mapping-commons/sssom/issues/107
examples:
- value: Not
description: Negates the predicate, see documentation of predicate_modifier_enum
predicate_label:
description: The label of the predicate/relation of the mapping
range: string

examples:
matentzn marked this conversation as resolved.
Show resolved Hide resolved
- value: owl:sameAs
description: The subject and the object are instances (owl individuals), and the two instances are the same.
Expand All @@ -224,6 +212,20 @@ slots:
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)
- value: rdfs:seeAlso
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.
predicate_modifier:
description: A modifier for negating the predicate. See https://github.com/mapping-commons/sssom/issues/40 for discussion
range: predicate_modifier_enum
see_also:
- https://github.com/mapping-commons/sssom/issues/107
examples:
- value: Not
description: Negates the predicate, see documentation of predicate_modifier_enum
predicate_label:
description: The label of the predicate/relation of the mapping
range: string
examples:
- value: has cross-reference
description: The label of the oboInOwl:hasDbXref property to represent cross-references.
predicate_type:
description: The type of entity that is being mapped.
range: entity_type_enum
Expand Down
Loading