version fingerprint

A content fingerprint of the versioned entity — a hash, SWHID, content digest, or semantic identifier. Broader than gmeow:contentDigest (which is byte-exact and domain gmeow:CreativeWork, typically Manifestation or Item): versionFingerprint covers semantic fingerprints where exact bytes are not the identity criterion (e.g. a normalized form, a canonicalized serialization). Non-functional: a single entity may carry several fingerprints under different algorithms or schemes.

Structure

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

Practical Pattern

Use gmeow:versionFingerprint from gmeow:Entity 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.

Release Channels

ex:release100 a gmeow:CreativeWork ;
    gmeow:title              "myapp 1.0.0"@en ;
    gmeow:versionFingerprint "1.0.0" .

Common Companion Terms

gmeow:Entity

Usage Advice

Use when

Avoid when

How to use

Examples