Add kalliope to MDObjectSyndicationSet

This commit is contained in:
Joshua Ramon Enslin 2021-07-25 10:30:05 +02:00
parent a2753781f9
commit 1b1d2cb6eb
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE
2 changed files with 7 additions and 1 deletions

2
l18n

@ -1 +1 @@
Subproject commit 50fbfd4a68dc2a41bdf2c844337630a2ced6b6ce
Subproject commit 1281aec3b152b85577ca709564736df3cc963cd3

View File

@ -32,6 +32,12 @@ final class MDObjectSyndicationSet extends MDValueSet {
'org_prefix' => null,
'id_is_int' => true,
],
'kalliope-verbund' => [
'url' => 'https://kalliope-verbund.info/',
'object_prefix' => 'https://kalliope-verbund.info/',
'org_prefix' => 'https://kalliope-verbund.info/isil?isil.id=',
'id_is_int' => false,
],
];