Files
openstapps/test/resources/Person.3.json
Rainer Killinger 0d89b14932 feat: make SCContactPoint extend SCThing
Refactor SCPerson and SCOrganization
2019-11-25 17:31:51 +01:00

38 lines
1.2 KiB
JSON

{
"errorNames": [],
"instance": {
"type": "person",
"familyName": "Mustermann",
"givenName": "Erika",
"honorificPrefix": "Univ.-Prof'in Dr.",
"gender": "female",
"jobTitles": [
"Direktor/in, Akademie für Bildungsforschung und Lehrerbildung",
"Professorinnen und Professoren, Politikwissenschaft mit dem Schwerpunkt Internationale Institutionen und Friedensprozesse",
"Vizepräsidentinnen und Vizepräsidenten, Leitung der Universität (Präsidium)",
"Senat",
"Leitung, Projektkoordination - Abteilung Lehre und Qualitätssicherung"
],
"name": "Univ.-Prof'in Dr. Erika Mustermann",
"uid": "be34a419-e9e8-5de0-b998-dd1b19e7f451",
"workLocations": [
{
"type": "contact point",
"name": "Dienstadresse",
"email": "info@example.com",
"faxNumber": "069 / 123450",
"officeHours": "Mo, Mi 8:00-13:00",
"telephone": "069 / 12345",
"url": "https://example.com",
"uid": "be34a419-e9e8-5de0-b998-dd1b19e7beef"
}
],
"origin": {
"indexed": "2018-09-11T12:30:00Z",
"name": "Dummy",
"type": "remote"
}
},
"schema": "SCPerson"
}