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 mental processes as RDF triples aligned with DOLCE and reused ontology design patterns. - 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 incoming RDF notification such as a payment request, generate the full cognitive chain from world state through belief, desire, and intention to an executable plan, then validate it with SPARQL competency queries. ## Quick Start Model the agent's beliefs, desires, and intentions from the attached RDF context using the BDI ontology patterns and validate the result with the competency queries.