Skip to content

This main function of the code is to transform OWL class into JSON format. Json format: { "name":"", "children": [ { "name":"", "children": [ {"name":"",}, {} ] } ] } Use Java language and Jena Library parser OWL document and transform to above JSON file format.

Notifications You must be signed in to change notification settings

dawnJ/OWLToJson_Class_hierarchy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

OWLToJson_Class_hierarchy

This main function of the code is to transform OWL class into JSON format. Json format: { "name":"", "children": [ { "name":"", "children": [ {"name":"",}, {} ] } ] } Use Java language and Jena Library parser OWL document and transform to above JSON file format.

About

This main function of the code is to transform OWL class into JSON format. Json format: { "name":"", "children": [ { "name":"", "children": [ {"name":"",}, {} ] } ] } Use Java language and Jena Library parser OWL document and transform to above JSON file format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published