Overview#
In the following article, I introduced how to add an export feature.
One of the export formats available is JSON-LD.

In this article, we will try converting this JSON-LD to RDF/XML and Turtle formats.
This time, we will use EASY RDF.
https://www.easyrdf.org/converter
Copy the contents of the following JSON-LD obtained through the Omeka S export.
Then, paste it into the Input Data form in EASY RDF.

Select JSON-LD for Input Format and choose the desired item for Output Format.
RDF/XML#
When RDF/XML is selected, the conversion result looks like this.

Turtle#
When Turtle is selected, the conversion result looks like this.

N-Triples#
When N-Triples is selected, the conversion result looks like this.

Summary#
I hope this serves as a helpful reference regarding RDF data output formats.