|
i am going to develop the web service for retriving data from mysql database. i want to use rdfs ontology... how should i proceed? i am having two different datasources i want to integrate the data from these two different data sources should i mannually create the ontology ?how to connect rdfs ontology with acual data in mysql? |
|
you will need something which translates (maps) your tables to RDF data. Here are some tools: http://www.w3.org/2001/sw/rdb2rdf/wiki/Implementations You can also read about the whole idea here: http://www.w3.org/2001/sw/rdb2rdf/ |

