Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How does EAV compare to RDF? [closed]

Is RDF a superset of the Entity Attribute Value model?

I'm looking into EAV Frameworks and it seems that many RDF Frameworks could be used to provide EAV Frameworks.

E.g. With an RDF store and something like LinqToRDF would I have myself a ready-to-go .NET EAV Framework?

like image 258
codeulike Avatar asked Nov 18 '10 12:11

codeulike


1 Answers

I would rather put it the other way round: you can use an EAV store to store RDF models.

like image 110
Nils Weinander Avatar answered Sep 27 '22 19:09

Nils Weinander