I have a file with json-ld
data. This data corresponds with an ontology, and I want know how I can get a structure of the data through said ontology.
I want create a program in Java to read this json-ld, create that structure and show the information that I want by screen.
What library can I use, and how can I do all of this?