, RDF - , , RDBMS, . RDF .
, (, ..).
, , , 0-1.
, .
.
create table product (
product_id int primary key,
// core data here
)
create table product_meta (
product_id int,
property_id int,
value varchar(255)
)
create table properties (
property_id int primary key,
namespace varchar(255),
local_name varchar(255)
)
, -:
create table product_meta_reference (
product_id int,
property_id int,
reference int
)
.
, , , :
create table user_meta (
user_id int,
property_id int,
value varchar(255)
)
, , .