What problem does it solve? Modeling agent cognition with beliefs, desires, and intentions requires consistent ontological structure, temporal grounding, and traceable reasoning chains. This Skill provides formal BDI ontology patterns that convert external RDF context into structured mental states, enabling explainable deliberative reasoning in multi-agent and neuro-symbolic systems. ## Core Features & Use Cases - T2B2T Pipeline: Implements the Triples-to-Beliefs-to-Triples paradigm, translating incoming RDF into beliefs and projecting deliberation results back into RDF for downstream consumption. - Cognitive Chain Modeling: Wires beliefs, desires, and intentions with bidirectional properties (motivates/isMotivatedBy, fulfils/isFulfilledBy) for forward reasoning and backward explainability tracing. - Framework Integration: Provides translation patterns for SEMAS production rules, JADE/JADEX agent platforms, FIPA ACL messaging, and Logic Augmented Generation pipelines that constrain LLM outputs with ontology validation. - Use Case: A developer building a payment-assistant agent receives an RDF notification of a payment request, models it as a belief grounded in a world state, generates a motivated desire and committed intention with a plan, executes it, and emits the resulting world state as new RDF triples. ## Quick Start Model the attached RDF context as BDI mental states with beliefs, desires, intentions, justifications, and temporal validity intervals serialized in Turtle.