Skip to content

Commit

Permalink
Create tk-bc-label-CreativeWork.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pbuttigieg authored Jun 26, 2024
1 parent 87b2a01 commit cb3a89d
Showing 1 changed file with 45 additions and 0 deletions.
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"
}
]
}

0 comments on commit cb3a89d

Please sign in to comment.