Skip to content

Class: InformationBiomacromoleculeTermObject

An abstract class for all information biomacromolecule term objects

* __NOTE__: this is an abstract class and should not be instantiated directly URI: [gocam:InformationBiomacromoleculeTermObject](https://w3id.org/gocam/InformationBiomacromoleculeTermObject)
classDiagram class InformationBiomacromoleculeTermObject click InformationBiomacromoleculeTermObject href "../InformationBiomacromoleculeTermObject/" TermObject <|-- InformationBiomacromoleculeTermObject click TermObject href "../TermObject/" InformationBiomacromoleculeTermObject <|-- GeneProductTermObject click GeneProductTermObject href "../GeneProductTermObject/" InformationBiomacromoleculeTermObject <|-- ProteinComplexTermObject click ProteinComplexTermObject href "../ProteinComplexTermObject/" InformationBiomacromoleculeTermObject : id InformationBiomacromoleculeTermObject : label InformationBiomacromoleculeTermObject : obsolete InformationBiomacromoleculeTermObject : type
## Inheritance * [Object](Object.md) * [TermObject](TermObject.md) * **InformationBiomacromoleculeTermObject** * [GeneProductTermObject](GeneProductTermObject.md) * [ProteinComplexTermObject](ProteinComplexTermObject.md) ## 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 | | --- | --- | --- | --- | | [EnabledByAssociation](EnabledByAssociation.md) | [term](term.md) | range | [InformationBiomacromoleculeTermObject](InformationBiomacromoleculeTermObject.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/gocam ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | gocam:InformationBiomacromoleculeTermObject | | native | gocam:InformationBiomacromoleculeTermObject | ## LinkML Source ### Direct
name: InformationBiomacromoleculeTermObject
description: An abstract class for all information biomacromolecule term objects
from_schema: https://w3id.org/gocam
is_a: TermObject
abstract: true

### Induced
name: InformationBiomacromoleculeTermObject
description: An abstract class for all information biomacromolecule term objects
from_schema: https://w3id.org/gocam
is_a: TermObject
abstract: true
attributes:
  id:
    name: id
    from_schema: https://w3id.org/gocam
    identifier: true
    owner: InformationBiomacromoleculeTermObject
    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: InformationBiomacromoleculeTermObject
    domain_of:
    - Object
    range: string
  type:
    name: type
    from_schema: https://w3id.org/gocam
    designates_type: true
    owner: InformationBiomacromoleculeTermObject
    domain_of:
    - Association
    - Object
    range: uriorcurie
  obsolete:
    name: obsolete
    from_schema: https://w3id.org/gocam
    rank: 1000
    owner: InformationBiomacromoleculeTermObject
    domain_of:
    - Object
    range: boolean