Class: EdgeProperty

a property object for an edge/relation

  • NOTE: this is a mixin class intended to be used in combination with other classes, and not used directly

URI: ex:EdgeProperty

classDiagram GeneralProperty <|-- EdgeProperty EdgeProperty : arrowhead EdgeProperty : arrowtail EdgeProperty : fontcolor EdgeProperty : label EdgeProperty : penwidth

Inheritance

Slots

Name Cardinality and Range Description
arrowhead 0..1
ArrowType
arrowtail 0..1
ArrowType
penwidth 0..1
xsd:integer
label 0..1
xsd:string
fontcolor 0..1
Color

Usages

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self ['ex:EdgeProperty']
native ['ex:EdgeProperty']

LinkML Specification

Direct

name: EdgeProperty
description: a property object for an edge/relation
from_schema: https://w3id.org/kgviz/
rank: 1000
is_a: GeneralProperty
mixin: true
slots:
- arrowhead
- arrowtail

Induced

name: EdgeProperty
description: a property object for an edge/relation
from_schema: https://w3id.org/kgviz/
rank: 1000
is_a: GeneralProperty
mixin: true
attributes:
  arrowhead:
    name: arrowhead
    from_schema: https://w3id.org/kgviz/graphviz
    rank: 1000
    alias: arrowhead
    owner: EdgeProperty
    domain_of:
    - EdgeProperty
    range: ArrowType
  arrowtail:
    name: arrowtail
    from_schema: https://w3id.org/kgviz/graphviz
    rank: 1000
    alias: arrowtail
    owner: EdgeProperty
    domain_of:
    - EdgeProperty
    range: ArrowType
  penwidth:
    name: penwidth
    from_schema: https://w3id.org/kgviz/graphviz
    rank: 1000
    slot_uri: https://graphviz.org/doc/info/attrs.html#d:penwidth
    alias: penwidth
    owner: EdgeProperty
    domain_of:
    - RelationConfiguration
    - GeneralProperty
    range: integer
  label:
    name: label
    from_schema: https://w3id.org/kgviz/graphviz
    rank: 1000
    alias: label
    owner: EdgeProperty
    domain_of:
    - RelationConfiguration
    - GeneralProperty
    range: string
  fontcolor:
    name: fontcolor
    from_schema: https://w3id.org/kgviz/graphviz
    rank: 1000
    alias: fontcolor
    owner: EdgeProperty
    domain_of:
    - GeneralProperty
    - NodeProperty
    range: Color