is aware of

Faintest level of the knowledge spectrum: the agent has encountered the subject and knows it exists, without necessarily knowing facts about it. Entailed by every deeper level (knowsAbout, understands, hasMastered) and by gmeow:hasSkill.

Structure

Property shape: object property; gmeow:Agent -> gmeow:Entity

Practical Pattern

Use gmeow:isAwareOf from gmeow:Agent to gmeow:Entity when the relationship itself belongs in the native GMEOW graph.

Example Snippets

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

Attention Interest Memory

# curiousAbout entails interestedIn (subproperty); remembers entails isAwareOf —
# a reasoner derives ex:nova gmeow:isAwareOf wd:Q192995 from the remembers edge.

Knowledge Spectrum

ex:ada a gmeow:Person ;
    gmeow:hasMastered  wd:Q28865 ;   # Python — entails understands ⊑ knowsAbout ⊑ isAwareOf
    gmeow:understands  wd:Q217413 ;  # category theory
    gmeow:knowsAbout   wd:Q189436 ;  # bioinformatics
    gmeow:isAwareOf    wd:Q192995 .  # quantum computing — bare awareness only

Common Companion Terms

gmeow:Agent, gmeow:Entity

Usage Advice

Use when

Avoid when

How to use

Examples