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 - Fork 0
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.
dawnJ/OWLToJson_Class_hierarchy
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 0
No packages published