holds key

Relates an agent to a cryptographic key it holds. The period over which the agent held the key may be carried with gmeow:validFrom/validUntil on this statement.

Structure

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

Practical Pattern

Use gmeow:holdsKey from gmeow:Agent to gmeow:CryptographicKey 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

# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: the PGP web of trust. Trust is decentralized and
# relational: agents gmeow:holdsKey cryptographic keys; one agent's
# gmeow:Certification signs another's key (a key-signing, binding key↔identity);
# and a gmeow:TrustAssertion records how much a trustor trusts a trustee AS AN
# INTRODUCER (gmeow:trustLevel + gmeow:introducerDepth — how far transitive trust
# may flow). gmeow:endorses is the lightweight, keyless vouch. No central
# authority: trust is asserted pairwise and composed.
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/trust/> .

ex:alice a gmeow:Person ;
    gmeow:name     "Alice"@en ;
    gmeow:holdsKey ex:aliceKey ;
    gmeow:endorses ex:bob .

Common Companion Terms

gmeow:Agent, gmeow:CryptographicKey

External Equivalences

Equivalent or closely aligned targets: wot

Linkages

Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.

Term Equivalences

Source Kind Profile Predicate/Relation Target Evidence
gmeow:holdsKey equivalence - skos:closeMatch wot:hasKey gmeow-trust.sssom.tsv; gmeow:eqTrust004; confidence 0.9

Usage Advice

Use when

Avoid when

How to use

Examples

Published Alignment Graph

Alignments

RelationTarget
closeMatchwot:hasKey