Skip to content

Class: PlaceUnder

An edge creation where the predicate is owl:subClassOf

URI: kgcl:PlaceUnder

classDiagram class PlaceUnder EdgeCreation <|-- PlaceUnder PlaceUnder : about_edge PlaceUnder --> Edge : about_edge PlaceUnder : annotation_set PlaceUnder --> Annotation : annotation_set PlaceUnder : change_date PlaceUnder : contributor PlaceUnder : creator PlaceUnder : datatype PlaceUnder : has_undo PlaceUnder --> Deletion : has_undo PlaceUnder : id PlaceUnder : language PlaceUnder : new_datatype PlaceUnder : new_language PlaceUnder : new_value PlaceUnder : new_value_type PlaceUnder : object PlaceUnder --> Node : object PlaceUnder : object_type PlaceUnder : old_datatype PlaceUnder : old_language PlaceUnder : old_value PlaceUnder : old_value_type PlaceUnder : predicate PlaceUnder --> Node : predicate PlaceUnder : predicate_type PlaceUnder : pull_request PlaceUnder : see_also PlaceUnder : subject PlaceUnder --> Node : subject PlaceUnder : subject_type PlaceUnder : type PlaceUnder : was_generated_by PlaceUnder --> Activity : was_generated_by

Inheritance

Slots

Name Cardinality and Range Description Inheritance
subject 0..1
Node
EdgeCreation
predicate 0..1
Node
EdgeCreation
object 0..1
Node
EdgeCreation
subject_type 0..1
String
The type (IRI or Literal) of an edge's subject EdgeCreation
predicate_type 0..1
String
The type (IRI or Literal) of an edge's subject EdgeCreation
object_type 0..1
String
The type (IRI or Literal) of an object EdgeCreation, EdgeChange
annotation_set 0..1
Annotation
EdgeCreation
about_edge 0..1
Edge
EdgeChange
language 0..1
LanguageTag
The language tag of a literal EdgeChange
datatype 0..1
String
The datatype of a literal EdgeChange
old_value 0..1
String
The value of a property held in the old instance of the ontology SimpleChange
new_value 0..1
String
The value of a property held in the new instance of the ontology SimpleChange
old_value_type 0..1
String
The type (IRI or Literal) of an old value SimpleChange
new_value_type 0..1
String
The type (IRI or Literal) of a new value SimpleChange
new_language 0..1
String
The new language tag of a literal SimpleChange
old_language 0..1
String
The old language tag of a literal SimpleChange
new_datatype 0..1
String
The new datatype of a literal SimpleChange
old_datatype 0..1
String
The old datatype of a literal SimpleChange
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
Deletion
A change that reverses this change Change

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: PlaceUnder
description: An edge creation where the predicate is owl:subClassOf
from_schema: https://w3id.org/kgcl
is_a: EdgeCreation

Induced

name: PlaceUnder
description: An edge creation where the predicate is owl:subClassOf
from_schema: https://w3id.org/kgcl
is_a: EdgeCreation
attributes:
  subject:
    name: subject
    comments:
    - if subject is empty, use the about field of the last node change
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: subject
    owner: PlaceUnder
    domain_of:
    - EdgeCreation
    - EdgeDeletion
    - EdgeObsoletion
    - MappingCreation
    - Edge
    range: Node
  predicate:
    name: predicate
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: predicate
    owner: PlaceUnder
    domain_of:
    - EdgeCreation
    - EdgeDeletion
    - EdgeObsoletion
    - MappingCreation
    - NewSynonym
    - NewMapping
    - RemoveMapping
    - NewMetadataAssertion
    - RemoveMetadataAssertion
    - Edge
    range: Node
  object:
    name: object
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: object
    owner: PlaceUnder
    domain_of:
    - EdgeCreation
    - EdgeDeletion
    - EdgeObsoletion
    - MappingCreation
    - NewMapping
    - RemoveMapping
    - NewMetadataAssertion
    - RemoveMetadataAssertion
    - Edge
    range: Node
  subject_type:
    name: subject_type
    description: The type (IRI or Literal) of an edge's subject
    deprecated: no longer required
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: subject_type
    owner: PlaceUnder
    domain_of:
    - EdgeCreation
    - EdgeDeletion
    range: string
  predicate_type:
    name: predicate_type
    description: The type (IRI or Literal) of an edge's subject
    deprecated: no longer required
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: predicate_type
    owner: PlaceUnder
    domain_of:
    - EdgeCreation
    - EdgeDeletion
    range: string
  object_type:
    name: object_type
    description: The type (IRI or Literal) of an object
    deprecated: no longer required
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: object_type
    owner: PlaceUnder
    domain_of:
    - EdgeChange
    - EdgeCreation
    - EdgeDeletion
    range: string
  annotation_set:
    name: annotation_set
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: annotation_set
    owner: PlaceUnder
    domain_of:
    - EdgeCreation
    - EdgeDeletion
    - EdgeObsoletion
    - MappingCreation
    - NodeCreation
    - Annotation
    - Node
    - Edge
    range: Annotation
  about_edge:
    name: about_edge
    from_schema: https://w3id.org/kgcl
    rank: 1000
    is_a: about
    multivalued: false
    alias: about_edge
    owner: PlaceUnder
    domain_of:
    - EdgeChange
    range: Edge
  language:
    name: language
    description: The language tag of a literal
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: language
    owner: PlaceUnder
    domain_of:
    - EdgeChange
    - NodeChange
    - NewSynonym
    - NodeCreation
    range: LanguageTag
  datatype:
    name: datatype
    description: The datatype of a literal
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: datatype
    owner: PlaceUnder
    domain_of:
    - EdgeChange
    range: string
  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: PlaceUnder
    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: PlaceUnder
    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: PlaceUnder
    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: PlaceUnder
    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: PlaceUnder
    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: PlaceUnder
    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: PlaceUnder
    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: PlaceUnder
    domain_of:
    - SimpleChange
    range: string
  id:
    name: id
    from_schema: https://w3id.org/kgcl
    rank: 1000
    identifier: true
    alias: id
    owner: PlaceUnder
    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: PlaceUnder
    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: PlaceUnder
    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: PlaceUnder
    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: PlaceUnder
    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: PlaceUnder
    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: PlaceUnder
    domain_of:
    - Change
    range: string
  contributor:
    name: contributor
    from_schema: https://w3id.org/kgcl
    rank: 1000
    slot_uri: dcterms:creator
    alias: contributor
    owner: PlaceUnder
    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: PlaceUnder
    domain_of:
    - Change
    range: Deletion