obligation (must)
- CURIE:
gmeow:deonticObligation - IRI: https://blackcatinformatics.ca/gmeow/deonticObligation
- Category: individual
- Defined by:
gmeow:slices/norms - Box roles: ABox role (What is this?)
The obligation modality — the issuer requires the conduct.
Structure
Types: gmeow:DeonticModality
Practical Pattern
Use gmeow:deonticObligation as a controlled value typed as gmeow:DeonticModality.
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
# --- An OBLIGATION norm within that system. A norm names its gmeow:normIssuer —
# there is no ought, only ought-ACCORDING-TO an authority (the keystone).
ex:handwashNorm a gmeow:Norm ;
rdfs:label "Staff must wash hands before food preparation"@en ;
gmeow:deonticModality gmeow:deonticObligation ;
gmeow:normIssuer ex:healthAuthority .