Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.2 KB

ServerStatementPredicate.md

File metadata and controls

12 lines (8 loc) · 1.2 KB

ServerStatementPredicate

Properties

Name Type Description Notes
edge_label str The predicate edge label associated with this statement, which should be as published by the /predicates API endpoint and must be taken from the minimal predicate ('slot') list of the Biolink Model. [optional]
relation str The predicate relation associated with this statement, which should be as published by the /predicates API endpoint with the preferred format being a CURIE where one exists, but strings/labels acceptable. This relation may be equivalent to the edge_label (e.g. edge_label: has_phenotype, relation: RO:0002200), or a more specific relation in cases where the source provides more granularity (e.g. edge_label: molecularly_interacts_with, relation: RO:0002447) [optional]
negated bool (Optional) a boolean that if set to true, indicates the edge statement is negated i.e. is not true [optional]

[Back to Model list] [Back to API list] [Back to README]