Skip to content

Class: LanguageTagChange

URI: kgcl:LanguageTagChange

classDiagram class LanguageTagChange click LanguageTagChange href "../LanguageTagChange" DatatypeOrLanguageTagChange <|-- LanguageTagChange click DatatypeOrLanguageTagChange href "../DatatypeOrLanguageTagChange" LanguageTagChange <|-- SetLanguageForName click SetLanguageForName href "../SetLanguageForName" LanguageTagChange : about LanguageTagChange --> "0..1" OntologyElement : about click OntologyElement href "../OntologyElement" LanguageTagChange : has_undo LanguageTagChange --> "0..1" Change : has_undo click Change href "../Change" LanguageTagChange : new_value LanguageTagChange : 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
LanguageTag
The value of a property held in the old instance of the ontology ChangeMixin
new_value 0..1
LanguageTag
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:LanguageTagChange
native kgcl:LanguageTagChange

LinkML Source

Direct

name: LanguageTagChange
from_schema: https://w3id.org/kgcl
is_a: DatatypeOrLanguageTagChange
slot_usage:
  old_value:
    name: old_value
    range: LanguageTag
    multivalued: false
  new_value:
    name: new_value
    range: LanguageTag
    multivalued: false

Induced

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