SO what RDF database do i use?

Posted by keisimone on Stack Overflow See other posts from Stack Overflow or by keisimone
Published on 2010-04-13T00:26:13Z Indexed on 2010/04/13 0:33 UTC
Read the original article Hit count: 445

Filed under:
|
|
|

Hi,

i have a similar issue as espoused in http://stackoverflow.com/questions/695752/product-table-many-kinds-of-product-each-product-has-many-parameters

i am convinced to use RDF now.

but i already have a database in mysql and the code is in php.

1) So what RDF database should I use?

2) do i combine the approach? meaning i have a class table inheritance in the mysql database and just the weird product attributes in the RDF? I dont think i should move everything to a RDF database since it is only just products and the wide array of possible attributes and value that is giving me the problem.

3) what php resources, articles should i look at that will help me better in the creation of this?

4) thank you.

© Stack Overflow or respective owner

Related posts about rdf

Related posts about php