internal archive

The consumer is an internal archival system — not publicly visible.

Structure

Types: gmeow:ProjectionContext

Practical Pattern

Use gmeow:consumerInternalArchive as a controlled value typed as gmeow:ProjectionContext.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

Sensitivity And Disclosure

# --- A confidential record: sensitive, internal-only, eligible only for the
#     internal archive — withheld from public consumers, not deleted.
ex:salaryRecord a gmeow:InformationObject ;
    rdfs:label                "Compensation record"@en ;
    gmeow:partOf              ex:dossier ;
    gmeow:hasSensitivity      gmeow:sensitivityConfidential ;
    gmeow:hasDisclosurePolicy gmeow:policyInternalOnly ;
    gmeow:eligibleForConsumer gmeow:consumerInternalArchive ;
    gmeow:hasDeterminacy      gmeow:determinacyCrisp .

Common Companion Terms

gmeow:ProjectionContext