Class: Condition

a constraint or condition to be applied, e.g. type=Class

URI: ex:Condition

classDiagram class Condition Condition : subset Condition : type

Slots

Name Cardinality and Range Description
type 0..1
xsd:string
the logical type, eg INDIVIDUAL, CLASS, etc
subset 0..1
xsd:string
the subset to which the node belongs

Usages

used by used in type used
StyleSheet nodeFilter range Condition
ConditionalProperty conditions range Condition

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Specification

Direct

name: Condition
description: a constraint or condition to be applied, e.g. type=Class
from_schema: https://w3id.org/kgviz/
rank: 1000
slots:
- type
- subset

Induced

name: Condition
description: a constraint or condition to be applied, e.g. type=Class
from_schema: https://w3id.org/kgviz/
rank: 1000
attributes:
  type:
    name: type
    description: the logical type, eg INDIVIDUAL, CLASS, etc
    from_schema: https://w3id.org/kgviz/
    rank: 1000
    alias: type
    owner: Condition
    domain_of:
    - Condition
    range: string
  subset:
    name: subset
    description: the subset to which the node belongs
    from_schema: https://w3id.org/kgviz/
    rank: 1000
    alias: subset
    owner: Condition
    domain_of:
    - Condition
    range: string