Class: Creation
Creation of an element.
URI: kgcl:Creation
classDiagram
class Creation
click Creation href "../Creation"
ChangeMixin <|-- Creation
click ChangeMixin href "../ChangeMixin"
Creation <|-- EdgeCreation
click EdgeCreation href "../EdgeCreation"
Creation <|-- MappingCreation
click MappingCreation href "../MappingCreation"
Creation <|-- NodeCreation
click NodeCreation href "../NodeCreation"
Creation : about
Creation --> "0..1" OntologyElement : about
click OntologyElement href "../OntologyElement"
Creation : has_undo
Creation --> "0..1" Deletion : has_undo
click Deletion href "../Deletion"
Creation : new_value
Creation : old_value
Inheritance
- ChangeMixin
- Creation
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
about | 0..1 OntologyElement |
The 'focus' entity on which the change operates | ChangeMixin |
has_undo | 0..1 Deletion |
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 |
---|---|
EdgeCreation | An edge change in which a de-novo edge is created |
MappingCreation | A specific kind of edge creation in which the created edge is a mapping |
NodeCreation | a node change in which a new node is created |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/kgcl
Mappings
Mapping Type | Mapped Value |
---|---|
self | kgcl:Creation |
native | kgcl:Creation |
LinkML Source
Direct
name: Creation
description: Creation of an element.
from_schema: https://w3id.org/kgcl
is_a: ChangeMixin
mixin: true
slot_usage:
has_undo:
name: has_undo
range: Deletion
Induced
name: Creation
description: Creation of an element.
from_schema: https://w3id.org/kgcl
is_a: ChangeMixin
mixin: true
slot_usage:
has_undo:
name: has_undo
range: Deletion
attributes:
about:
name: about
description: The 'focus' entity on which the change operates
from_schema: https://w3id.org/kgcl
rank: 1000
alias: about
owner: Creation
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: Creation
domain_of:
- Change
- ChangeMixin
range: Deletion
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: Creation
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: Creation
domain_of:
- SimpleChange
- ChangeMixin
- NodeRename
- SetLanguageForName
- NewSynonym
- SynonymReplacement
- SynonymPredicateChange
- MappingReplacement
- MappingPredicateChange
- MetadataAssertionReplacement
- MetadataAssertionPredicateChange
- NewTextDefinition
- TextDefinitionReplacement
range: string