Skip to content

Slot: change_description

A string serialization of the change. This should be both human-readable, and parseable.

URI: kgcl:change_description

Applicable Classes

Name Description Modifies Slot
MappingPredicateChange A node mapping change where the predicate of a mapping is changed no
ComplexChange A change that is is a composition of other changes no
NodeMove A node move is a combination of deleting a parent edge and adding a parent ed... yes
PredicateChange An edge change where the predicate (relationship type) is modified yes
ClassCreation A node creation where the owl type is 'owl:Class' yes
MultiNodeObsoletion A complex change consisting of multiple obsoletions yes
RemoveMapping A node mapping change where a mapping is deleted no
MetadataAssertionPredicateChange A node metadata assertion change where the predicate of a metadata assertion ... no
LogicalAxiomChange A simple change where a logical axiom is changed, where the logical axiom can... no
RemoveNodeFromSubset Removes a node from a subset, by removing an annotation yes
RemoveSynonym A node synonym change where a synonym is deleted no
NodeShallowing The opposite of node deepening yes
MappingReplacement A node mapping change where the object of a mapping is changed no
RemoveMetadataAssertion A node metadata assertion change where a metadata assertion is deleted no
NodeAnnotationReplacement A node annotation change where the change replaces a particular property valu... no
NewMetadataAssertion A node metadata assertion change where a metadata assertion is added to a nod... no
SynonymPredicateChange A node synonym change where the predicate of a synonym is changed no
NodeAnnotationChange A node change where the change alters node properties/annotations no
NodeSynonymChange no
EdgeDeletion An edge change in which an edge is removed yes
NodeCreation a node change in which a new node is created yes
NewMapping A node mapping change where a mapping is added to a node no
NameBecomesSynonym A node synonym where the name NAME of an node NODE moves to a synonym, and NO... yes
NodeTextDefinitionChange A node change where the text definition is changed no
EdgeCreation An edge change in which a de-novo edge is created yes
AddNodeToSubset Places a node inside a subset, by annotating that node no
NodeMetadataAssertionChange A node change where the metadata assertion (OWL annotations) for that node ar... no
NodeMappingChange A node change where the mappings for that node are altered no
Transaction A change that is a composition of a set of changes, where those changes are t... no
MappingCreation A specific kind of edge creation in which the created edge is a mapping yes
EdgeRewiring An edge change where one node is replaced with another, as in the case of obs... no
EdgeObsoletion An edge change in which an edge is obsoleted yes
RemoveUnder An edge deletion where the predicate is owl:subClassOf no
MetadataAssertionReplacement A node metadata assertion change where the object of a metadata assertion is ... no
NodeDeletion Deletion of a node from the graph yes
SynonymReplacement A node synonym change where the text of a synonym is changed no
Change Any change perform on an ontology or knowledge graph no
NodeChange A simple change where the change is about a node no
NodeUnobsoletion unobsoletion of a node deprecates usage of that node yes
TextDefinitionReplacement A node change where a text definition is modified no
NewTextDefinition A node change where a de-novo text definition is created no
NodeObsoletionWithDirectReplacement An obsoletion change in which information from the obsoleted node is selectiv... yes
RemoveTextDefinition A node change where a text definition is deleted no
NodeObsoletion Obsoletion of a node deprecates usage of that node, but does not delete it yes
ObjectPropertyCreation A node creation where the owl type is 'ObjectProperty' yes
NodeDeepening A node move in which a node where the destination is a proper descendant of t... yes
PlaceUnder An edge creation where the predicate is owl:subClassOf no
EdgeChange A change in which the element that is the focus of the change is an edge no
NodeRename A node change where the name (aka rdfs:label) of the node changes yes
SimpleChange A change that is about a single ontology element no
NewSynonym A node synonym change where a de-novo synonym is created no
EdgeLogicalInterpretationChange An edge change where the subject, object, and predicate are unchanged, but th... no
NodeObsoletionWithNoDirectReplacement An obsoletion change in which there is no direct replacement yes
SetLanguageForName A node change where the string value for the name is unchanged but the langua... yes
NodeDirectMerge An obsoletion change in which all metadata (including name/label) from the so... yes

Properties

Examples

Value
rename UBERON:0002398 from 'manus' to 'hand'
move 'hand' from 'part of' 'hindlimb' to 'part of' 'forelimb'
merge 'cellular metabolic process' into 'metabolic process'
search and replace 'metabolic process' with 'metabolism' in all labels under 'biological process'
search and replace 'metabolic process' with 'metabolism' in all labels under 'biological process' retaining as 'exact synonym'

Comments

  • {'Form 1': 'IRIs are denoted by CURIEs, optionally followed by label in parenthesis'}
  • {'Form 2': "IRIs are denoted by the rdfs:label in single quotes, e.g. 'nervous system'"}

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

name: change_description
description: A string serialization of the change. This should be both human-readable,
  and parseable.
comments:
- '{''Form 1'': ''IRIs are denoted by CURIEs, optionally followed by label in parenthesis''}'
- '{''Form 2'': "IRIs are denoted by the rdfs:label in single quotes, e.g. ''nervous
  system''"}'
examples:
- value: rename UBERON:0002398 from 'manus' to 'hand'
- value: move 'hand' from 'part of' 'hindlimb' to 'part of' 'forelimb'
- value: merge 'cellular metabolic process' into 'metabolic process'
- value: search and replace 'metabolic process' with 'metabolism' in all labels under
    'biological process'
- value: search and replace 'metabolic process' with 'metabolism' in all labels under
    'biological process' retaining as 'exact synonym'
from_schema: https://w3id.org/kgcl
rank: 1000
alias: change_description
domain_of:
- Change
range: string