certified key
- CURIE:
gmeow:certifiedKey - IRI: https://blackcatinformatics.ca/gmeow/certifiedKey
- Category: property
- Defined by:
gmeow:slices/trust - Box roles: RBox role (What is this?)
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
- 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:CryptographicKey
Usage Advice
Use when
- Use to name the cryptographic key a certification vouches for — the key half of the attested key↔identity binding.
Avoid when
- Avoid for the identity the key is bound to (that is
gmeow:certifiedIdentity) and for the signer (gmeow:certifier); it is functional — one key per certification, a different key is a different attestation.
How to use
- Point the certification at exactly one
gmeow:CryptographicKeyand pair it withgmeow:certifiedIdentity; the two together are the binding the certifier attests.
Examples
- ex:cert1
gmeow:certifiedKeyex:lillithKey.