Class: DatatypeOrLanguageTagChange
A change in a value assertion where the value remain unchanged but either the datatype or language changes
URI: kgcl:DatatypeOrLanguageTagChange
classDiagram
class DatatypeOrLanguageTagChange
click DatatypeOrLanguageTagChange href "../DatatypeOrLanguageTagChange"
ChangeMixin <|-- DatatypeOrLanguageTagChange
click ChangeMixin href "../ChangeMixin"
DatatypeOrLanguageTagChange <|-- LanguageTagChange
click LanguageTagChange href "../LanguageTagChange"
DatatypeOrLanguageTagChange <|-- DatatypeChange
click DatatypeChange href "../DatatypeChange"
DatatypeOrLanguageTagChange : about
DatatypeOrLanguageTagChange --> "0..1" OntologyElement : about
click OntologyElement href "../OntologyElement"
DatatypeOrLanguageTagChange : has_undo
DatatypeOrLanguageTagChange --> "0..1" Change : has_undo
click Change href "../Change"
DatatypeOrLanguageTagChange : new_value
DatatypeOrLanguageTagChange : old_value
Inheritance
- ChangeMixin
- DatatypeOrLanguageTagChange
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
about | 0..1 OntologyElement |
The 'focus' entity on which the change operates | ChangeMixin |
has_undo | 0..1 Change |
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 |
---|---|
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/kgcl
Mappings
Mapping Type | Mapped Value |
---|---|
self | kgcl:DatatypeOrLanguageTagChange |
native | kgcl:DatatypeOrLanguageTagChange |
LinkML Source
Direct
name: DatatypeOrLanguageTagChange
description: A change in a value assertion where the value remain unchanged but either
the datatype or language changes
from_schema: https://w3id.org/kgcl
is_a: ChangeMixin
mixin: true
Induced
name: DatatypeOrLanguageTagChange
description: A change in a value assertion where the value remain unchanged but either
the datatype or language changes
from_schema: https://w3id.org/kgcl
is_a: ChangeMixin
mixin: true
attributes:
about:
name: about
description: The 'focus' entity on which the change operates
from_schema: https://w3id.org/kgcl
rank: 1000
alias: about
owner: DatatypeOrLanguageTagChange
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: DatatypeOrLanguageTagChange
domain_of:
- Change
- ChangeMixin
range: Change
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: DatatypeOrLanguageTagChange
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: DatatypeOrLanguageTagChange
domain_of:
- SimpleChange
- ChangeMixin
- NodeRename
- SetLanguageForName
- NewSynonym
- SynonymReplacement
- SynonymPredicateChange
- MappingReplacement
- MappingPredicateChange
- MetadataAssertionReplacement
- MetadataAssertionPredicateChange
- NewTextDefinition
- TextDefinitionReplacement
range: string