From cb3a89d21ab475432dd854062206f8519f3c1688 Mon Sep 17 00:00:00 2001 From: Pier Luigi Buttigieg Date: Wed, 26 Jun 2024 16:19:34 +0200 Subject: [PATCH] Create tk-bc-label-CreativeWork.json --- .../graphs/tk-bc-label-CreativeWork.json | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 dataGraphs/thematics/CreativeWork/graphs/tk-bc-label-CreativeWork.json diff --git a/dataGraphs/thematics/CreativeWork/graphs/tk-bc-label-CreativeWork.json b/dataGraphs/thematics/CreativeWork/graphs/tk-bc-label-CreativeWork.json new file mode 100644 index 0000000..24104aa --- /dev/null +++ b/dataGraphs/thematics/CreativeWork/graphs/tk-bc-label-CreativeWork.json @@ -0,0 +1,45 @@ +{ + "@type": "CreativeWork", + "identifier": "{Customized Label ID}", + "isBasedOn": "{LC Label Page URL}", + "name": [ + { + "@language": "{language_tag}", + "@value": "{Notice Title}" + }, + { + "@language": "{language_tag}", + "@value": "{Notice Title}" + } + ], + "author": { + "@type": "Organization", + "identifier": "https://oceanexpert.org/institution/xxxxxxx", + "legalName": "Local Contexts Inc.", + "name": "Local Contexts", + "url": "https://localcontexts.org/" + }, + "text": [ + { + "@language": "{language_tag}", + "@value": "{Notice Text}" + }, + { + "@language": "{language_tag}", + "@value": "{Notice Text}" + } + ], + "url": "{PROJECT_PAGE_URL}", + "image": [ + { + "@type": "ImageObject", + "url": "{ICON_IMG}", + "encodingFormat": "image/png" + }, + { + "@type": "ImageObject", + "url": "{ICON_SVG}", + "encodingFormat": "image/svg" + } + ] + }