internal only
- CURIE:
gmeow:policyInternalOnly - IRI: https://blackcatinformatics.ca/gmeow/policyInternalOnly
- Category: individual
- Defined by:
gmeow:slices/kernel - Box roles: ABox role (What is this?)
The fact must never leave internal systems.
Structure
Types: gmeow:DisclosurePolicy
Practical Pattern
Use gmeow:policyInternalOnly as a controlled value typed as gmeow:DisclosurePolicy.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Sensitivity And Disclosure
- Source:
slices/core/kernel/examples/sensitivity-and-disclosure.ttl - Examples catalog: open in catalog#example-slices-core-kernel-examples-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 .