Skip to content

Class: PropertyValue

a property-value pair

URI: kgcl:PropertyValue

classDiagram class PropertyValue OntologyElement <|-- PropertyValue PropertyValue <|-- Annotation PropertyValue : filler PropertyValue : property PropertyValue --> Node : property

Inheritance

Slots

Name Cardinality and Range Description Inheritance
property 0..1
Node
direct
filler 0..1
String
direct

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: PropertyValue
description: a property-value pair
from_schema: https://w3id.org/kgcl
is_a: OntologyElement
slots:
- property
- filler

Induced

name: PropertyValue
description: a property-value pair
from_schema: https://w3id.org/kgcl
is_a: OntologyElement
attributes:
  property:
    name: property
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: property
    owner: PropertyValue
    domain_of:
    - PropertyValue
    - Annotation
    range: Node
  filler:
    name: filler
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: filler
    owner: PropertyValue
    domain_of:
    - PropertyValue
    - Annotation
    range: string