graph://add
Adds RDF triples from a ChimeraResource to the RDFGraph in the exchange body. The triples are inserted into the graph's current named graph context (as configured on the graph via graph://get). The updated graph remains in the exchange body, so you can chain multiple add operations to load data from several sources.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
chimeraResource |
ChimeraResourceBean |
Yes | — | Resource pointing to the RDF data to add. Supports any RDF format. See ChimeraResource. |