average
- CURIE:
gmeow:aggAverage - IRI: https://blackcatinformatics.ca/gmeow/aggAverage
- Category: individual
- Defined by:
gmeow:slices/aggregation - Box roles: ABox role (What is this?)
The arithmetic mean of a numeric property over entities within the aggregation region.
Structure
Types: gmeow:AggregationFunction
Practical Pattern
Use gmeow:aggAverage as a controlled value typed as gmeow:AggregationFunction.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
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 .