Skip to content

Commit 8d5c291

Browse files
colleenXugithub-actions[bot]
authored andcommitted
Update docs/reference.md [no ci]
1 parent e9257d4 commit 8d5c291

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Generic attribute for a node or an edge that expands the key-value pair concept
284284

285285
| Field Name | Type | Description |
286286
| --- | :---: | --- |
287-
| attribute_type_id | [CURIE](#curie-) | **REQUIRED**. The primary 'key' of the attribute object, holding a CURIE of an ontology property defining the specific attribute (preferably the CURIE of a Biolink association slot). This property captures the relationship asserted to hold between the value of the attribute, and the node or edge from which it hangs. For example, that a value of '0.000153' represents a p-value supporting an edge. |
287+
| attribute_type_id | [CURIE](#curie-) | **REQUIRED**. The main 'key' of the attribute object, holding a CURIE of an ontology property defining the specific attribute (preferably the CURIE of a Biolink association slot). This property captures the relationship asserted to hold between the value of the attribute, and the node or edge from which it hangs. For example, that a value of '0.000153' represents a p-value supporting an edge. |
288288
| original_attribute_name | `string` | The term used by the original source of an attribute to describe the meaning or significance of the value it captures. This may be a column name in a source tsv file, or a key in a source json document for the field in the data that held the attribute's value. Capturing this information where possible lets us preserve what the original source said. Note that the data type is string' but the contents of the property could also be a CURIE of a third party ontology term. |
289289
| value | any | **REQUIRED**. Value of the attribute. May be any data type, including a list. |
290290
| value_type_id | [CURIE](#curie-) | CURIE describing the semantic type of an attribute's value. Use a Biolink class if possible, otherwise a term from an external ontology. If a suitable CURIE/identifier does not exist, enter a descriptive phrase here and submit the new type for consideration by the appropriate authority. |

0 commit comments

Comments
 (0)