crisp
- CURIE:
gmeow:determinacyCrisp - IRI: https://blackcatinformatics.ca/gmeow/determinacyCrisp
- Category: individual
- Defined by:
gmeow:slices/kernel - Box roles: ABox role, CBox role (What is this?)
The crisp determinacy — a characterization of whether a value is crisp, vague, fuzzy, probabilistic, or disputed (Principle 9).
Structure
Types: gmeow:Determinacy
Practical Pattern
Use gmeow:determinacyCrisp as a controlled value typed as gmeow:Determinacy.
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 .
# --- 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 .
Score As Lossy Projection
- Source:
slices/extensions/music/examples/score-as-lossy-projection.ttl - Examples catalog: open in catalog#example-slices-extensions-music-examples-score-as-lossy-projection
# --- WORK: the abstract piece, determinate in what it fixes.
ex:nocturne a gmeow:MusicalWork ;
rdfs:label "Nocturne in E♭ (worked example)"@en ;
gmeow:hasDeterminacy gmeow:determinacyCrisp .