Skip to content

(RDF) Merging several RDF data files

Jose Emilio Labra Gayo edited this page Aug 14, 2024 · 1 revision

(RDF) Merging several RDF data files

The data option can be used to parse one or more RDF data files, merge them and serialize them to any of the RDF formats supported.

As an example:

rudof data example/user.ttl example/simple.ttl

will parse both RDF data files, merge them and serialize them using the default format (Turtle).

It is possible to serialize the files using a different format, like ntriples, rdfxml, etc.

For example, the following command will output the result in RDF/XML:

rudof data example/user.ttl example/simple.ttl -r rdfxml
Clone this wiki locally