Skip to content

Commit

Permalink
Merge branch '519-addMaipet' of https://github.com/hbz/lobid
Browse files Browse the repository at this point in the history
See #520
  • Loading branch information
fsteeg committed Dec 21, 2023
2 parents 04852a1 + b5a2137 commit 620fcf7
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 1 deletion.
10 changes: 10 additions & 0 deletions gatsby/lobid/static/product/lobid-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,16 @@
"member": {
"id": "http://lobid.org/team/tb#!"
}
},
{
"type": "Role",
"roleName": {
"de": "Datentransformation",
"en": "data transformation"
},
"member": {
"id": "http://lobid.org/team/pm#!"
}
}
]
}
12 changes: 11 additions & 1 deletion gatsby/lobid/static/product/metafacture.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,16 @@
"member": {
"id": "http://lobid.org/team/kt#!"
}
},
{
"type": "Role",
"roleName": {
"de": "Funktionales Review",
"en": "functional review"
},
"member": {
"id": "http://lobid.org/team/pm#!"
}
}
]
}
}
10 changes: 10 additions & 0 deletions gatsby/lobid/static/product/oersi.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@
"member": {
"id": "http://lobid.org/team/tb#!"
}
},
{
"type": "Role",
"roleName": {
"de": "Datentransformation",
"en": "data transformation"
},
"member": {
"id": "http://lobid.org/team/pm#!"
}
}
]
}
10 changes: 10 additions & 0 deletions gatsby/lobid/static/project/rpb.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@
"member": {
"id": "http://lobid.org/team/fs#!"
}
},
{
"type": "Role",
"roleName": {
"de": "Datentransformation",
"en": "data transformation"
},
"member": {
"id": "http://lobid.org/team/pm#!"
}
}
]
}
11 changes: 11 additions & 0 deletions gatsby/lobid/static/team.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,17 @@
"id": "http://lobid.org/team/pt#!"
}
},
{
"type": "Role",
"startDate": "2023",
"roleName": {
"de": "Bibliothekarin",
"en": "Librarian"
},
"member": {
"id": "http://lobid.org/team/pm#!"
}
},
{
"type": "Role",
"startDate": "2010",
Expand Down
17 changes: 17 additions & 0 deletions gatsby/lobid/static/team/pm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"@context": "https://schema.org",
"id": "http://lobid.org/team/pm#!",
"type": [
"Person"
],
"email": "[email protected]",
"telephone": "+49-221-40075-236",
"name": {
"en": "Petra Maier",
"de": "Petra Maier"
},
"sameAs": [
"https://openbiblio.social/@Maipet",
"https://github.com/maipet"
]
}

0 comments on commit 620fcf7

Please sign in to comment.