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.

Tool Used

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.

{}""""""}"""""}"}"}"]""]"]"]@@@ooo,oooot,o,o,o,oo,d,dcit:::::::h:::::ccodyiiorrttucmmisttn"pdsw""eehim"""r""o""e{}ti{}e{}e{}t:e"_n@ossutblmse@@d@@detrre":pei:oomlnaeqavtivtimemmx":urdiuubeardutayfaya_"ssth1b""drrn"igiaelpilp"""s:"":""""":""""""t"2l::"cca:leurdueeue:@oe@ottppi@ctppi@:to,i:eei_"me"e"de"i:t[i:iyrrsvryrrsvp:c{"__l"d:"":":"":[di"ditpoo_aepoo_a"sI"h1ct"ai:::::"d:"dleppplaeppplh:t:tle:as"{"":":"e"eeuut"eeuut/etamaph"""h{"h:[:":rrbeo:rrbet/mtpspn"lthh2t2t"]":ttl"rttl"po"rsslu,attt0t0th1,h1"yyi:""yyi:sm,u:"alyptt2p2pt3t[l__c:l__c:ee/:tl_spp3:3:ttiil""iil""/k,/e,u:ss-/-/pptda:a[tda:b/aon"r/::0/1/sse"bae"bbosmu:l/7w0w::r:etar:etbm.els-w-w//alr"alr"eakln"mo2w1w//l1"ul2"ukwa,u:emm6.7.oo",:e",:easslkeeTwTwmm,,,,s..l{akk2303ee"".la,saa2.6.kkTCadw.ss:o:oaairwasa..5r5rsstess.waa2g6g..la..lsww:/:/aaetljd.ss3212ww"odpal..1060ss,ra/sdll+0+0.."sx.add0101ll,.xjsaa0/0/ddjxp.ss:X:Xaap/j..0M0Mssoxpjj0L0L..xmx/pp"S"Sjjxexx//,c,cppxk/xxxhh///aoxxxeexxosm/xxmmxxm/eo/aaxxeakmo##//kpaemmddooaiskeeaamms/akktteeiasaaeekkatp/ssTTaapeif//iissim/iffmm//-suliieeaacsell""pp1eseeiin2r/ss//t"sl//mse,/amseix1reqdtt"gduie",eiaas,/ur//4me11f//3"544",7ff,955677099c664004cc744144c779115cc499c55644dcc366adda33caa0aaacc2003aab22d334bb4dd144a44611faa466effb448eebbb.88jbbp..gjj"pp,gg"",

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.