trustor

The agent whose (subjective) trust a trust-assertion expresses — the perspective holder.

Structure

Property shape: object property; gmeow:TrustAssertion -> gmeow:Agent; functional

Practical Pattern

Use gmeow:trustor from gmeow:TrustAssertion 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.

Web Of Trust

# --- Alice trusts Bob as a level-1 introducer (his certifications count for her).
ex:trust a gmeow:TrustAssertion ;
    gmeow:trustor         ex:alice ;
    gmeow:trustee         ex:bob ;
    gmeow:trustLevel      "full" ;
    gmeow:introducerDepth 1 .

Common Companion Terms

gmeow:TrustAssertion, gmeow:Agent

Usage Advice

Use when

Avoid when

How to use

Examples