public safe
- CURIE:
gmeow:policyPublicSafe - IRI: https://blackcatinformatics.ca/gmeow/policyPublicSafe
- Category: individual
- Defined by:
gmeow:slices/kernel - Box roles: ABox role (What is this?)
The fact is safe for broad public projection without additional review.
Structure
Types: gmeow:DisclosurePolicy
Practical Pattern
Use gmeow:policyPublicSafe 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 public-safe record in the same dossier: same container, different
# disclosure — eligibility is per-record, not per-dossier.
ex:bioNote a gmeow:InformationObject ;
rdfs:label "Public bio note"@en ;
gmeow:partOf ex:dossier ;
gmeow:hasSensitivity gmeow:sensitivityPublic ;
gmeow:hasDisclosurePolicy gmeow:policyPublicSafe ;
gmeow:eligibleForConsumer gmeow:consumerPublicSite ;
gmeow:hasDeterminacy gmeow:determinacyCrisp .