agraph-python icon indicating copy to clipboard operation
agraph-python copied to clipboard

Adding properties to Statement

Open Leinadium opened this issue 3 years ago • 0 comments

A lot of classes implemented have properties, but no Statement.

In this case, if for example the object attribute is accessed, it will not be parsed to a Value, instead a string in N-Triples format will be returned.

If a property is implemented, the getObject method will be called, and the object will be lazily parsed.

Leinadium avatar May 18 '22 15:05 Leinadium