Skip to content

Class: GeneProductTermObject

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

URI: gocam:GeneProductTermObject

classDiagram class GeneProductTermObject click GeneProductTermObject href "../GeneProductTermObject" InformationBiomacromoleculeTermObject <|-- GeneProductTermObject click InformationBiomacromoleculeTermObject href "../InformationBiomacromoleculeTermObject" GeneProductTermObject : id GeneProductTermObject : label GeneProductTermObject : obsolete GeneProductTermObject : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1
Uriorcurie
Object
label 0..1
String
Object
type 0..1
Uriorcurie
Object
obsolete 0..1
Boolean
Object

Usages

used by used in type used
EnabledByGeneProductAssociation term range GeneProductTermObject
EnabledByProteinComplexAssociation members range GeneProductTermObject

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
    alias: id
    owner: GeneProductTermObject
    domain_of:
    - Model
    - Activity
    - Object
    range: uriorcurie
    required: true
  label:
    name: label
    from_schema: https://w3id.org/gocam
    rank: 1000
    slot_uri: rdfs:label
    alias: label
    owner: GeneProductTermObject
    domain_of:
    - Object
    range: string
  type:
    name: type
    from_schema: https://w3id.org/gocam
    designates_type: true
    alias: type
    owner: GeneProductTermObject
    domain_of:
    - Association
    - Object
    range: uriorcurie
  obsolete:
    name: obsolete
    from_schema: https://w3id.org/gocam
    rank: 1000
    alias: obsolete
    owner: GeneProductTermObject
    domain_of:
    - Object
    range: boolean