Skip to content

Commit b742e74

Browse files
authored
Merge pull request #563 from NCATSTranslator/attribute-clarify
Attribute clarify
2 parents 33dcf38 + 8d5c291 commit b742e74

2 files changed

Lines changed: 47 additions & 49 deletions

File tree

TranslatorReasonerAPI.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,14 +1193,12 @@ components:
11931193
attribute_type_id:
11941194
$ref: '#/components/schemas/CURIE'
11951195
description: >-
1196-
The 'key' of the attribute object, holding a CURIE of an ontology
1197-
property defining the attribute (preferably the CURIE of a
1196+
The main 'key' of the attribute object, holding a CURIE of an ontology
1197+
property defining the specific attribute (preferably the CURIE of a
11981198
Biolink association slot). This property captures the relationship
11991199
asserted to hold between the value of the attribute, and the node
12001200
or edge from which it hangs. For example, that a value of
1201-
'0.000153' represents a p-value supporting an edge, or that
1202-
a value of 'ChEMBL' represents the original source of the knowledge
1203-
expressed in the edge.
1201+
'0.000153' represents a p-value supporting an edge.
12041202
examples:
12051203
- biolink:synonym
12061204
original_attribute_name:
@@ -1631,8 +1629,9 @@ components:
16311629
type: string
16321630
description: >-
16331631
Human-readable name or label for the constraint concept.
1634-
If appropriate, it SHOULD be the term name of the CURIE used
1635-
as the 'id'. This is redundant but required for human
1632+
It SHOULD be the term name of the CURIE used
1633+
as the 'id' and SHOULD NOT supersede the use of AttributeConstraint.id (which
1634+
is required). This is redundant but recommended for human
16361635
readability.
16371636
examples:
16381637
- molecular mass
@@ -1700,7 +1699,6 @@ components:
17001699
if possible. This property SHOULD be provided if a unit_id is
17011700
provided. This is redundant but recommended for human readability.
17021701
required:
1703-
- name
17041702
- id
17051703
- operator
17061704
- value

0 commit comments

Comments
 (0)