What problem does it solve? Modeling agent cognition with beliefs, desires, and intentions requires a formal structure that most ad-hoc implementations lack, making reasoning opaque, untraceable, and incompatible across multi-agent systems. This Skill provides ontology-grounded patterns for converting external RDF context into structured BDI mental states with explainability and temporal tracking. ## 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) enabling both forward reasoning and backward explainability tracing. - Framework Integration: Provides translation patterns for SEMAS production rules, JADE/JADEX agent platforms, FIPA ACL communication, and Logic Augmented Generation pipelines that constrain LLM outputs with ontological validation. - Use Case: A developer building a neuro-symbolic agent receives RDF sensor data, uses this Skill to model it as temporally-bounded beliefs with justifications, generates desires and intentions through the cognitive chain, and validates the result against SPARQL competency questions before deploying to a JADE platform. ## Quick Start Model the attached RDF context as BDI mental states with beliefs, desires, intentions, justifications, and temporal validity intervals serialized in Turtle.