certified identity
- CURIE:
gmeow:certifiedIdentity - IRI: https://blackcatinformatics.ca/gmeow/certifiedIdentity
- Category: property
- Defined by:
gmeow:slices/trust - Box roles: RBox role (What is this?)
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
- Source:
slices/core/trust/examples/web-of-trust.ttl - Examples catalog: open in catalog#example-slices-core-trust-examples-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
- Use to name the agent identity a certification binds the key to — the identity half of the attested key↔identity binding.
Avoid when
- Avoid for the key being vouched for (
gmeow:certifiedKey) and for the agent doing the vouching (gmeow:certifier); it is functional — one bound identity per certification.
How to use
- Point the certification at exactly one
gmeow:Agentidentity and pair it withgmeow:certifiedKey; a competing claim that the key belongs to a different identity is a separate certification across standpoints.
Examples
- ex:cert1
gmeow:certifiedIdentityex:lillith.