From c8eb90b5bfedceb1f8dd210a43a3211ebb7b4399 Mon Sep 17 00:00:00 2001 From: Jarmo Saarikko <32375550+jarmosaarikko@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:58:09 +0200 Subject: [PATCH] =?UTF-8?q?Update=20list=5Ftest.json=20=20=20=20=20mts=20d?= =?UTF-8?q?ata=20l=C3=A4hes=20LC=20formaatissa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit kokeillaan lähempänä LC formaattia olevaa muotoa [ { "@id" : "linkki", "@type" : [ "http://www.loc.gov/mads/rdf/v1#Authority" ], "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ { "@value": "arvo1" } ] } ] --- test/list_test.json | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/test/list_test.json b/test/list_test.json index bb94d32..d4c282b 100644 --- a/test/list_test.json +++ b/test/list_test.json @@ -1,10 +1,23 @@ [ { -"uri": "http://urn.fi/URN:NBN:fi:au:mts:m4844", -"label": "kovakantinen" +"@id": "http://urn.fi/URN:NBN:fi:au:mts:m4844", +"@type": [ +"http://www.loc.gov/mads/rdf/v1#Authority" +], +"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ +{ +"@value": "kovakantinen" +} +] }, { -"uri": "http://urn.fi/URN:NBN:fi:au:mts:m4843", -"label": "pehmeäkantinen" +"@id": "http://urn.fi/URN:NBN:fi:au:mts:m4843", +"@type": [ +"http://www.loc.gov/mads/rdf/v1#Authority" +], +"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": [ +{ +"@value": "pehmeäkantinen" } ] +