Skip to content

Class: SimpleChange

A change that is about a single ontology element

  • NOTE: this is an abstract class and should not be instantiated directly

URI: kgcl:SimpleChange

classDiagram class SimpleChange Change <|-- SimpleChange SimpleChange <|-- EdgeChange SimpleChange <|-- LogicalAxiomChange SimpleChange <|-- NodeChange SimpleChange : change_date SimpleChange : contributor SimpleChange : creator SimpleChange : has_undo SimpleChange --> Change : has_undo SimpleChange : id SimpleChange : new_datatype SimpleChange : new_language SimpleChange : new_value SimpleChange : new_value_type SimpleChange : old_datatype SimpleChange : old_language SimpleChange : old_value SimpleChange : old_value_type SimpleChange : pull_request SimpleChange : see_also SimpleChange : type SimpleChange : was_generated_by SimpleChange --> Activity : was_generated_by

Inheritance

Slots

Name Cardinality and Range Description Inheritance
old_value 0..1
String
The value of a property held in the old instance of the ontology direct
new_value 0..1
String
The value of a property held in the new instance of the ontology direct
old_value_type 0..1
String
The type (IRI or Literal) of an old value direct
new_value_type 0..1
String
The type (IRI or Literal) of a new value direct
new_language 0..1
String
The new language tag of a literal direct
old_language 0..1
String
The old language tag of a literal direct
new_datatype 0..1
String
The new datatype of a literal direct
old_datatype 0..1
String
The old datatype of a literal direct
id 1..1
String
Change
type 0..1
String
Change
was_generated_by 0..1
Activity
Change
see_also 0..1
String
Change
pull_request 0..1
String
Change
creator 0..1
String
Change
change_date 0..1
String
Change
contributor 0..1
String
Change
has_undo 0..1
Change
A change that reverses this change Change

Aliases

  • atomic change

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: SimpleChange
description: A change that is about a single ontology element
from_schema: https://w3id.org/kgcl
aliases:
- atomic change
is_a: Change
abstract: true
slots:
- old_value
- new_value
- old_value_type
- new_value_type
- new_language
- old_language
- new_datatype
- old_datatype

Induced

name: SimpleChange
description: A change that is about a single ontology element
from_schema: https://w3id.org/kgcl
aliases:
- atomic change
is_a: Change
abstract: true
attributes:
  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: SimpleChange
    domain_of:
    - SimpleChange
    - 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: SimpleChange
    domain_of:
    - SimpleChange
    - NodeRename
    - SetLanguageForName
    - NewSynonym
    - SynonymReplacement
    - SynonymPredicateChange
    - MappingReplacement
    - MappingPredicateChange
    - MetadataAssertionReplacement
    - MetadataAssertionPredicateChange
    - NewTextDefinition
    - TextDefinitionReplacement
    range: string
  old_value_type:
    name: old_value_type
    description: The type (IRI or Literal) of an old value
    deprecated: no longer required
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: old_value_type
    owner: SimpleChange
    domain_of:
    - SimpleChange
    range: string
  new_value_type:
    name: new_value_type
    description: The type (IRI or Literal) of a new value
    deprecated: no longer required
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: new_value_type
    owner: SimpleChange
    domain_of:
    - SimpleChange
    range: string
  new_language:
    name: new_language
    description: The new language tag of a literal
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: new_language
    owner: SimpleChange
    domain_of:
    - SimpleChange
    - NodeRename
    range: string
  old_language:
    name: old_language
    description: The old language tag of a literal
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: old_language
    owner: SimpleChange
    domain_of:
    - SimpleChange
    - NodeRename
    range: string
  new_datatype:
    name: new_datatype
    description: The new datatype of a literal
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: new_datatype
    owner: SimpleChange
    domain_of:
    - SimpleChange
    range: string
  old_datatype:
    name: old_datatype
    description: The old datatype of a literal
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: old_datatype
    owner: SimpleChange
    domain_of:
    - SimpleChange
    range: string
  id:
    name: id
    from_schema: https://w3id.org/kgcl
    rank: 1000
    identifier: true
    alias: id
    owner: SimpleChange
    domain_of:
    - Change
    - Node
    - Activity
    - Agent
    range: string
    required: true
  type:
    name: type
    from_schema: https://w3id.org/kgcl
    rank: 1000
    slot_uri: rdf:type
    designates_type: true
    alias: type
    owner: SimpleChange
    domain_of:
    - Change
    range: string
  was_generated_by:
    name: was_generated_by
    comments:
    - we use the PROV model to represent the agent making a change
    from_schema: https://w3id.org/kgcl
    rank: 1000
    slot_uri: prov:wasGeneratedBy
    alias: was_generated_by
    owner: SimpleChange
    domain_of:
    - Change
    range: Activity
  see_also:
    name: see_also
    comments:
    - If this change is in relationship to an issue on a system like github, include
      the URL here
    from_schema: https://w3id.org/kgcl
    rank: 1000
    slot_uri: rdfs:seeAlso
    alias: see_also
    owner: SimpleChange
    domain_of:
    - Change
    range: string
  pull_request:
    name: pull_request
    comments:
    - If this change has a pull request on a system like github, include the URL here
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: pull_request
    owner: SimpleChange
    domain_of:
    - Change
    range: string
  creator:
    name: creator
    comments:
    - This should be the composition of 'was generated by' and 'was associated with'
    from_schema: https://w3id.org/kgcl
    rank: 1000
    slot_uri: dcterms:creator
    alias: creator
    owner: SimpleChange
    domain_of:
    - Change
    range: string
  change_date:
    name: change_date
    comments:
    - This should be the composition of 'was generated by' and 'ended at time'
    from_schema: https://w3id.org/kgcl
    rank: 1000
    slot_uri: dcterms:date
    alias: change_date
    owner: SimpleChange
    domain_of:
    - Change
    range: string
  contributor:
    name: contributor
    from_schema: https://w3id.org/kgcl
    rank: 1000
    slot_uri: dcterms:creator
    alias: contributor
    owner: SimpleChange
    domain_of:
    - Change
    range: string
  has_undo:
    name: has_undo
    description: A change that reverses this change
    from_schema: https://w3id.org/kgcl
    rank: 1000
    domain: Change
    multivalued: false
    alias: has_undo
    owner: SimpleChange
    domain_of:
    - Change
    range: Change