I am new to semantic web. I spent lot of time in understanding the concepts of semantic web i.e. RDF,ontology,ontology mapping etc. Now I have a task to retrieve the data from 8 ontology files and display the output in json format. I will explain the problem in detail.
I was given 8 ontology files(.ttl files) which represents the information of the persons in an organisation. Now the out put must include the information regarding all the persons in the company with their personal information like first name ,last name, country, age etc. The application must be a Standalone application.
For that I think we need to combine all the ontology files and use some APIs but I am not sure. Please help me.
Rakesh