I understand that RDF* solves the issue of properties and attributes and internal structure missing in RDF. But I wonder what are some use cases when RDF* are better than LPG? And what are the main advantages of RDF* over LPGs?
Asked
Active
Viewed 130 times
3
-
In LPG, edges can have attributes which values are of primitive types only. In RDF*, "edges" can also have attributes which values are other "nodes" or even "edges". Examples are `<<:Alice :likes :Bob>> :isSaidBy :Carol` or `:Carol :says <<:Alice :likes :Bob>>`. – Stanislav Kralin May 23 '23 at 17:40