Skip to content

Class: Annotation

owl annotations. Not to be confused with annotations sensu GO

URI: kgcl:Annotation

classDiagram class Annotation PropertyValue <|-- Annotation Annotation : annotation_set Annotation --> Annotation : annotation_set Annotation : filler Annotation : filler_type Annotation : property Annotation --> Node : property Annotation : property_type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
property 0..1
Node
direct
filler 0..1
String
direct
annotation_set 0..1
Annotation
direct
property_type 0..1
String
direct
filler_type 0..1
String
direct

Usages

used by used in type used
EdgeCreation annotation_set range Annotation
PlaceUnder annotation_set range Annotation
EdgeDeletion annotation_set range Annotation
RemoveUnder annotation_set range Annotation
EdgeObsoletion annotation_set range Annotation
MappingCreation annotation_set range Annotation
NodeCreation annotation_set range Annotation
ClassCreation annotation_set range Annotation
ObjectPropertyCreation annotation_set range Annotation
Annotation annotation_set range Annotation
Node annotation_set range Annotation
ClassNode annotation_set range Annotation
InstanceNode annotation_set range Annotation
Edge annotation_set range Annotation
OntologySubset annotation_set range Annotation

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self kgcl:Annotation
native kgcl:Annotation
undefined owl:Annotation

LinkML Source

Direct

name: Annotation
description: owl annotations. Not to be confused with annotations sensu GO
from_schema: https://w3id.org/kgcl
mappings:
- owl:Annotation
is_a: PropertyValue
slots:
- property
- filler
- annotation_set
- property_type
- filler_type

Induced

name: Annotation
description: owl annotations. Not to be confused with annotations sensu GO
from_schema: https://w3id.org/kgcl
mappings:
- owl:Annotation
is_a: PropertyValue
attributes:
  property:
    name: property
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: property
    owner: Annotation
    domain_of:
    - PropertyValue
    - Annotation
    range: Node
  filler:
    name: filler
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: filler
    owner: Annotation
    domain_of:
    - PropertyValue
    - Annotation
    range: string
  annotation_set:
    name: annotation_set
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: annotation_set
    owner: Annotation
    domain_of:
    - EdgeCreation
    - EdgeDeletion
    - EdgeObsoletion
    - MappingCreation
    - NodeCreation
    - Annotation
    - Node
    - Edge
    range: Annotation
  property_type:
    name: property_type
    deprecated: no longer required
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: property_type
    owner: Annotation
    domain_of:
    - Annotation
    range: string
  filler_type:
    name: filler_type
    deprecated: no longer required
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: filler_type
    owner: Annotation
    domain_of:
    - Annotation
    range: string