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

Clarifying descriptions of various properties #306

Merged
merged 3 commits into from
Jul 27, 2023
Merged
Changes from 2 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
31 changes: 14 additions & 17 deletions src/sssom_schema/schema/sssom_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -298,40 +298,37 @@ slots:
the mapping. The creator is the agent that put the mapping in its published form,
which may be different from the author, which is a person that was actively involved
in the assertion of the mapping.
Recommended to be a (pipe-separated) list of ORCIDs or otherwise
identifying URLs, but any identifying string (such as name and affiliation)
is permissible.
Recommended to be a list of ORCIDs or otherwise
identifying URIs.
slot_uri: dcterms:creator
range: EntityReference
multivalued: true
creator_label:
description: A string identifying the creator of this mapping. In the spirit of
provenance, consider to use creator_id instead.
provenance, consider using creator_id instead.
range: string
multivalued: true
author_id:
description: Identifies the persons or groups responsible for asserting the mappings.
Recommended to be a (pipe-separated) list of ORCIDs or otherwise
identifying URLs, but any identifying string (such as name and affiliation)
is permissible.
Recommended to be a list of ORCIDs or otherwise
identifying URIs.
slot_uri: pav:authoredBy
range: EntityReference
multivalued: true
author_label:
description: A string identifying the author of this mapping. In the spirit of
provenance, consider to use author_id instead.
provenance, consider using author_id instead.
range: string
multivalued: true
reviewer_id:
description: Identifies the persons or groups that reviewed and confirmed the mapping.
Recommended to be a (pipe-separated) list of ORCIDs or otherwise
identifying URLs, but any identifying string (such as name and affiliation)
is permissible.
Recommended to be a list of ORCIDs or otherwise
identifying URIs.
range: EntityReference
multivalued: true
reviewer_label:
description: A string identifying the reviewer of this mapping. In the spirit of
provenance, consider to use reviewer_id instead.
provenance, consider using reviewer_id instead.
range: string
multivalued: true
license:
Expand All @@ -340,7 +337,7 @@ slots:
range: uri
slot_uri: dcterms:license
subject_source:
description: URI of ontology source for the subject.
description: URI of vocabulary or identifier source for the subject.
range: EntityReference
examples:
- value: obo:mondo.owl
Expand All @@ -354,7 +351,7 @@ slots:
- value: http://purl.obolibrary.org/obo/mondo/releases/2021-01-30/mondo.owl
description: (A persistent Version IRI pointing to the Mondo version '2021-01-30')
object_source:
description: IRI of ontology source for the object. Version IRI preferred.
description: URI of vocabulary or identifier source for the object.
range: EntityReference
examples:
- value: obo:mondo.owl
Expand Down Expand Up @@ -415,12 +412,12 @@ slots:
the match is correct, where 1 denotes total confidence.
range: double
subject_match_field:
description: A tuple of fields (term annotations on the subject) that was used
description: A list of properties (term annotations on the subject) that was used
for the match.
range: EntityReference
multivalued: true
object_match_field:
description: A tuple of fields (term annotations on the object) that was used
description: A list of properties (term annotations on the object) that was used
for the match.
range: EntityReference
multivalued: true
Expand Down Expand Up @@ -490,7 +487,7 @@ slots:
range: string
multivalued: true
other:
description: Pipe separated list of key value pairs for properties not part of
description: List of key-value pairs for properties not part of
matentzn marked this conversation as resolved.
Show resolved Hide resolved
the SSSOM spec. Can be used to encode additional provenance data.
range: string
comment:
Expand Down