Skip to content

Class: ProteinComplexTermObject

A term object that represents a protein complex term from GO

URI: gocam:ProteinComplexTermObject

classDiagram class ProteinComplexTermObject click ProteinComplexTermObject href "../ProteinComplexTermObject" InformationBiomacromoleculeTermObject <|-- ProteinComplexTermObject click InformationBiomacromoleculeTermObject href "../InformationBiomacromoleculeTermObject" ProteinComplexTermObject : id ProteinComplexTermObject : label ProteinComplexTermObject : obsolete ProteinComplexTermObject : 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
EnabledByProteinComplexAssociation term range ProteinComplexTermObject

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gocam

Mappings

Mapping Type Mapped Value
self gocam:ProteinComplexTermObject
native gocam:ProteinComplexTermObject

LinkML Source

Direct

name: ProteinComplexTermObject
description: A term object that represents a protein complex term from GO
from_schema: https://w3id.org/gocam
is_a: InformationBiomacromoleculeTermObject

Induced

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