OpenPGP

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

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" .

Common Companion Terms

gmeow:KeyScheme