has attestation

Relates an entity to an attestation about it — the inverse of gmeow:attestedSubject. Non-functional: an entity may have many co-existing attestations from different attesters (Principle 9).

Structure

Property shape: object property; gmeow:Entity -> gmeow:Attestation

Practical Pattern

Use gmeow:hasAttestation from gmeow:Entity to gmeow:Attestation 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.

Skill Proficiency

# --- A credential: an independent attestation OF the skill, by an issuer. A
#     verifiable credential references a gmeow:Attestation that signs it (the
#     expertise↔attestation seam): the credential is a CLAIM, the attestation
#     makes it checkable.
ex:cert a gmeow:Credential ;
    gmeow:credentialFor    ex:python ;
    gmeow:credentialIssuer ex:psf ;
    gmeow:hasAttestation   ex:certAttestation .

Common Companion Terms

gmeow:Entity, gmeow:Attestation

Usage Advice

Use when

Avoid when

How to use

Examples