certified key

The cryptographic key a certification vouches for.

Structure

Property shape: object property; gmeow:Certification -> gmeow:CryptographicKey; functional

Practical Pattern

Use gmeow:certifiedKey from gmeow:Certification to gmeow:CryptographicKey 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.

Web Of Trust

# --- Alice signs Bob's key, certifying the key↔identity binding.
ex:cert a gmeow:Certification ;
    gmeow:certifier         ex:alice ;
    gmeow:certifiedKey      ex:bobKey ;
    gmeow:certifiedIdentity ex:bob ;
    gmeow:certificationLevel "positive" .

Common Companion Terms

gmeow:Certification, gmeow:CryptographicKey

Usage Advice

Use when

Avoid when

How to use

Examples