assessed norm

The norm against which the event is assessed. Functional: one assessment, one norm.

Structure

Property shape: object property; gmeow:ComplianceAssessment -> gmeow:Norm; functional

Practical Pattern

Use gmeow:assessedNorm from gmeow:ComplianceAssessment to gmeow:Norm 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

# --- 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:ComplianceAssessment, gmeow:Norm

Usage Advice

Use when

Avoid when

How to use

Examples