Skip to content

Class: MolecularFunctionTermObject

A term object that represents a molecular function term from GO

URI: gocam:MolecularFunctionTermObject

classDiagram class MolecularFunctionTermObject click MolecularFunctionTermObject href "../MolecularFunctionTermObject" TermObject <|-- MolecularFunctionTermObject click TermObject href "../TermObject" MolecularFunctionTermObject : id MolecularFunctionTermObject : label MolecularFunctionTermObject : obsolete MolecularFunctionTermObject : 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
MolecularFunctionAssociation term range MolecularFunctionTermObject

Identifier and Mapping Information

Valid ID Prefixes

Instances of this class should have identifiers with one of the following prefixes:

  • GO

Schema Source

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

Mappings

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

LinkML Source

Direct

name: MolecularFunctionTermObject
id_prefixes:
- GO
description: A term object that represents a molecular function term from GO
from_schema: https://w3id.org/gocam
is_a: TermObject

Induced

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