Class: QuantitativeProperty

An inherent quantitative property that is being observed or measured.

URI: dlthing:QuantitativeProperty

erDiagram QuantitativeProperty { uriorcurie unit uriorcurie meta_type string description uriorcurie is_defined_by string name string title uriorcurie type uriorcurie range string value }

Inheritance

Slots

Name Cardinality and Range Description Inheritance
unit 0..1
Uriorcurie
A unit of measurement is a standardized quantity of a physical quality direct
meta_type 0..1
Uriorcurie
Type designator of a metadata object for validation and schema structure hand... Property
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

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self dlthing:QuantitativeProperty
native dldist:QuantitativeProperty
close obo:NCIT_C70766

LinkML Source

Direct

name: QuantitativeProperty
description: An inherent quantitative property that is being observed or measured.
from_schema: https://concepts.datalad.org/s/distribution/unreleased
close_mappings:
- obo:NCIT_C70766
is_a: Property
slots:
- unit
class_uri: dlthing:QuantitativeProperty

Induced

name: QuantitativeProperty
description: An inherent quantitative property that is being observed or measured.
from_schema: https://concepts.datalad.org/s/distribution/unreleased
close_mappings:
- obo:NCIT_C70766
is_a: Property
attributes:
  unit:
    name: unit
    description: A unit of measurement is a standardized quantity of a physical quality.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    exact_mappings:
    - obo:UO_0000000
    rank: 1000
    slot_uri: dlthing:unit
    alias: unit
    owner: QuantitativeProperty
    domain_of:
    - QuantitativeProperty
    range: uriorcurie
  meta_type:
    name: meta_type
    description: Type designator of a metadata object for validation and schema structure
      handling purposes. This is used to indicate specialized schema classes for properties
      that accept a hierarchy of classes as their range.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    exact_mappings:
    - dcterms:type
    rank: 1000
    slot_uri: dlthing:meta_type
    designates_type: true
    alias: meta_type
    owner: QuantitativeProperty
    domain_of:
    - Thing
    - Property
    - EntityInfluence
    range: uriorcurie
  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: QuantitativeProperty
    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: QuantitativeProperty
    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: QuantitativeProperty
    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: QuantitativeProperty
    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: QuantitativeProperty
    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: QuantitativeProperty
    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: QuantitativeProperty
    domain_of:
    - Characteristic
    relational_role: OBJECT
    range: string
    required: false
class_uri: dlthing:QuantitativeProperty