I am trying to make a JSON-LD like this:
????: {
"@type": "Person",
"jobTitle": "CEO",
"givenName": "Name",
"familyName": "Name",
"email": "mailto:info@example.com"
}
What should I write where the "????" are, if the given information is both for employee, and founder?