key algorithm

The key's algorithm (e.g. rsa, ed25519, secp256k1). Not functional (source-variable).

Structure

Property shape: datatype property; gmeow:CryptographicKey -> rdfs:Literal

Practical Pattern

Use gmeow:keyAlgorithm from gmeow:CryptographicKey to rdfs:Literal 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

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

Common Companion Terms

gmeow:CryptographicKey

Usage Advice

Use when

Avoid when

How to use

Examples