Name
cx:rdf-merge — Combines RDF datasets.
Synopsis
This step combines several RDF datasets into a single dataset.
| Input port | Primary | Sequence | Content types |
|---|---|---|---|
| source | ✔ | ✔ |
| Output port | Primary | Sequence | Content types |
|---|---|---|---|
| result | ✔ |
| Option name | Type | Default value |
|---|---|---|
| graph | xs:anyURI? | () |
This is an extension step; to use it, your pipeline must include its declaration.
For example, by including the extension library with an import at the top of your
pipeline:
<p:import href="https://xmlcalabash.com/ext/library/rdf.xpl"/>Declaration
1 |<p:declare-step xmlns:p="http://www.w3.org/ns/xproc">
| <p:input port="source" sequence="true"/>
| <p:option name="graph" as="xs:anyURI?"/>
| <p:output port="result"/>
5 |</p:declare-step>Description
The cx:rdf-merge step combines several RDF datasets into a
single dataset.