x-bte-kgs-node Object

Describe a node in a meta knowledge graph. Used to describe the inputs and outputs of a single-hop knowledge graph retrieval operation.

Properties

Properties
Property name Type Description
id String The identifier used to represent the node, e.g. NCBIGene. The value should be prefixed with “biolink:”.
semantic String The semantic type used to represent the node, e.g. Gene. The value should be prefixed with “biolink:”.

x-bte-kgs-node example

The following example represents a x-bte-kgs-node object with identifier as “NCBIGene” from the biolink model and semantic type as “Gene” from the biolink model.

{
    “id”: “biolink:NCBIGene”,
    “semantic”: “biolink:Gene”
}