I'm trying to start with Apache Jena in Clojure, so I have added library to resources folder.
Now I want to create Jena Model.
In Java, it would be
Model model = ModelFactory.createDefaultModel();
I guess in Clojure it would be something like this
(def model (ModelFactory/createDefaultModel))
But I'm not sure about this. I guess this could work for String but I don't know if it would work for custom object.
not sure? => REPL. But what you have should "do it". Don't believe me? => REPL.