Enum: PropertyTypeEnum
The node subtype for property nodes
URI: PropertyTypeEnum
Permissible Values
Value |
Meaning |
Description |
---|---|---|
ANNOTATION |
owl:AnnotationProperty |
|
OBJECT |
owl:ObjectProperty |
|
DATA |
owl:DatatypeProperty |
Slots
Name |
Description |
---|---|
Identifier and Mapping Information
Schema Source
from schema: https://github.com/geneontology/obographs
LinkML Source
```yaml
name: PropertyTypeEnum
description: The node subtype for property nodes
from_schema: https://github.com/geneontology/obographs
rank: 1000
permissible_values:
ANNOTATION:
text: ANNOTATION
meaning: owl:AnnotationProperty
OBJECT:
text: OBJECT
meaning: owl:ObjectProperty
DATA:
text: DATA
meaning: owl:DatatypeProperty
</details>