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
1) use check_biolink_model_compliance_of_query_graph() right away to validate QGraphs prior to query submission (note: if a KG is also part of a query, you can also use the corresponding knowledge graph method)
2) We will write a "one stop" method for "semantic" (beyond schema validation) validation of TRAPI Response (including the Message components: QGraph, KnowledgeGraph and Results components)
3) iterate to enhance validation (e.g. we can already ponder add detection of 'dangling nodes/edges' by iterating through node <-> edge mappings)
4) we will strive to optimize performance to make the the reasoner-validator methods tractable for high throughput use
5) Add Biolink Model 3.0 support (after the September 2022 Translator Relay)
The text was updated successfully, but these errors were encountered:
1) use check_biolink_model_compliance_of_query_graph() right away to validate QGraphs prior to query submission (note: if a KG is also part of a query, you can also use the corresponding knowledge graph method)
2) We will write a "one stop" method for "semantic" (beyond schema validation) validation of TRAPI Response (including the
Message
components:QGraph
,KnowledgeGraph
andResults
components)3) iterate to enhance validation (e.g. we can already ponder add detection of 'dangling nodes/edges' by iterating through node <-> edge mappings)
4) we will strive to optimize performance to make the the reasoner-validator methods tractable for high throughput use
5) Add Biolink Model 3.0 support (after the September 2022 Translator Relay)
The text was updated successfully, but these errors were encountered: