OAI: Editors for edited volumes in oai_dc format

Hello,
OAI DC records in OMP (3.1.2.4) are showing all contributors, including editors and chapter authors, as “author or creator”. I would like to be able to separate the editors from chapter authors somehow. It seems that the dublin core format doesn’t allow for any specifications of the type of author or creator (?), so I’m thinking if it would be possible to have the system pick only the editors for edited volumes and simply leave out the chapter authors.

Maybe it could be done under “//Creator” in Dc11SchemaPublicationFormatAdapter.inc.php? I just don’t have the knowledge how to create such a condition. Would really appreciate some help :slight_smile:

Best,
Magnus

@mannemark

Hi Magnus,
The HTML output of the interface, is only a visual interpretation of the OAI XML, which actually mapped into the dc:creator

<oai_dc:dc
	xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/
	http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
	<dc:title xml:lang="en-US">publicknowledge</dc:title>
	<dc:creator>admin, admin</dc:creator>
	<dc:creator>chapter, author</dc:creator>
	<dc:description xml:lang="en-US">publicknowledge</dc:description>
	<dc:publisher xml:lang="en-US">publicknowledge</dc:publisher>
	<dc:date>2020-11-22</dc:date>
	<dc:type xml:lang="en-US">Book</dc:type>
	<dc:type xml:lang="en-US"></dc:type>
	<dc:format>Digital (DA)
			</dc:format>
	<dc:identifier>http://localhost/omp312/index.php/publicknowledge/catalog/book/1</dc:identifier>
	<dc:identifier>10.1234/publicknowledge.1.1</dc:identifier>
	<dc:source xml:lang="en-US">publicknowledge; </dc:source>
	<dc:coverage xml:lang="en-US"></dc:coverage>
</oai_dc:dc>
			</metadata>
		</record>
	</ListRecords>
</OAI-PMH>

i just wanted to clarify your requirement, because in general, the OAI interface is used for indexing and archiving services.
In those cases, the additional metadata is beneficial. What is your exact use-case ?

Best,
Dulip

Hello Dulip,

Many thanks for the help.

There is a separate website that wants to be able to pull metadata from certain sets in our press and create a record from it on that website. In this record it is preferred to only include the editor(s), if it’s an edited volume. Is it possible to somehow indicate who is the editor(s)?

Best,
Magnus

Hello again,

Again, this is an old thread about the OAI-PMH in OMP that I am coming back to, apologies for resurrecting it. I have an updated use case for the OAI interface, we are trying to deliver metadata about our books to our royal library for inclusion in the national library catalogue.

For this they need to be able to be harvested with only the volume editors and not the chapter authors. I would guess that this is a pretty standard harvesting/indexing use case for books/edited volumes. In these cases the additional metadata may be useful, but not if chapter authors and volume editors are indistinguishable from one another.

Best regards,
Magnus