{
"ontology": {
"primaries": {
"be": {
"description": "Defines an essential or inherent state of existence or identity.",
"examples": ["be('species', 'human')", "be('status', 'active')"]
},
"at": {
"description": "Defines spatial, temporal, or contextual presence.",
"examples": ["at('location', 'Cancún')", "at('time', '2025-08-04T18:00:00Z')"]
},
"communicate": {
"description": "Expresses a message or transmits information, externally or internally.",
"examples": ["communicate('group', 'see you soon')", "communicate('_', 'I feel tired')"]
},
"react": {
"description": "Captures a response or emotional feedback to a stimulus or state.",
"examples": ["react('meeting', '❤️')", "react('_', '🔥')"]
},
"have": {
"description": "Represents possession, attributes, or capabilities.",
"examples": ["have('wallet', '{...}')", "have('age', '34')"]
},
"relate": {
"description": "Establishes a relationship or association between entities.",
"examples": ["relate('', '{\"collaborator\":\"sui.gn\"}')", "relate('', '{\"linked\":\"project:x\"}')"]
}
},
"secondaries": {
"use": {
"description": "Describes the application or utility of something possessed or available.",
"composed_of": ["do", "have"],
"examples": ["use('tool', 'notebook')", "use('app', 'cleaker')"]
},
"work": {
"description": "Denotes activity involving effort, often with goals, collaboration, or output.",
"composed_of": ["relate", "communicate", "do"],
"examples": ["work('project', 'neuroverse')", "work('with', 'friends')"]
},
"think": {
"description": "Represents internal cognitive processes, self-reflection or internal dialogue.",
"composed_of": ["communicate"],
"examples": ["think('_', 'What if this works?')", "think('_', 'Need to focus')"]
},
"friend": {
"description": "A type of human relationship with trust and mutual support.",
"composed_of": ["relate", "react"],
"examples": ["relate('friend', 'jose')", "react('jose', '❤️')"]
},
"travel": {
"description": "Movement or transition across space or time.",
"composed_of": ["at", "do"],
"examples": ["travel('to', 'Berlin')", "travel('when', '2025-08-15')"]
}
}
}
}