mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-06 21:42:49 +00:00
refactor: move indexable test files to separate folder
This commit is contained in:
37
test/resources/indexable/Person.3.json
Normal file
37
test/resources/indexable/Person.3.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user