observation method

The method or protocol used to produce the observation. Functional: one method per observation (compound protocols are modelled as a single fused method individual, e.g. 'GPS-RTK survey with ground control'). Distinct from gmeow:vantage: the method is how it was done, the vantage is who did it.

Structure

Property shape: object property; gmeow:Observation -> gmeow:ObservationMethod; functional

Practical Pattern

Use gmeow:observationMethod from gmeow:Observation to gmeow:ObservationMethod 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.

Temperature Reading

# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: a measurement is a reified Observation ( P11). A
# gmeow:Measurement records WHAT was observed (gmeow:observedFeature), HOW
# (gmeow:observationMethod), and from WHERE (gmeow:vantage — the sensor). Its
# result is NOT a bare number on the observation: the scalar lives in an
# entity-valued gmeow:ScalarQuantity wrapper that bundles the value with its UNIT
# and uncertainty, so a temperature is never asserted free-floating (P11 — every
# value carries its frame). The unit is aligned to QUDT by reference (P5).
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/observations/> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .

# --- The measurement: observed feature, method, vantage, and an entity result.
ex:reading a gmeow:Measurement ;
    gmeow:observedFeature   ex:room ;
    gmeow:observationMethod gmeow:methodInstrumentalReading ;
    gmeow:vantage           ex:sensor ;
    gmeow:observationResult ex:temp .

Spatial Bins

# --- The aggregation: average household size over the region, by survey, with a
#     1000-person minimum-population floor for safe publication.
ex:householdAgg a gmeow:SpatialAggregation ;
    gmeow:observedFeature     ex:metro ;
    gmeow:vantage             ex:censusBureau ;
    gmeow:observationMethod   gmeow:methodSurvey ;
    gmeow:aggregationFunction gmeow:aggAverage ;
    gmeow:minimumPopulation   "1000"^^xsd:nonNegativeInteger ;
    gmeow:hasBin              ex:downtownBin ;
    gmeow:observationResult   ex:avgHouseholdSize .

Common Companion Terms

gmeow:Observation, gmeow:ObservationMethod

External Equivalences

Equivalent or closely aligned targets: crm, obi, oboe, sosa

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:observationMethod equivalence - skos:closeMatch crm:P33_used_specific_technique gmeow-observations.sssom.tsv; gmeow:eqObs016; confidence 0.85
gmeow:observationMethod equivalence - skos:closeMatch obi:0000070 gmeow-observations.sssom.tsv; gmeow:eqObs053; confidence 0.75
gmeow:observationMethod equivalence - skos:closeMatch oboe:Protocol gmeow-observations.sssom.tsv; gmeow:eqObs049; confidence 0.75
gmeow:observationMethod equivalence - skos:closeMatch sosa:usedProcedure gmeow-observations.sssom.tsv; gmeow:eqObs005; confidence 0.9

Usage Advice

Use when

Avoid when

How to use

Examples

Published Alignment Graph

Alignments

RelationTarget
closeMatchcrm:P33_used_specific_technique
closeMatchobi:0000070
closeMatchoboe:Protocol
closeMatchsosa:usedProcedure