Skip to content

Releases: stain/owl2jsonld

owl2jsonld 0.2.1

18 Jun 16:58

Choose a tag to compare

New: Support loading JSON-LD

owl2jsonld 0.2.0

18 Jun 16:46

Choose a tag to compare

New in 0.2.0:

* Support loading OWL ontologies in JSON-LD format

owl2jsonld 0.1.0

06 Jun 01:04

Choose a tag to compare

owl2jsonld

Convert OWL ontology to JSON-LD context

This tool generate a JSON-LD @context for concepts (classes and properties) found in the specified OWL or RDFS ontology.

owl2jsonld-0.1.0-standalone.jar contains OWL API, which is distributed under the alternative of LGPL or Apache license 2.0.

Command line usage

Generate JSON-LD context from the given RDFS/OWL ontology URL(s):

$ java -jar owl2jsonld-0.1.0-standalone.jar [-a|-n] [-c|-p] [-P PREFIX] [-i] [-o OUTPUT] [-e] ONTOLOGY ...