observation result
- CURIE:
gmeow:observationResult - IRI: https://blackcatinformatics.ca/gmeow/observationResult
- Category: property
- Defined by:
gmeow:slices/observations - Box roles: RBox role (What is this?)
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
- Source:
slices/core/observations/examples/temperature-reading.ttl - Examples catalog: open in catalog#example-slices-core-observations-examples-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
- Source:
slices/extensions/aggregation/examples/spatial-bins.ttl - Examples catalog: open in catalog#example-slices-extensions-aggregation-examples-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
- Use to name the value an
Observationproduces — a coordinate set, instant, quality value, modality, appellation, or agmeow:ScalarQuantitywrapping a literal reading.
Avoid when
- Avoid hanging a raw literal here (the range is
gmeow:Entity— wrap scalars in agmeow:ScalarQuantityinstead) and avoid forcing a single result in a multi-frame or multi-source merge; it is non-functional so competing results coexist.
How to use
- Point the
Observationat an entity-valued result; for scalar readings make the result agmeow:ScalarQuantitycarryinggmeow:quantityValue,gmeow:hasUnit, andgmeow:hasDeterminacy. The result inherits the observation's reference frame via theisResultOf∘hasReferenceFramechain.
Examples
- ex:reading
gmeow:observationResultex:temp22.
Published Alignment Graph
Alignments
| Relation | Target |
|---|---|
closeMatch | crm:P141_assigned |
closeMatch | prov:generated |
closeMatch | sosa:hasResult |