Skip to content

Class: AllowsAutomaticReplacementOfEdges

Applies to an obsoletion in which annotations or edges pointing at the obsoleted node can be automatically rewired to point to a target

URI: kgcl:AllowsAutomaticReplacementOfEdges

classDiagram class AllowsAutomaticReplacementOfEdges click AllowsAutomaticReplacementOfEdges href "../AllowsAutomaticReplacementOfEdges" Obsoletion <|-- AllowsAutomaticReplacementOfEdges click Obsoletion href "../Obsoletion" AllowsAutomaticReplacementOfEdges <|-- NodeDirectMerge click NodeDirectMerge href "../NodeDirectMerge" AllowsAutomaticReplacementOfEdges <|-- NodeObsoletionWithDirectReplacement click NodeObsoletionWithDirectReplacement href "../NodeObsoletionWithDirectReplacement" AllowsAutomaticReplacementOfEdges : about AllowsAutomaticReplacementOfEdges --> "0..1" OntologyElement : about click OntologyElement href "../OntologyElement" AllowsAutomaticReplacementOfEdges : has_undo AllowsAutomaticReplacementOfEdges --> "0..1" Obsoletion : has_undo click Obsoletion href "../Obsoletion" AllowsAutomaticReplacementOfEdges : new_value AllowsAutomaticReplacementOfEdges : old_value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
about 0..1
OntologyElement
The element that is obsoleted by this change 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
NodeDirectMerge An obsoletion change in which all metadata (including name/label) from the so...
NodeObsoletionWithDirectReplacement An obsoletion change in which information from the obsoleted node is selectiv...

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: AllowsAutomaticReplacementOfEdges
description: Applies to an obsoletion in which annotations or edges pointing at the
  obsoleted node can be automatically rewired to point to a target
from_schema: https://w3id.org/kgcl
is_a: Obsoletion
mixin: true

Induced

name: AllowsAutomaticReplacementOfEdges
description: Applies to an obsoletion in which annotations or edges pointing at the
  obsoleted node can be automatically rewired to point to a target
from_schema: https://w3id.org/kgcl
is_a: Obsoletion
mixin: true
attributes:
  about:
    name: about
    description: The element that is obsoleted by this change.
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: about
    owner: AllowsAutomaticReplacementOfEdges
    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: AllowsAutomaticReplacementOfEdges
    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: AllowsAutomaticReplacementOfEdges
    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: AllowsAutomaticReplacementOfEdges
    domain_of:
    - SimpleChange
    - ChangeMixin
    - NodeRename
    - SetLanguageForName
    - NewSynonym
    - SynonymReplacement
    - SynonymPredicateChange
    - MappingReplacement
    - MappingPredicateChange
    - MetadataAssertionReplacement
    - MetadataAssertionPredicateChange
    - NewTextDefinition
    - TextDefinitionReplacement
    range: string