Skip to content

Class: Session

A session consists of a set of change sets bundled with the activities that generated those change sets

URI: kgcl:Session

classDiagram class Session ChangeLanguageElement <|-- Session Session : activity_set Session --> Activity : activity_set Session : change_set Session --> Change : change_set

Inheritance

Slots

Name Cardinality and Range Description Inheritance
change_set 0..*
Change
A collection of changes direct
activity_set 0..*
Activity
direct

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Session
description: A session consists of a set of change sets bundled with the activities
  that generated those change sets
from_schema: https://w3id.org/kgcl
is_a: ChangeLanguageElement
slots:
- change_set
- activity_set
tree_root: true

Induced

name: Session
description: A session consists of a set of change sets bundled with the activities
  that generated those change sets
from_schema: https://w3id.org/kgcl
is_a: ChangeLanguageElement
attributes:
  change_set:
    name: change_set
    description: A collection of changes
    from_schema: https://w3id.org/kgcl
    rank: 1000
    multivalued: true
    alias: change_set
    owner: Session
    domain_of:
    - ComplexChange
    - Transaction
    - Session
    range: Change
    inlined: true
    inlined_as_list: true
  activity_set:
    name: activity_set
    from_schema: https://w3id.org/kgcl
    rank: 1000
    multivalued: true
    alias: activity_set
    owner: Session
    domain_of:
    - Session
    range: Activity
    inlined: true
    inlined_as_list: true
tree_root: true