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

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

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
EnabledByAssociation term range InformationBiomacromoleculeTermObject

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