claimed media type
- CURIE:
gmeow:claimedMediaType - IRI: https://blackcatinformatics.ca/gmeow/claimedMediaType
- Category: property
- Defined by:
gmeow:slices/names - Box roles: CBox role, RBox role (What is this?)
The MIME media type CLAIMED by a filename's extension (e.g. ".pdf" → "application/pdf"). A claim by the name, which may disagree with gmeow:detectedMediaType. Non-functional.
Structure
Property shape: datatype property; gmeow:Filename -> rdfs:Literal
Practical Pattern
Use gmeow:claimedMediaType from gmeow:Filename to rdfs:Literal when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
Usage Advice
Use when
- Use to record the MIME media type a
gmeow:Filename's extension CLAIMS — the type asserted by the name, to be compared against the type detected from the bytes.
Avoid when
- Avoid treating the claim as the truth (the bytes'
gmeow:detectedMediaTypemay disagree) and avoid resolving a mismatch into a contradiction — both coexist as confidence-weighted claims.
How to use
- Set
gmeow:claimedMediaTypeon aFilenamefrom its extension; pair withgmeow:detectedMediaTypeand let a disagreement coexist rather than asserting disjointness.
Examples
- ex:report
gmeow:claimedMediaType"application/pdf".