verified by

The agent that produced a verification result. Non-functional: joint verification by multiple agents is valid.

Structure

Property shape: object property; gmeow:VerificationResult -> gmeow:Agent

Practical Pattern

Use gmeow:verifiedBy from gmeow:VerificationResult to gmeow:Agent 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.

Software Release

# --- Verification is its own recorded act: the deploy gate checked the chain.
ex:verifyResult a gmeow:VerificationResult ;
    gmeow:hasVerificationStatus gmeow:verificationStatusVerified ;
    gmeow:verifiedBy            ex:relyingParty .

Common Companion Terms

gmeow:VerificationResult, gmeow:Agent

Usage Advice

Use when

Avoid when

How to use

Examples