-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
117 additions
and
112 deletions.
There are no files selected for viewing
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,113 @@ | ||
export const getPersonJsonLd = () => { | ||
return { | ||
"@context": "https://schema.org/", | ||
"@type": "Person", | ||
"url": "https://zenorocha.com/", | ||
"affiliation": [ | ||
{ | ||
"@type": "Organization", | ||
"@id": "https://www.wikidata.org/wiki/Q123921042", | ||
"url": "https://resend.com/", | ||
"name": "Resend" | ||
}, | ||
{ | ||
"@type": "Organization", | ||
"@id": "https://www.wikidata.org/wiki/Q2616400", | ||
"url": "https://www.ycombinator.com/", | ||
"name": "Y Combinator" | ||
} | ||
], | ||
"description": "Zeno Rocha is a Brazilian software entrepreneur who is the founder and CEO of Resend. Before founding Resend, Zeno was a VP of Developer Experience at WorkOS.", | ||
"image": "https://upload.wikimedia.org/wikipedia/commons/9/90/Zeno_Rocha.png", | ||
"name": "Zeno Rocha", | ||
"givenName": "Zeno", | ||
"familyName": "Rocha", | ||
"gender": "Male", | ||
"birthPlace": "Curitiba", | ||
"jobTitle": "Founder and CEO", | ||
"sameAs": [ | ||
"https://www.wikidata.org/wiki/Q123921198", | ||
"https://g.co/kgs/n7UTfw", | ||
"https://www.linkedin.com/in/zenorocha", | ||
"https://twitter.com/zenorocha", | ||
"https://www.crunchbase.com/person/zeno-rocha", | ||
"https://www.reddit.com/user/zenorocha", | ||
"https://www.instagram.com/zenorocha", | ||
"https://github.com/zenorocha", | ||
"https://golden.com/wiki/Zeno_Rocha-GZ93NP9", | ||
"https://www.smashingmagazine.com/author/zeno-rocha/", | ||
"https://www.amazon.com/stores/Zeno-Rocha/author/B08C4PL3H6", | ||
"https://www.ycombinator.com/companies/founders?query=Zeno%20Rocha" | ||
], | ||
"knowsAbout": [ | ||
{ | ||
"@type": "Organization", | ||
"@id": "https://www.wikidata.org/wiki/Q123921042", | ||
"name": "Resend" | ||
}, | ||
{ | ||
"@type": "Thing", | ||
"@id": "https://www.wikidata.org/wiki/Q80993", | ||
"name": "Software Engineering" | ||
}, | ||
{ | ||
"@type": "Thing", | ||
"@id": "https://www.wikidata.org/wiki/Q1254596", | ||
"name": "Software as a Service" | ||
}, | ||
{ | ||
"@type": "Organization", | ||
"@id": "https://www.wikidata.org/wiki/Q2616400", | ||
"name": "Y Combinator" | ||
} | ||
], | ||
"knowsLanguage": [ | ||
{ | ||
"@type": "Language", | ||
"@id": "https://www.wikidata.org/wiki/Q750553", | ||
"name": "Brazilian Portuguese" | ||
}, | ||
{ | ||
"@type": "Language", | ||
"@id": "https://www.wikidata.org/wiki/Q1860", | ||
"name": "English" | ||
} | ||
], | ||
"nationality": [ | ||
{ | ||
"@type": "Country", | ||
"@id": "https://www.wikidata.org/wiki/Q155", | ||
"name": "Brazil" | ||
}, | ||
{ | ||
"@type": "Country", | ||
"@id": "https://www.wikidata.org/wiki/Q30", | ||
"name": "United States of America" | ||
} | ||
], | ||
"alumniOf": [ | ||
{ | ||
"@type": "EducationalOrganization", | ||
"@id": "https://www.wikidata.org/wiki/Q2616400", | ||
"name": "Y Combinator", | ||
"url": "https://www.ycombinator.com/", | ||
"startDate": "2023", | ||
"endDate": "2023" | ||
}, | ||
{ | ||
"@type": "EducationalOrganization", | ||
"@id": "https://www.wikidata.org/wiki/Q3011938", | ||
"name": "Federal University of the State of Rio de Janeiro", | ||
"url": "https://www.unirio.br/", | ||
"startDate": "2009", | ||
"endDate": "2013", | ||
"major": [ | ||
{ | ||
"@type": "DefinedTerm", | ||
"name": "Information Systems" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} |
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