verification status

The verification outcome of a signature: verified, failed, or unverified.

Structure

Property shape: datatype property; gmeow:CryptographicSignature -> rdfs:Literal; functional

Practical Pattern

Use gmeow:verificationStatus from gmeow:CryptographicSignature to rdfs:Literal 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:CryptographicSignature

Usage Advice

Use when

Avoid when

How to use

Examples