quality dimension
- CURIE:
gmeow:qualityDimension - IRI: https://blackcatinformatics.ca/gmeow/qualityDimension
- Category: property
- Defined by:
gmeow:slices/quality - Box roles: RBox role (What is this?)
The quality dimension under which this assessment is made. Non-functional: a single assessment may cover several dimensions (e.g. a report that evaluates both positional accuracy and completeness), and competing dimension classifications coexist rather than collapse (Principle 9).
Structure
Property shape: object property; gmeow:QualityAssessment -> gmeow:QualityDimension
Practical Pattern
Use gmeow:qualityDimension from gmeow:QualityAssessment to gmeow:QualityDimension when the relationship itself belongs in the native GMEOW graph.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Dataset Completeness
- Source:
slices/core/quality/examples/dataset-completeness.ttl - Examples catalog: open in catalog#example-slices-core-quality-examples-dataset-completeness
# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: data quality IS a measurement. A gmeow:QualityAssessment
# is a gmeow:Observation subclass, so a completeness assessment carries the SAME
# bundle as any other measurement: gmeow:assessedEntity (the feature, a sub-
# property of observedFeature), a gmeow:qualityDimension naming WHICH quality, a
# gmeow:observationMethod, a gmeow:vantage (who assessed), and an entity-valued
# gmeow:ScalarQuantity result (98.5% with its unit) rather than a bare number.
# Quality is not a special boolean flag — it is an observation like temperature.
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/quality/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# --- The assessment: which entity, which dimension, by what method, from whom.
ex:assessment a gmeow:QualityAssessment ;
gmeow:assessedEntity ex:dataset ;
gmeow:qualityDimension gmeow:qualityDimensionCompleteness ;
gmeow:observationMethod gmeow:methodComputationalModel ;
gmeow:vantage ex:auditor ;
gmeow:observationResult ex:completeness .
Common Companion Terms
gmeow:QualityAssessment, gmeow:QualityDimension
External Equivalences
Equivalent or closely aligned targets: dqv
Linkages
Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.
Term Equivalences
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:qualityDimension |
equivalence | - |
skos:closeMatch | dqv:isMeasurementOf | gmeow-quality.sssom.tsv; gmeow:eqQuality004; confidence 0.8 |
Usage Advice
Use when
- Use on a
QualityAssessmentto name the ISO 19157 dimension(s) it evaluates — positional, temporal, or thematic accuracy, completeness, consistency, or lineage.
Avoid when
- Avoid minting a new dimension class for an unlisted axis (add a
gmeow:QualityDimensionindividual instead) and avoid forcing a single dimension when an assessment genuinely spans several — keep it non-functional.
How to use
- Point
gmeow:qualityDimensionat one or moregmeow:QualityDimensionindividuals; multiple dimensions on one assessment coexist, matching a report that grades several axes at once.