artifact media type

The media type of the attestation artifact's serialization (e.g. application/vnd.in-toto+json, application/vc+ld+json).

Structure

Property shape: datatype property; gmeow:AttestationArtifact -> rdfs:Literal; functional

Practical Pattern

Use gmeow:artifactMediaType from gmeow:AttestationArtifact 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.

Software Release

ex:artifact a gmeow:AttestationArtifact ;
    gmeow:artifactMediaType "application/vnd.in-toto+json" ;
    gmeow:contentDigest     "sha256:def456abc1237890def456abc1237890def456abc1237890def456abc1237890" .

Common Companion Terms

gmeow:AttestationArtifact

Usage Advice

Use when

Avoid when

How to use

Examples