We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
with-ontology
Hello!
I see a test is defining an empty with-ontology function, and "using this as an API" says we can use the with-ontology macro like so:
(defn -main [& args] (with-ontology pizza (save-ontology "pizza.rdf" :rdf) (save-ontology "pizza.owl" :owl)))
But.. That code doesn't run for me. Seaching for with-ontology in this codebase doesn't bring up a definition. What am I missing?
The text was updated successfully, but these errors were encountered:
I think I blitzed that for Tawny 2.0. You can do "(save-ontology pizza....)" instead.
Where does it say to do that?
Sorry, something went wrong.
Right here : https://github.com/phillord/tawny-owl/blob/master/docs/tawny-as-an-api.md#the-ontology-argument
No branches or pull requests
Hello!
I see a test is defining an empty
with-ontology
function, and "using this as an API" says we can use thewith-ontology
macro like so:But.. That code doesn't run for me. Seaching for
with-ontology
in this codebase doesn't bring up a definition. What am I missing?The text was updated successfully, but these errors were encountered: