OpenPGP
- CURIE:
gmeow:keySchemePGP - IRI: https://blackcatinformatics.ca/gmeow/keySchemePGP
- Category: individual
- Defined by:
gmeow:slices/trust - Box roles: ABox role (What is this?)
The pgp key scheme — a cryptographic key format used to identify an agent or sign messages.
Structure
Types: gmeow:KeyScheme
Practical Pattern
Use gmeow:keySchemePGP as a controlled value typed as gmeow:KeyScheme.
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
ex:aliceKey a gmeow:CryptographicKey ;
gmeow:keyScheme gmeow:keySchemePGP ;
gmeow:keyAlgorithm "ed25519" ;
gmeow:fingerprint "ABCD 1234 EF56 7890 ABCD 1234 EF56 7890 ABCD 1234" ;
gmeow:keyId "0xEF567890" .
ex:bobKey a gmeow:CryptographicKey ;
gmeow:keyScheme gmeow:keySchemePGP ;
gmeow:fingerprint "EF01 5678 ABCD 1234 EF01 5678 ABCD 1234 EF01 5678" .