{
"@context": "https://schema.org",
"@type": "Corporation",
"@id": "YOUR_WEBSITE_URL#corporation",
"name": "CORPORATION_NAME",
"legalName": "FULL_LEGAL_NAME",
"url": "CORPORATE_WEBSITE_URL",
"logo": {
"@type": "ImageObject",
"url": "LOGO_URL",
"width": "LOGO_WIDTH",
"height": "LOGO_HEIGHT"
},
"description": "CORPORATE_DESCRIPTION",
"foundingDate": "YYYY-MM-DD",
"foundingLocation": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "CITY",
"addressRegion": "STATE/PROVINCE",
"addressCountry": "COUNTRY"
}
},
"taxID": "TAX_IDENTIFICATION_NUMBER",
"leiCode": "LEGAL_ENTITY_IDENTIFIER",
"duns": "DUNS_NUMBER",
"sameAs": [
"LINKEDIN_PROFILE",
"TWITTER_PROFILE",
"CRUNCHBASE_PROFILE"
],
"contactPoint": {
"@type": "ContactPoint",
"contactType": "INVESTOR_RELATIONS",
"email": "INVESTOR_EMAIL",
"telephone": "INVESTOR_PHONE"
},
"address": {
"@type": "PostalAddress",
"streetAddress": "HEADQUARTERS_ADDRESS",
"addressLocality": "CITY",
"addressRegion": "STATE/PROVINCE",
"postalCode": "ZIP_CODE",
"addressCountry": "COUNTRY"
},
"brand": {
"@type": "Brand",
"name": "PRIMARY_BRAND_NAME",
"logo": "BRAND_LOGO_URL"
},
"parentOrganization": {
"@type": "Corporation",
"name": "PARENT_COMPANY_NAME"
},
"subOrganization": [
{
"@type": "Corporation",
"name": "SUBSIDIARY_1"
},
{
"@type": "Corporation",
"name": "SUBSIDIARY_2"
}
],
"numberOfEmployees": {
"@type": "QuantitativeValue",
"value": "EMPLOYEE_COUNT"
},
"foundingDate": "YYYY-MM-DD",
"isin": "INTERNATIONAL_SECURITIES_ID"
}