norm issuer

The agent or standpoint according to which this norm holds — the constitutional keystone: there is no ought, only ought-according-to. DOMAIN-FREE on purpose: gmeow:systemIssuer specializes this property for NormativeSystems, and a domain of Norm would leak gmeow:Norm typing onto every system through the subproperty design review; issuance applies to norms, systems, and future deontic carriers alike. The range is intentionally open (a gmeow:Agent or a gmeow:Standpoint individual, the accordingTo convention). normIssuergmeow:accordingTo is documented, not axiomatised (accordingTo is an AnnotationProperty; the vantage precedent). NOT functional: co-issued norms (a treaty, a joint policy) carry several issuers, and those claims coexist (Principle 9).

Structure

Property shape: object property

Practical Pattern

Use gmeow:normIssuer when the definition matches the source fact. Prefer a narrower GMEOW term when one exists, and keep projection concerns in the mapping layer.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

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 .

Usage Advice

Use when

Avoid when

How to use

Examples