Class: Parameter

A variable whose value changes the characteristics of a system or a function.

URI: dldist:Parameter

erDiagram Parameter { string description uriorcurie is_defined_by string name string title uriorcurie type uriorcurie range string value }

Inheritance

Slots

Name Cardinality and Range Description Inheritance
description 0..1
String
A free-text account of the thing Characteristic
is_defined_by 0..1
Uriorcurie
The property value is defined by this term Characteristic
name 0..1
String
Name of a thing Characteristic
title 0..1
String
A summarily description of a thing Characteristic
type 0..1 recommended
Uriorcurie
State that the subject is an instance of a class Characteristic
range 0..1
Uriorcurie
State that the values of a property are instances of a class Characteristic
value 0..1
String
Value of a thing Characteristic

Usages

used by used in type used
DataService has_parameter range Parameter
QualifiedAccess has_parameter range Parameter

Identifier and Mapping Information

Schema Source

  • from schema: https://concepts.datalad.org/s/distribution/unreleased

Mappings

Mapping Type Mapped Value
self dldist:Parameter
native dldist:Parameter
exact sio:SIO_000144

LinkML Source

Direct

name: Parameter
description: A variable whose value changes the characteristics of a system or a function.
from_schema: https://concepts.datalad.org/s/distribution/unreleased
exact_mappings:
- sio:SIO_000144
is_a: Characteristic
class_uri: dldist:Parameter

Induced

name: Parameter
description: A variable whose value changes the characteristics of a system or a function.
from_schema: https://concepts.datalad.org/s/distribution/unreleased
exact_mappings:
- sio:SIO_000144
is_a: Characteristic
attributes:
  description:
    name: description
    description: A free-text account of the thing.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    exact_mappings:
    - dcterms:description
    - rdfs:comment
    rank: 1000
    slot_uri: dlthing:description
    alias: description
    owner: Parameter
    domain_of:
    - Thing
    - Characteristic
    range: string
  is_defined_by:
    name: is_defined_by
    description: The property value is defined by this term.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    rank: 1000
    slot_uri: dlthing:is_defined_by
    alias: is_defined_by
    owner: Parameter
    domain_of:
    - Characteristic
    range: uriorcurie
  name:
    name: name
    description: Name of a thing.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    rank: 1000
    slot_uri: dlthing:name
    alias: name
    owner: Parameter
    domain_of:
    - DistributionPart
    - Thing
    - Characteristic
    range: string
    required: false
  title:
    name: title
    description: A summarily description of a thing. It is closely related to a name,
      but often less compact and more descriptive. Typically used for documents.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    exact_mappings:
    - dcterms:title
    - sio:SIO_000185
    related_mappings:
    - schema:name
    rank: 1000
    slot_uri: dlthing:title
    alias: title
    owner: Parameter
    domain_of:
    - Thing
    - Characteristic
    range: string
  type:
    name: type
    description: State that the subject is an instance of a class.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    rank: 1000
    slot_uri: rdf:type
    alias: type
    owner: Parameter
    domain_of:
    - Thing
    - Characteristic
    range: uriorcurie
    recommended: true
  range:
    name: range
    description: State that the values of a property are instances of a class.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    rank: 1000
    slot_uri: rdfs:range
    alias: range
    owner: Parameter
    domain_of:
    - Characteristic
    range: uriorcurie
    recommended: false
  value:
    name: value
    description: Value of a thing.
    notes:
    - We would really want to be able to leave the range undefined and permit any
      type. However, linkml requires a range specification. A workaround via linkml:Any
      does not produce a satisfactory solution.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    rank: 1000
    slot_uri: rdfs:value
    alias: value
    owner: Parameter
    domain_of:
    - Characteristic
    relational_role: OBJECT
    range: string
    required: false
class_uri: dldist:Parameter