QualityMeasurement inherited from CDIFDiscovery
DiscoveryDataDescription::Classes::QualityMeasurement
Definition
Documentation
Original
Reference
dqv:QualityMeasurement
Definition
Represents the evaluation of a given dataset (or dataset distribution) against a specific quality metric.
Scope
Parent class(es): http://purl.org/linked-data/cube#Observation.
CDIF
Definition
A W3C DQV quality measurement: a measured value for a defined quality metric. References the metric (dqv:isMeasurementOf -> QualityMeasure) and carries the measured value (dqv:value).
Diagram
Inheritance
No generalization relationships.
Attributes
| Name | Type | Multiplicity | Description |
|---|---|---|---|
| identifier | XsdAnyUri | [0..1] | DocumentationOriginalReferenceschema:identifier DefinitionThe identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. ScopeDomain: Thing (https://schema.org/Thing). Range: PropertyValue (https://schema.org/PropertyValue), Text (https://schema.org/Text), URL (https://schema.org/URL). CDIFDefinitionThe primary identifier for the dataset; other identifiers should be listed in the sameAs field. Schema.org has three ways of encoding identifiers-- a text description, a URL, or by using the schema:PropertyValue field. The Science on Schema.org guidance strongly recommends using the PropertyValue approach. see https://github.com/ESIPFed/science-on-schema.org .... Dataset.md#identifier. Ideally, for any given data provided they would provide identifiers either all as strings or all as identifier_type. Scope@id - URI for this measurement. |
| value | string | [1] | DocumentationOriginalReferenceschema:value DefinitionThe value of a [[QuantitativeValue]] (including [[Observation]]) or property value node.\n\n* For [[QuantitativeValue]] and [[MonetaryAmount]], the recommended type for values is 'Number'.\n* For [[PropertyValue]], it can be 'Text', 'Number', 'Boolean', or 'StructuredValue'.\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator. ScopeDomain: MonetaryAmount (https://schema.org/MonetaryAmount), PropertyValue (https://schema.org/PropertyValue), QuantitativeValue (https://schema.org/QuantitativeValue). Range: Boolean (https://schema.org/Boolean), Number (https://schema.org/Number), StructuredValue (https://schema.org/StructuredValue), Text (https://schema.org/Text). CDIFDefinitionThe fingerprint value (e.g., the hex digest). DataFingerprint.value. Scopedqv:value - the measured value (string for generality; concrete type varies by metric). |
Associations
| Role | Target | Multiplicity | Kind |
|---|---|---|---|
| hasQualityMeasurement | ← Dataset | [0..*] | composition |
| isMeasurementOf | → QualityMeasure | [1] | association |