RDF and Dependency Graphs - Gnorion/BizVR GitHub Wiki

In this table there are some dependencies. Color, size and shape all affect the price.

image

This can be represented in RDF format as predicates as follows

{
"TRIPLES":[
    {"predicate":"affects","subject":"color","object":"price"},
    {"predicate":"affects","subject":"size","object":"price"},
    {"predicate":"affects","subject":"shape","object":"price"}
    ]
}