From f4adda324d13ca43cb28a03d0eaf9732fc56fe71 Mon Sep 17 00:00:00 2001
From: Pier Luigi Buttigieg
Date: Wed, 26 Jun 2024 17:07:07 +0200
Subject: [PATCH] Update local-contexts-label.json
---
.../graphs/local-contexts-label.json | 106 +++++++++++-------
1 file changed, 63 insertions(+), 43 deletions(-)
diff --git a/dataGraphs/thematics/CreativeWork/graphs/local-contexts-label.json b/dataGraphs/thematics/CreativeWork/graphs/local-contexts-label.json
index 24104aa..52d61c8 100644
--- a/dataGraphs/thematics/CreativeWork/graphs/local-contexts-label.json
+++ b/dataGraphs/thematics/CreativeWork/graphs/local-contexts-label.json
@@ -1,45 +1,65 @@
{
- "@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"
- }
- ]
+ "@type": "CreativeWork",
+ "identifier": "{Customized Label ID}",
+ "isBasedOn": "{LC Label Page URL}",
+ "name": [
+ {
+ "@language": "{language_tag}",
+ "@value": "{Label Title}"
+ },
+ {
+ "@language": "{language_tag}",
+ "@value": "{Label Title}"
}
+ ],
+ "license": "?",
+ "author": {
+ "@type": "Organization",
+ "identifier": "https://oceanexpert.org/institution/xxxxxxx",
+ "legalName": "{Community Name}",
+ "name": "{Community Name}",
+ "url": "{Community Website}"
+ },
+ "text": [
+ {
+ "@language": "{language_tag}",
+ "@value": "{Label Text}"
+ },
+ {
+ "@language": "{language_tag}",
+ "@value": "{Label Text}"
+ }
+ ],
+ "url": "{URL_TO_THE_LABEL_SECTION}",
+ "image": [
+ {
+ "@type": "ImageObject",
+ "url": "{ICON_IMG}",
+ "encodingFormat": "image/png"
+ },
+ {
+ "@type": "ImageObject",
+ "url": "{ICON_SVG}",
+ "encodingFormat": "image/svg"
+ }
+ ],
+ "audio" : [
+ {
+ "@type": "AudioObject",
+ "url": "{AUDIO_URL}",
+ "encodingFormat": "audio/mpeg"
+ }
+ ],
+ "dateCreated" : "{date Label created}",
+ "dateModified" : "{date Label modified}",
+ "sdDatePublished": {"@type": "https://schema.org/Date"},
+ "sdLicense": [
+ {"@type": "https://schema.org/CreativeWork"},
+ {"@type": "https://schema.org/URL"}
+ ],
+ "sdPublisher": [
+ {"@type": "https://schema.org/Organization"},
+ {"@type": "https://schema.org/Person"}
+ ],
+ "creditText": "text: recommended citation of this label"
+}