Class: PrefixConfiguration

style for a particular prefix (e.g. GO)

URI: ex:PrefixConfiguration

classDiagram NodeProperty <|-- PrefixConfiguration ElementConfiguration <|-- PrefixConfiguration PrefixConfiguration : color PrefixConfiguration : fillcolor PrefixConfiguration : fontcolor PrefixConfiguration : id PrefixConfiguration : label PrefixConfiguration : penwidth

Inheritance

Slots

Name Cardinality and Range Description
id 1..1
Node
fillcolor 0..1
Color
color 0..1
Color
Basic drawing color for graphics, not text
fontcolor 0..1
Color
penwidth 0..1
xsd:integer
label 0..1
xsd:string

Usages

used by used in type used
StyleSheet prefixProperties range PrefixConfiguration

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Specification

Direct

name: PrefixConfiguration
description: style for a particular prefix (e.g. GO)
from_schema: https://w3id.org/kgviz/
rank: 1000
is_a: ElementConfiguration
mixins:
- NodeProperty
slots:
- id
- fillcolor

Induced

name: PrefixConfiguration
description: style for a particular prefix (e.g. GO)
from_schema: https://w3id.org/kgviz/
rank: 1000
is_a: ElementConfiguration
mixins:
- NodeProperty
attributes:
  id:
    name: id
    from_schema: https://w3id.org/kgviz/
    rank: 1000
    identifier: true
    alias: id
    owner: PrefixConfiguration
    domain_of:
    - RelationConfiguration
    - PrefixConfiguration
    range: Node
  fillcolor:
    name: fillcolor
    from_schema: https://w3id.org/kgviz/graphviz
    rank: 1000
    alias: fillcolor
    owner: PrefixConfiguration
    domain_of:
    - StyleSheet
    - PrefixConfiguration
    - ConditionalProperty
    range: Color
  color:
    name: color
    description: Basic drawing color for graphics, not text. For the latter, use the
      fontcolor attribute.
    from_schema: https://w3id.org/kgviz/graphviz
    rank: 1000
    mixins:
    - edge property
    - node property
    - cluster property
    slot_uri: https://graphviz.org/doc/info/attrs.html#d:color
    alias: color
    owner: PrefixConfiguration
    domain_of:
    - RelationConfiguration
    - NodeProperty
    range: Color
  fontcolor:
    name: fontcolor
    from_schema: https://w3id.org/kgviz/graphviz
    rank: 1000
    alias: fontcolor
    owner: PrefixConfiguration
    domain_of:
    - GeneralProperty
    - NodeProperty
    range: Color
  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: PrefixConfiguration
    domain_of:
    - RelationConfiguration
    - GeneralProperty
    range: integer
  label:
    name: label
    from_schema: https://w3id.org/kgviz/graphviz
    rank: 1000
    alias: label
    owner: PrefixConfiguration
    domain_of:
    - RelationConfiguration
    - GeneralProperty
    range: string