Class: node change
A simple change where the change is about a node
URI: kgcl:NodeChange
Parents
- is_a: SimpleChange - A change that is about a single ontology element
Children
- AddNodeToSubset - Places a node inside a subset, by annotating that node
- NodeAnnotationChange - A node change where the change alters node properties/annotations. TODO
- NodeCreation - a node change in which a new node is created
- NodeDeletion - Deletion of a node from the graph. Note it is recommended nodes are obsoleted and never merged, but this operation exists to represent deletions in ontologies, accidental or otherwise
- NodeObsoletion - Obsoletion of a node deprecates usage of that node, but does not delete it.
- NodeRename - A node change where the name (aka rdfs:label) of the node changes
- NodeSynonymChange
- NodeTextDefinitionChange - A node change where the text definition is changed
- NodeUnobsoletion - unobsoletion of a node deprecates usage of that node. Rarely applied.
- RemovedNodeFromSubset - Removes a node from a subset, by removing an annotation
Referenced by class
Attributes
Own
- about node 0..1
- Range: Node
Inherited from simple change:
- id 1..1
- Range: String
- change➞was generated by 0..1
- Range: Activity
- change➞see also 0..1
- Range: String
- change➞pull request 0..1
- Range: String
- change➞creator 0..1
- Range: String
- change➞change date 0..1
- Range: String
- contributor 0..1
- Range: String
- has undo 0..1
- Description: A change that reverses this change
- Range: Change
- old value 0..1
- Description: The value of a property held in the old instance of the ontology
- Range: String
- new value 0..1
- Description: The value of a property held in the new instance of the ontology
- Range: String