|
i want to integrate the results of two different data sources.so i want to perform the join operation on these two indivisual data sources and after that i want to get rdf graph of these join result. i need these to compose data providing web service. when user enters the query the result of that query will be composition of service. so how should i proceed?i have stored the data in mysql .actually this work requires ,query to be executed over mediated ontology.and these dp service will be modelled as a rdf view.i have tried d2r server but i think it is not suitable for my work. |
|
This depends on your working environment. What you need is a library/tool that will help you to make a rdf graph of your data. I think the word you might be looking for is RDF Parser. So search for "RDF Parser [your programming language here]". |

