knowledge: knows about
- CURIE:
gmeow:knowledgeKnowsAbout - IRI: https://blackcatinformatics.ca/gmeow/knowledgeKnowsAbout
- Category: individual
- Defined by:
gmeow:slices/cognition - Box roles: ABox role (What is this?)
Familiarity — knows facts about the subject and can describe it. Pairs with the gmeow:knowsAbout spectrum level.
Structure
Types: gmeow:KnowledgeLevel
Practical Pattern
Use gmeow:knowledgeKnowsAbout as a controlled value typed as gmeow:KnowledgeLevel.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Dunning Kruger
- Source:
slices/core/cognition/examples/dunning-kruger.ttl - Examples catalog: open in catalog#example-slices-core-cognition-examples-dunning-kruger
# --- Observer-attributed: the assessor, on the same scale, rates the SAME knowing
# of the SAME subject only as KNOWS-ABOUT. Lower depth, coexisting claim.
ex:samQuantumAssessed a gmeow:KnowledgeProficiency ;
gmeow:knowledgeProficiencyAgent ex:sam ;
gmeow:knowledgeProficiencySubject wd:Q192995 ; # quantum computing
gmeow:knowledgeProficiencyLevel gmeow:knowledgeKnowsAbout ;
gmeow:knowledgeProficiencyScale gmeow:scaleKnowledgeDepth ;
gmeow:accordingTo ex:assessor . # observer-attributed vantage
# Both relators stand. gmeow:knowledgeMastered gmeow:deeperThan gmeow:knowledgeKnowsAbout
# (transitively, on the LEVELS) quantifies the gap — but the relators themselves are
# never ordered by gmeow:deeperThan, and neither claim is promoted to a fact: the
# divergence is the data (Principle 9).