Skip to content

Class: ResultTypePath

Slash-delimited hierarchical type path. Format: {top_type}/{domain}/{specific_type} Example: mutation/track/smoothed

__

URI: debrief:class/ResultTypePath

 classDiagram
    class ResultTypePath
    click ResultTypePath href "../../classes/ResultTypePath/"
      ResultTypePath : path


Slots

Name Cardinality and Range Description Inheritance
path 1
String
Full hierarchical path direct

Identifier and Mapping Information

Schema Source

  • from schema: https://debrief.info/schemas/debrief

Mappings

Mapping Type Mapped Value
self debrief:ResultTypePath
native debrief:ResultTypePath

LinkML Source

Direct

name: ResultTypePath
description: 'Slash-delimited hierarchical type path. Format: {top_type}/{domain}/{specific_type}
  Example: mutation/track/smoothed

  '
from_schema: https://debrief.info/schemas/debrief
attributes:
  path:
    name: path
    description: Full hierarchical path
    from_schema: https://debrief.com/schemas/tool-result
    rank: 1000
    domain_of:
    - ResultTypePath
    range: string
    required: true
    pattern: ^(mutation|addition|deletion|artifact)/[a-z_]+/[a-z_]+$

Induced

name: ResultTypePath
description: 'Slash-delimited hierarchical type path. Format: {top_type}/{domain}/{specific_type}
  Example: mutation/track/smoothed

  '
from_schema: https://debrief.info/schemas/debrief
attributes:
  path:
    name: path
    description: Full hierarchical path
    from_schema: https://debrief.com/schemas/tool-result
    rank: 1000
    alias: path
    owner: ResultTypePath
    domain_of:
    - ResultTypePath
    range: string
    required: true
    pattern: ^(mutation|addition|deletion|artifact)/[a-z_]+/[a-z_]+$