Skip to content

Class: DatatypeChange

URI: kgcl:DatatypeChange

classDiagram class DatatypeChange click DatatypeChange href "../DatatypeChange" DatatypeOrLanguageTagChange <|-- DatatypeChange click DatatypeOrLanguageTagChange href "../DatatypeOrLanguageTagChange" DatatypeChange : about DatatypeChange --> "0..1" OntologyElement : about click OntologyElement href "../OntologyElement" DatatypeChange : has_undo DatatypeChange --> "0..1" Change : has_undo click Change href "../Change" DatatypeChange : new_value DatatypeChange : old_value

Inheritance

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

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: DatatypeChange
from_schema: https://w3id.org/kgcl
is_a: DatatypeOrLanguageTagChange

Induced

name: DatatypeChange
from_schema: https://w3id.org/kgcl
is_a: DatatypeOrLanguageTagChange
attributes:
  about:
    name: about
    description: The 'focus' entity on which the change operates
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: about
    owner: DatatypeChange
    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: DatatypeChange
    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: DatatypeChange
    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: DatatypeChange
    domain_of:
    - SimpleChange
    - ChangeMixin
    - NodeRename
    - SetLanguageForName
    - NewSynonym
    - SynonymReplacement
    - SynonymPredicateChange
    - MappingReplacement
    - MappingPredicateChange
    - MetadataAssertionReplacement
    - MetadataAssertionPredicateChange
    - NewTextDefinition
    - TextDefinitionReplacement
    range: string