Skip to content

Commit

Permalink
Merge pull request #1638 from bozana/9877-3_3_0
Browse files Browse the repository at this point in the history
pkp/pkp-lib#9877 Provide book DOI and URN via OMP OAI
  • Loading branch information
bozana authored Jul 15, 2024
2 parents 2bf4a47 + c9dfc74 commit 334552b
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 334552b

Please sign in to comment.