Enum: NodeTypeEnum

The main type of a node

URI: NodeTypeEnum

Permissible Values

Value

Meaning

Description

CLASS

owl:Class

PROPERTY

rdfs:Property

INDIVIDUAL

owl:NamedIndividual

Identifier and Mapping Information

Schema Source

  • from schema: https://github.com/geneontology/obographs

LinkML Source

```yaml name: NodeTypeEnum description: The main type of a node from_schema: https://github.com/geneontology/obographs rank: 1000 permissible_values: CLASS: text: CLASS meaning: owl:Class PROPERTY: text: PROPERTY meaning: rdfs:Property INDIVIDUAL: text: INDIVIDUAL meaning: owl:NamedIndividual
</details>