Skip to content

Class: GeneProductTermObject

A term object that represents a gene product term from GO or UniProtKB

URI: [gocam:GeneProductTermObject](https://w3id.org/gocam/GeneProductTermObject)
classDiagram class GeneProductTermObject click GeneProductTermObject href "../GeneProductTermObject/" InformationBiomacromoleculeTermObject <|-- GeneProductTermObject click InformationBiomacromoleculeTermObject href "../InformationBiomacromoleculeTermObject/" GeneProductTermObject : id GeneProductTermObject : label GeneProductTermObject : obsolete GeneProductTermObject : type
## Inheritance * [Object](Object.md) * [TermObject](TermObject.md) * [InformationBiomacromoleculeTermObject](InformationBiomacromoleculeTermObject.md) * **GeneProductTermObject** ## 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 | | --- | --- | --- | --- | | [EnabledByGeneProductAssociation](EnabledByGeneProductAssociation.md) | [term](term.md) | range | [GeneProductTermObject](GeneProductTermObject.md) | | [ProteinComplexHasPartAssociation](ProteinComplexHasPartAssociation.md) | [term](term.md) | range | [GeneProductTermObject](GeneProductTermObject.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/gocam ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | gocam:GeneProductTermObject | | native | gocam:GeneProductTermObject | ## LinkML Source ### Direct
name: GeneProductTermObject
description: A term object that represents a gene product term from GO or UniProtKB
from_schema: https://w3id.org/gocam
is_a: InformationBiomacromoleculeTermObject

### Induced
name: GeneProductTermObject
description: A term object that represents a gene product term from GO or UniProtKB
from_schema: https://w3id.org/gocam
is_a: InformationBiomacromoleculeTermObject
attributes:
  id:
    name: id
    from_schema: https://w3id.org/gocam
    identifier: true
    owner: GeneProductTermObject
    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: GeneProductTermObject
    domain_of:
    - Object
    range: string
  type:
    name: type
    from_schema: https://w3id.org/gocam
    designates_type: true
    owner: GeneProductTermObject
    domain_of:
    - Association
    - Object
    range: uriorcurie
  obsolete:
    name: obsolete
    from_schema: https://w3id.org/gocam
    rank: 1000
    owner: GeneProductTermObject
    domain_of:
    - Object
    range: boolean