signature algorithm

The algorithm used for a signature (e.g. rsa-sha256, ed25519).

Structure

Property shape: datatype property; gmeow:CryptographicSignature -> rdfs:Literal; functional

Practical Pattern

Use gmeow:signatureAlgorithm from gmeow:CryptographicSignature 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.

Software Release

ex:sig a gmeow:CryptographicSignature ;
    gmeow:signatureAlgorithm "ecdsa-p256" ;
    gmeow:signedBy           ex:ciSystem .

Common Companion Terms

gmeow:CryptographicSignature

Usage Advice

Use when

Avoid when

How to use

Examples