RE: owl2jsonld: Converting OWL to JSON-LD @context

Mmh, well spotted! My next challenge is to add JSON-LD as writer and reader
for owlapi, which should give you:

Reading/writer of JSON-LD owl in Protege
Conversion from JSON-LD ontology to context
Embedding of ontology in context (as JSON-LD OWL)

Personally I am most excited about the last one, as it gives you a context
with documentation embedded.

I am also planning to add some special annotation properties to tweak the
generation, say to override the term name.
On 6 Jun 2014 16:17, "Markus Lanthaler" <markus.lanthaler@gmx.net> wrote:

> On Friday, June 06, 2014 3:38 AM, Stian Soiland-Reyes wrote:
> > I have released the first version of owl2jsonld:
> >
> >   https://github.com/stain/owl2jsonld
> >
> > which is a command line tool (and Clojure library) for converting an
> > RDFS/OWL ontology
> >
> > to JSON-LD @contexts.
>
> Great work Stian! I haven't tried it yet but I had a quick look at the
> code at GitHub. Is it correct that it doesn't parse vocabularies expressed
> in JSON-LD yet?
>
>
> Have a nice weekend,
> Markus
>
>
> --
> Markus Lanthaler
> @markuslanthaler
>
>
>

Received on Friday, 6 June 2014 16:15:42 UTC