Releases: stain/owl2jsonld
Releases · stain/owl2jsonld
owl2jsonld 0.2.1
owl2jsonld 0.2.0
New in 0.2.0:
* Support loading OWL ontologies in JSON-LD format
owl2jsonld 0.1.0
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 ...