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

add 'url' property with a description that was difficult to write in … #1492

Merged
merged 2 commits into from
May 10, 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
11 changes: 11 additions & 0 deletions biolink-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,17 @@ slots:
- gff3:Dbxref
- gpi:DB_Xrefs

url:
is_a: node property
description: >-
This slot holds a string representation of a URL for an external resource about the node it is
present on. Unlike an 'xref' that is primarily represented by a CURIE, this slot is intended to hold a full
URL that can be used to directly access a resource. When linking to an external resource that cannot be
represented by a unique CURIE, this slot should be used. However, when the intent is to link to the
default URI expansion of a CURIE related to the node it is present on, the xref slot should be used instead.
domain: entity
range: string

semmed agreement count:
is_a: association slot
range: integer
Expand Down
Loading