What problem does it solve? Modeling agent cognition with beliefs, desires, and intentions requires consistent ontological structure, temporal grounding, and traceable reasoning chains, which ad-hoc RDF modeling fails to provide. ## Core Features & Use Cases - BDI Ontology Modeling: Structure beliefs, desires, intentions, plans, and world states with formal class hierarchies, bidirectional properties, and OWL restrictions aligned with DOLCE. - T2B2T Pipeline: Implement the Triples-to-Beliefs-to-Triples paradigm to consume external RDF context and project deliberation results back as linked data. - Framework Integration: Translate BDI models into SEMAS production rules, JADE/JADEX agents, FIPA ACL messages, and Logic Augmented Generation pipelines for LLMs. - Use Case: Given an RDF notification like a payment request, generate a complete cognitive chain (world state, belief, desire, intention, plan, execution) with justifications and temporal validity, then validate it with SPARQL competency queries. ## Quick Start Model the agent mental states for this RDF context using the BDI ontology, including beliefs, desires, intentions, justifications, and temporal validity intervals.