assessed norm
- CURIE:
gmeow:assessedNorm - IRI: https://blackcatinformatics.ca/gmeow/assessedNorm
- Category: property
- Defined by:
gmeow:slices/norms - Box roles: RBox role (What is this?)
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
- 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:ComplianceAssessment, gmeow:Norm
Usage Advice
Use when
- Use on a
ComplianceAssessmentto name the single norm against which the event is judged.
Avoid when
- Avoid more than one norm per assessment (it is functional — mint a separate assessment per norm) and avoid naming the event here (that is
gmeow:assessedEvent).
How to use
- Assert
gmeow:assessedNormonce from the assessment to itsgmeow:Norm, paired withgmeow:assessedEventandgmeow:complianceVerdict.
Examples
- ex:ca1
gmeow:assessedNormex:n1.