-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create tk-bc-label-CreativeWork.json
- Loading branch information
1 parent
87b2a01
commit cb3a89d
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
45 changes: 45 additions & 0 deletions
45
dataGraphs/thematics/CreativeWork/graphs/tk-bc-label-CreativeWork.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
] | ||
} |