Skip to content

Class: CellularAnatomicalEntityTermObject

A term object that represents a cellular anatomical entity term from GO

URI: [gocam:CellularAnatomicalEntityTermObject](https://w3id.org/gocam/CellularAnatomicalEntityTermObject)
classDiagram class CellularAnatomicalEntityTermObject click CellularAnatomicalEntityTermObject href "../CellularAnatomicalEntityTermObject/" TermObject <|-- CellularAnatomicalEntityTermObject click TermObject href "../TermObject/" CellularAnatomicalEntityTermObject : id CellularAnatomicalEntityTermObject : label CellularAnatomicalEntityTermObject : obsolete CellularAnatomicalEntityTermObject : type
## Inheritance * [Object](Object.md) * [TermObject](TermObject.md) * **CellularAnatomicalEntityTermObject** ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | | [Object](Object.md) | | [label](label.md) | 0..1
[String](String.md) | | [Object](Object.md) | | [type](type.md) | 0..1
[Uriorcurie](Uriorcurie.md) | | [Object](Object.md) | | [obsolete](obsolete.md) | 0..1
[Boolean](Boolean.md) | | [Object](Object.md) | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [CellularAnatomicalEntityAssociation](CellularAnatomicalEntityAssociation.md) | [term](term.md) | range | [CellularAnatomicalEntityTermObject](CellularAnatomicalEntityTermObject.md) | ## Identifier and Mapping Information ### Valid ID Prefixes Instances of this class *should* have identifiers with one of the following prefixes: * GO ### Schema Source * from schema: https://w3id.org/gocam ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | gocam:CellularAnatomicalEntityTermObject | | native | gocam:CellularAnatomicalEntityTermObject | ## LinkML Source ### Direct
name: CellularAnatomicalEntityTermObject
id_prefixes:
- GO
description: A term object that represents a cellular anatomical entity term from
  GO
from_schema: https://w3id.org/gocam
is_a: TermObject

### Induced
name: CellularAnatomicalEntityTermObject
id_prefixes:
- GO
description: A term object that represents a cellular anatomical entity term from
  GO
from_schema: https://w3id.org/gocam
is_a: TermObject
attributes:
  id:
    name: id
    from_schema: https://w3id.org/gocam
    identifier: true
    owner: CellularAnatomicalEntityTermObject
    domain_of:
    - Model
    - Activity
    - MoleculeNode
    - Object
    range: uriorcurie
    required: true
  label:
    name: label
    from_schema: https://w3id.org/gocam
    rank: 1000
    slot_uri: rdfs:label
    owner: CellularAnatomicalEntityTermObject
    domain_of:
    - Object
    range: string
  type:
    name: type
    from_schema: https://w3id.org/gocam
    designates_type: true
    owner: CellularAnatomicalEntityTermObject
    domain_of:
    - Association
    - Object
    range: uriorcurie
  obsolete:
    name: obsolete
    from_schema: https://w3id.org/gocam
    rank: 1000
    owner: CellularAnatomicalEntityTermObject
    domain_of:
    - Object
    range: boolean