問題タブ [jpl]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - Create Prolog knowledge base in Java using JPL
I'm trying to wrap my head around the Java-Prolog interface library JPL. I can find plenty of examples where people query Prolog from Java for information from the knowledge base, but no examples where the knowledge base is constructed dynamically in Java. How would I do this?