Skip to content

Class: PhaseTermObject

A term object that represents a phase term from GO or UBERON

URI: gocam:PhaseTermObject

classDiagram class PhaseTermObject click PhaseTermObject href "../PhaseTermObject" TermObject <|-- PhaseTermObject click TermObject href "../TermObject" PhaseTermObject : id PhaseTermObject : label PhaseTermObject : obsolete PhaseTermObject : 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
BiologicalProcessAssociation happens_during range PhaseTermObject

Identifier and Mapping Information

Valid ID Prefixes

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

  • GO

  • UBERON

  • PO

Schema Source

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

Mappings

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

LinkML Source

Direct

name: PhaseTermObject
id_prefixes:
- GO
- UBERON
- PO
description: A term object that represents a phase term from GO or UBERON
from_schema: https://w3id.org/gocam
is_a: TermObject

Induced

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