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
a TRAPI message should fail validation if it uses: "biolink:publication" instead of "biolink:publications". In Biolink, the publications slot/attribute has a 'singular_name' field that confuses this validation:
publications:
aliases: ["supporting publications"]
singular_name: publication
description: >-
One or more publications that report the statement expressed in an Association, or provide information used as
evidence supporting this statement.
is_a: supporting documents
multivalued: true
range: publication
We use this metadata tag very sparingly in Biolink at the moment, only on "authors", "publications", and "qualifiers". As "qualifiers" (as a multivalued slot) is being deprecated, and this issue was raised for "publications", it makes sense to remove this for "authors" as well.
The text was updated successfully, but these errors were encountered:
a TRAPI message should fail validation if it uses: "biolink:publication" instead of "biolink:publications". In Biolink, the publications slot/attribute has a 'singular_name' field that confuses this validation:
We use this metadata tag very sparingly in Biolink at the moment, only on "authors", "publications", and "qualifiers". As "qualifiers" (as a multivalued slot) is being deprecated, and this issue was raised for "publications", it makes sense to remove this for "authors" as well.
The text was updated successfully, but these errors were encountered: