signed by

The agent (or signing identity) that produced a signature.

Structure

Property shape: object property; gmeow:CryptographicSignature -> gmeow:Agent

Practical Pattern

Use gmeow:signedBy from gmeow:CryptographicSignature to gmeow:Agent 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, gmeow:Agent

Usage Advice

Use when

Avoid when

How to use

Examples