Skip to content

Class: Unobsoletion

Opposite operation of obsoletion. Rarely performed.

URI: kgcl:Unobsoletion

classDiagram class Unobsoletion click Unobsoletion href "../Unobsoletion" ChangeMixin <|-- Unobsoletion click ChangeMixin href "../ChangeMixin" Unobsoletion <|-- NodeUnobsoletion click NodeUnobsoletion href "../NodeUnobsoletion" Unobsoletion : about Unobsoletion --> "0..1" OntologyElement : about click OntologyElement href "../OntologyElement" Unobsoletion : has_undo Unobsoletion --> "0..1" Obsoletion : has_undo click Obsoletion href "../Obsoletion" Unobsoletion : new_value Unobsoletion : old_value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
about 0..1
OntologyElement
The 'focus' entity on which the change operates ChangeMixin
has_undo 0..1
Obsoletion
A change that reverses this change ChangeMixin
old_value 0..1
String
The value of a property held in the old instance of the ontology ChangeMixin
new_value 0..1
String
The value of a property held in the new instance of the ontology ChangeMixin

Mixin Usage

mixed into description
NodeUnobsoletion unobsoletion of a node deprecates usage of that node

See Also

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self kgcl:Unobsoletion
native kgcl:Unobsoletion

LinkML Source

Direct

name: Unobsoletion
description: Opposite operation of obsoletion. Rarely performed.
from_schema: https://w3id.org/kgcl
see_also:
- http://wiki.geneontology.org/index.php/Restoring_an_Obsolete_Ontology_Term
is_a: ChangeMixin
mixin: true
slot_usage:
  has_undo:
    name: has_undo
    range: Obsoletion

Induced

name: Unobsoletion
description: Opposite operation of obsoletion. Rarely performed.
from_schema: https://w3id.org/kgcl
see_also:
- http://wiki.geneontology.org/index.php/Restoring_an_Obsolete_Ontology_Term
is_a: ChangeMixin
mixin: true
slot_usage:
  has_undo:
    name: has_undo
    range: Obsoletion
attributes:
  about:
    name: about
    description: The 'focus' entity on which the change operates
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: about
    owner: Unobsoletion
    domain_of:
    - ChangeMixin
    range: OntologyElement
    multivalued: false
  has_undo:
    name: has_undo
    description: A change that reverses this change
    from_schema: https://w3id.org/kgcl
    rank: 1000
    domain: Change
    alias: has_undo
    owner: Unobsoletion
    domain_of:
    - Change
    - ChangeMixin
    range: Obsoletion
    multivalued: false
  old_value:
    name: old_value
    description: The value of a property held in the old instance of the ontology
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: old_value
    owner: Unobsoletion
    domain_of:
    - SimpleChange
    - ChangeMixin
    - NodeRename
    - SetLanguageForName
    - RemoveSynonym
    - SynonymReplacement
    - SynonymPredicateChange
    - MappingReplacement
    - MappingPredicateChange
    - MetadataAssertionReplacement
    - MetadataAssertionPredicateChange
    - RemoveTextDefinition
    - TextDefinitionReplacement
    range: string
  new_value:
    name: new_value
    description: The value of a property held in the new instance of the ontology
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: new_value
    owner: Unobsoletion
    domain_of:
    - SimpleChange
    - ChangeMixin
    - NodeRename
    - SetLanguageForName
    - NewSynonym
    - SynonymReplacement
    - SynonymPredicateChange
    - MappingReplacement
    - MappingPredicateChange
    - MetadataAssertionReplacement
    - MetadataAssertionPredicateChange
    - NewTextDefinition
    - TextDefinitionReplacement
    range: string