Slot: comments

A list of comments about the entity

URI: rdfs:comment

Applicable Classes

Name

Description

Modifies Slot

Meta

A collection of annotations on an entity or ontology or edge or axiom

no

Properties

  • Range: String

  • Multivalued: True

Comments

  • for historic reasons obo format only supports a single comment per entity. This limitation is not carried over here, but users should be aware that multiple comments will not be supported in converting back to obo format.

Identifier and Mapping Information

Schema Source

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

LinkML Source

```yaml name: comments description: A list of comments about the entity comments: - for historic reasons obo format only supports a single comment per entity. This limitation is not carried over here, but users should be aware that multiple comments will not be supported in converting back to obo format. from_schema: https://github.com/geneontology/obographs rank: 1000 slot_uri: rdfs:comment multivalued: true alias: comments domain_of: - Meta range: string
</details>