| http://www.w3.org/ns/prov#value | - And the only thing I can think of what it could mean is a normal join between 2 tables with the same ID in the ON, something like:FROM Orders OINNER JOIN Clients C ON C.ClientID = O.ClientIDwith what makes it natural that ClientID exists in both tables.
|