Skip to content

Class: InstanceNode

A node that is an individual

URI: owl:NamedIndividual

classDiagram class InstanceNode Node <|-- InstanceNode InstanceNode : annotation_set InstanceNode --> Annotation : annotation_set InstanceNode : id InstanceNode : name InstanceNode : owl_type InstanceNode --> OwlTypeEnum : owl_type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1..1
String
Node
name 0..1
String
Node
annotation_set 0..1
Annotation
Node
owl_type 0..1
OwlTypeEnum
Node

Aliases

  • named individual

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self owl:NamedIndividual
native kgcl:InstanceNode

LinkML Source

Direct

name: InstanceNode
description: A node that is an individual
from_schema: https://w3id.org/kgcl
aliases:
- named individual
is_a: Node
class_uri: owl:NamedIndividual

Induced

name: InstanceNode
description: A node that is an individual
from_schema: https://w3id.org/kgcl
aliases:
- named individual
is_a: Node
attributes:
  id:
    name: id
    from_schema: https://w3id.org/kgcl
    rank: 1000
    identifier: true
    alias: id
    owner: InstanceNode
    domain_of:
    - Change
    - Node
    - Activity
    - Agent
    range: string
    required: true
  name:
    name: name
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: name
    owner: InstanceNode
    domain_of:
    - NodeCreation
    - Node
    range: string
  annotation_set:
    name: annotation_set
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: annotation_set
    owner: InstanceNode
    domain_of:
    - EdgeCreation
    - EdgeDeletion
    - EdgeObsoletion
    - MappingCreation
    - NodeCreation
    - Annotation
    - Node
    - Edge
    range: Annotation
  owl_type:
    name: owl_type
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: owl_type
    owner: InstanceNode
    domain_of:
    - NodeCreation
    - Node
    range: OwlTypeEnum
class_uri: owl:NamedIndividual