fingerprint

A fingerprint (hash) identifying a key. Not functional: different sources may report differing or differently-formatted fingerprints for the same key.

Structure

Property shape: datatype property; gmeow:CryptographicKey -> rdfs:Literal

Practical Pattern

Use gmeow:fingerprint from gmeow:CryptographicKey to rdfs:Literal 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

ex:aliceKey a gmeow:CryptographicKey ;
    gmeow:keyScheme    gmeow:keySchemePGP ;
    gmeow:keyAlgorithm "ed25519" ;
    gmeow:fingerprint  "ABCD 1234 EF56 7890 ABCD 1234 EF56 7890 ABCD 1234" ;
    gmeow:keyId        "0xEF567890" .

ex:bobKey a gmeow:CryptographicKey ;
    gmeow:keyScheme   gmeow:keySchemePGP ;
    gmeow:fingerprint "EF01 5678 ABCD 1234 EF01 5678 ABCD 1234 EF01 5678" .

Common Companion Terms

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:fingerprint equivalence - skos:closeMatch wot:fingerprint gmeow-trust.sssom.tsv; gmeow:eqTrust002; confidence 0.95

Usage Advice

Use when

Avoid when

How to use

Examples

Published Alignment Graph

Alignments

RelationTarget
closeMatchwot:fingerprint