-
See #811
```
=> Edge has an attribute_type_id that is not an association slot
$ infores:bindingdb -> infores:biothings-bindingdb -> infores:service-provider-trapi
# biolink:provided_by
…
-
This may be a flaw in the underlying Pydantic node writing software, but is noted here to make the defect visible for remediation.
-
@chunyuma reported the following issue:
> I have a question regarding the predicate “biolink:treats” in our kg2. I found that the “biolink:treats” predicate seems not a relation only existing betwe…
-
At the moment we have the ability to properly type some ontologies with their corresponding BM categories (e.g. MONDO classes get typed with biolink:Disease https://github.com/biolink/kgx/blob/b4e1e5e…
-
The prefix_prioritization_map defines prefixes to be used to replace others in a clique merge:
https://github.com/biolink/kgx/blob/6645182e121c2e1172db862bba67cb114c963bed/kgx/utils/kgx_utils.py#L412…
-
Some TestRunners may need to know the Biolink Model categories of their inputs and/or outputs. Although 'category' fields are already provided in the TestAsset model, they are not always being set to…
-
Gene orthology knowledge curation (i.e. from the [Panther database]()) relates gene instances to gene families. It's relatively easy to infer guess what concept nodes need to be captured, i.e. `bioli…
-
This query asks what chemical entity interacts with a particular gene:
```
{"query_graph": {
"nodes": {
"$source": {
"cat…
-
It's possible I'm misunderstanding some recent changes to KG2 or the biolink model here but when I run the following query in the [KG 2.6.7 neo4j](http://kg2endpoint-kg2-6-7.rtx.ai:7474/browser/):
``…
-
The 2.0 release docs https://biolink.github.io/biolink-model/Migration_2.0_Guide.html has
```
Inverses
added inverses for the majority of biolink predicates.
primary direction of predicate tagge…