# Enum: PropertyTypeEnum _The node subtype for property nodes_ URI: [PropertyTypeEnum](PropertyTypeEnum.md) ## Permissible Values | Value | Meaning | Description | | --- | --- | --- | | ANNOTATION | owl:AnnotationProperty | | | OBJECT | owl:ObjectProperty | | | DATA | owl:DatatypeProperty | | ## Slots | Name | Description | | --- | --- | | [propertyType](propertyType.md) | | ## 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 ```