Paul Gearon <gea...@ieee.org> writes:

> On Wed, May 22, 2013 at 9:24 AM, Phillip Lord
> <phillip.l...@newcastle.ac.uk>wrote:
>>
>>
>> It's a good question; the library is more intended for people who know
>> ontologies and don't care, or have never heard about, clojure. So the
>> documentation is biased in that way.
>>
>
> This message originally confused me. For some reason I found that my email
> filters had put a message for public-owl-dev into my folder for Clojure
> emails. It was a pleasant surprise to see that there was no mistake. :-)

It can be strange when different worlds collide. I keep on seeing people
here I know from my life as a minor Emacs hacker.


> I'm wondering about the file formats. I see that RDF/XML (:rdf) and
> Manchester (:omn) are supported, as well as OWL/XML (:owl - which I don't
> really know). I don't see Turtle though, which is the main interchange
> format I try to use. Am I missing it?

Yeah, that should work. Underneath, most of this is driven by the OWL
API. So as well as a keywords which I added for the lazy (that is, me),
you can pass an OWL API OntologyFormat object. So:

(save-ontology "pizza.turtle"
   (org.coode.owlapi.turtle.TurtleOntologyFormat.))


does the job. For me, :omn is the nicest to read; tawny's syntax looks
similar, which is not an accident.

I'll add a keyword shortcut for the next release. I should have just
done all the known ones; like I say, lazy.

Phil

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to