Quality Assessment

A reified assessment of the quality of an entity or dataset, expressed as an observation about one or more quality dimensions. The result is typically a scalar quantity (accuracy in metres, completeness as a percentage, etc.) or a categorical conformance statement, carrying unit, reference frame, determinacy, and provenance in the same bundle as every other GMEOW measurement (Principle 11).

Structure

Subclass of: gmeow:Observation

Practical Pattern

Use gmeow:QualityAssessment as a specialized kind of gmeow:Observation. Add statement metadata or a standpoint when the assertion needs provenance, confidence, or vantage.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

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:Observation

External Equivalences

Equivalent or closely aligned targets: dqv, oa

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:QualityAssessment equivalence - skos:relatedMatch dqv:QualityAnnotation gmeow-quality.sssom.tsv; gmeow:eqQuality005; confidence 0.75
gmeow:QualityAssessment equivalence - skos:closeMatch dqv:QualityMeasurement gmeow-quality.sssom.tsv; gmeow:eqQuality001; confidence 0.9
gmeow:QualityAssessment equivalence - skos:relatedMatch oa:Annotation gmeow-quality.sssom.tsv; gmeow:eqQuality006; confidence 0.7

Usage Advice

Use when

Avoid when

How to use

Examples

Published Alignment Graph

Alignments

RelationTarget
closeMatchdqv:QualityMeasurement
relatedMatchdqv:QualityAnnotation
relatedMatchoa:Annotation