certified identity

The agent identity a certification binds the key to.

Structure

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

Practical Pattern

Use gmeow:certifiedIdentity from gmeow:Certification 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.

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:Agent

Usage Advice

Use when

Avoid when

How to use

Examples