{
"@context": "string",
"@type": "string",
"identifier": {
"@type": "string",
"name": "string",
"value": {},
"subjectOf": {},
"propertyID": "string",
"valueReference": {}
},
"name": "string",
"givenName": "string",
"familyName": "string",
"email": "string",
"telephone": "string",
"gender": "string",
"birthDate": "string",
"address": {
"@type": "string",
"streetAddress": "string",
"addressLocality": "string",
"addressRegion": "string",
"addressCountry": "string",
"additionalProperty": [
{
"@type": "string",
"name": "string",
"value": {},
"subjectOf": {},
"propertyID": "string",
"valueReference": {}
}
]
},
"knowsLanguage": [
{
"@type": "string",
"name": "string",
"additionalProperty": {
"@type": "string",
"name": "string",
"value": {},
"subjectOf": {},
"propertyID": "string",
"valueReference": {}
}
}
],
"alumniOf": [
{
"@type": "string",
"name": "string",
"description": "string",
"educationalLevel": "string",
"credentialCategory": "string",
"address": {
"@type": "string",
"streetAddress": "string",
"addressLocality": "string",
"addressRegion": "string",
"addressCountry": "string",
"additionalProperty": [
{
"@type": "string",
"name": "string",
"value": {},
"subjectOf": {},
"propertyID": "string",
"valueReference": {}
}
]
},
"startDate": "string",
"endDate": "string"
}
],
"hasOccupation": [
{
"@type": "string",
"name": "string",
"description": "string",
"hiringOrganization": {
"@type": "string",
"name": "string"
},
"estimatedSalary": "string",
"occupationalCategory": "string",
"skills": [
"string"
],
"startDate": "string",
"endDate": "string",
"employmentType": "string"
}
],
"subjectOf": [
{
"@type": "string",
"name": "string",
"url": "string",
"datePublished": "string"
}
],
"evaluations": [
{
"@type": "string",
"evaluationType": "string",
"score": "string",
"date": "string",
"comments": "string"
}
],
"nationality": {
"@type": "string",
"name": "string"
},
"maritalStatus": "string",
"profilePictureUrl": "string",
"additionalProperty": [
{
"@type": "string",
"name": "string",
"value": {},
"subjectOf": {},
"propertyID": "string",
"valueReference": {}
}
],
"skills": [
{
"@type": "string",
"skillName": "string",
"proficiencyLevel": "string"
}
],
"certifications": [
{
"@type": "string",
"certificationName": "string",
"issuingOrganization": "string",
"issueDate": "string",
"expirationDate": "string"
}
],
"socialMediaProfiles": [
{
"@type": "string",
"platform": "string",
"profileUrl": "string"
}
]
}