From 2be29f6e9583b6c3c0c653e51c28954144830763 Mon Sep 17 00:00:00 2001 From: Pascal Christoph Date: Tue, 19 Dec 2023 14:01:45 +0100 Subject: [PATCH] Add maipet (#519) --- gatsby/lobid/static/team.json | 11 +++++++++++ gatsby/lobid/static/team/pm.json | 16 ++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 gatsby/lobid/static/team/pm.json diff --git a/gatsby/lobid/static/team.json b/gatsby/lobid/static/team.json index ecac643..bddbab9 100644 --- a/gatsby/lobid/static/team.json +++ b/gatsby/lobid/static/team.json @@ -187,6 +187,17 @@ "id": "http://lobid.org/team/pt#!" } }, + { + "type": "Role", + "startDate": "2023", + "roleName": { + "de": "Bibliothekar", + "en": "Librarian" + }, + "member": { + "id": "http://lobid.org/team/pm#!" + } + }, { "type": "Role", "startDate": "2010", diff --git a/gatsby/lobid/static/team/pm.json b/gatsby/lobid/static/team/pm.json new file mode 100644 index 0000000..8d6b73d --- /dev/null +++ b/gatsby/lobid/static/team/pm.json @@ -0,0 +1,16 @@ +{ + "@context": "https://schema.org", + "id": "http://lobid.org/team/pm#!", + "type": [ + "Person" + ], + "email": "petra.maier@hbz-nrw.de", + "telephone": "+49-221-40075-236", + "name": { + "en": "Petra Maier", + "de": "Petra Maier" + }, + "sameAs": [ + "https://openbiblio.social/@Maipet" + ] +}