Construct a new statement
The subject of the triple. What the fact is about
The relationship which is asserted between the subject and object
The thing or data value which is asserted to be related to the subject
Optional
graph: DefaultGraph | GThe document where the triple is or was or will be stored on the web.
The graph param is a named node of the document in which the triple when it is stored on the web. It exists because when you have read data from various places in the web, the “graph” tells you why you have the triple. (At the moment, it is just the document, in future it could be an inference step)
When you do UpdateManager.update() then the graph’s of all the statements must be the same, and give the document you are patching. In future, we may have a more powerful update() which can update more than one document.
The graph param is a named node of the document in which the triple when it is stored on the web.
The thing or data value which is asserted to be related to the subject
The relationship which is asserted between the subject and object
The subject of the triple. What the Statement is about.
A Statement represents an RDF Triple or Quad.