Skip to content

Commit

Permalink
pkp/pkp-lib#9877 Provide book DOI and URN via OMP OAI
Browse files Browse the repository at this point in the history
  • Loading branch information
bozana committed Jul 15, 2024
1 parent 2bf4a47 commit c9dfc74
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ function extractMetadataFromDataObject(&$publicationFormat) {
if ($pubId) {
$dc11Description->addStatement('dc:identifier', $pubId);
}
$publicationPubId = $plugin->getPubId($publication);
if ($publicationPubId) {
$dc11Description->addStatement('dc:relation', $publicationPubId);
}
}

// Identifier: others
Expand Down

0 comments on commit c9dfc74

Please sign in to comment.