assessed event
- CURIE:
gmeow:assessedEvent - IRI: https://blackcatinformatics.ca/gmeow/assessedEvent
- Category: property
- Defined by:
gmeow:slices/norms - Box roles: RBox role (What is this?)
The event whose compliance is assessed (⊑ observedFeature). Functional.
Structure
Property shape: object property; gmeow:ComplianceAssessment -> gmeow:Event; functional
Sub-property of: gmeow:observedFeature
Practical Pattern
Use gmeow:assessedEvent from gmeow:ComplianceAssessment to gmeow:Event 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.
Food Safety Compliance
- Source:
slices/extensions/norms/examples/food-safety-compliance.ttl - Examples catalog: open in catalog#example-slices-extensions-norms-examples-food-safety-compliance
# --- The compliance ruling: a reified, assessor-scoped observation.
ex:ruling a gmeow:ComplianceAssessment ;
gmeow:assessedEvent ex:prepShift ;
gmeow:assessedNorm ex:handwashNorm ;
gmeow:complianceVerdict gmeow:verdictHeld ;
gmeow:vantage ex:inspector ;
gmeow:observationMethod gmeow:methodDirectObservation .
Common Companion Terms
gmeow:observedFeature, gmeow:ComplianceAssessment, gmeow:Event
Usage Advice
Use when
- Use on a
ComplianceAssessmentto name the single event whose compliance is being judged — the observation's feature of interest.
Avoid when
- Avoid more than one event per assessment (it is functional) and avoid naming the norm here (that is
gmeow:assessedNorm).
How to use
- Assert
gmeow:assessedEventonce from the assessment to itsgmeow:Event; it specializesgmeow:observedFeaturefor generic observation queries.
Examples
- ex:ca1
gmeow:assessedEventex:leakEvent.