observation result

The entity-valued result of an observation — a coordinate set, an instant, a quality value, a quantity, or another entity. For literal scalar readings (e.g. 22.5°C), the observationResult entity carries the literal via a datatype property (e.g. qudt:quantityValue or a module-specific scalar property). Non-functional: a single observation may yield several results in different frames or granularities, and competing result claims coexist rather than collapse.

Structure

Property shape: object property; gmeow:Observation -> gmeow:Entity

Practical Pattern

Use gmeow:observationResult from gmeow:Observation to gmeow:Entity 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

# --- 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:Entity

Projects To

Profile External Targets
ivoa obscore
qb qb, rdf
schema-org schema

External Equivalences

Equivalent or closely aligned targets: crm, prov, 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:observationResult equivalence - skos:closeMatch crm:P141_assigned gmeow-observations.sssom.tsv; gmeow:eqObs014; confidence 0.85
gmeow:observationResult equivalence - skos:closeMatch prov:generated gmeow-observations.sssom.tsv; gmeow:eqObs011; confidence 0.75
gmeow:observationResult equivalence - skos:closeMatch sosa:hasResult gmeow-observations.sssom.tsv; gmeow:eqObs003; confidence 0.9

Projection Coverage

Source Kind Profile Predicate/Relation Target Evidence
gmeow:observationResult projection ivoa projects to / <= obscore:observable gmeow:mapIvoaObservable; confidence 0.7; lossy: unit, determinacy, granularity, and reference frame are dropped; only the measured physical quantity survives
gmeow:observationResult projection ivoa projects to / <= obscore:observableAxis, obscore:spatialAxis, obscore:spectralAxis, obscore:timeAxis gmeow:mapIvoaObsCoreAxes; confidence 0.65; lossy: the single GMEOW result node is replicated across all four ObsCore axes; axis-specific metadata (units, coverage, resolution) is not preserved
gmeow:observationResult projection qb projects to / <= gmeow:observedFeature, qb:ComponentSpecification, qb:DataSet, qb:DataStructureDefinition, qb:DimensionProperty, qb:MeasureProperty, qb:Observation, qb:component, qb:dataSet, qb:dimension, qb:measure, qb:measureType, qb:obsValue, qb:structure, rdf:type gmeow:mapQbObservation; lossy: vantage, confidence, temporal scope, granularity, determinacy, and k-anonymity metadata are dropped in pure QB; only the measure type (function), observation value (scalar), and spatial context (observedFeature) are retained. A well-formed qb:DataSet and qb:DataStructureDefinition are emitted per observation. Suppressed when displayable=false (Principle 10).
gmeow:observationResult projection schema-org projects to / <= schema:maximumAttendeeCapacity gmeow:mapSchemaMaximumAttendeeCapacity; confidence 0.7; lossy: the Capacity relator (provenance, unit, temporal scope, standpoint) collapses to a flat schema:maximumAttendeeCapacity integer; non-displayable/superseded capacities are suppressed; restricted to gmeow:Place to avoid projecting byte capacities from StorageLocation
gmeow:observationResult projection schema-org projects to / <= schema:occupancy gmeow:mapSchemaOccupancy; confidence 0.7; lossy: the Occupancy relator (provenance, unit, temporal scope, standpoint) collapses to a flat schema:occupancy integer; non-displayable/superseded occupancies are suppressed; restricted to gmeow:Place to avoid projecting byte occupancies from StorageLocation

Usage Advice

Use when

Avoid when

How to use

Examples

Published Alignment Graph

Alignments

RelationTarget
closeMatchcrm:P141_assigned
closeMatchprov:generated
closeMatchsosa:hasResult