agraph-python
agraph-python copied to clipboard
Adding properties to Statement
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.