trustee
- CURIE:
gmeow:trustee - IRI: https://blackcatinformatics.ca/gmeow/trustee
- Category: property
- Defined by:
gmeow:slices/trust - Box roles: RBox role (What is this?)
The agent that is trusted by the trustor in a trust-assertion.
Structure
Property shape: object property; gmeow:TrustAssertion -> gmeow:Agent; functional
Practical Pattern
Use gmeow:trustee 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
- Source:
slices/core/trust/examples/web-of-trust.ttl - Examples catalog: open in catalog#example-slices-core-trust-examples-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
- Use to name the agent that is trusted in a trust assertion — the trustee the trustor vouches for or designates as an introducer.
Avoid when
- Avoid for the perspective holder (that is
gmeow:trustor) and avoid reading a trustee's being trusted as a global fact — it holds only from this trustor's standpoint. It is functional — one trustee per assertion.
How to use
- Bind exactly one
gmeow:Agentas the trustee; record the degree withgmeow:trustLeveland any introducer parameters on the same relator, and let competing trustors' assessments of the same trustee coexist.
Examples
- ex:t1
gmeow:trusteeex:bob.