Skip to content

Multiple authors in RDF feed dc namespace #183

@Domysee

Description

@Domysee

The Nature feed (https://www.nature.com/nature.rss) is an RDF feed where every item can have multiple dc:creator elements.
For example:

<item rdf:about="https://www.nature.com/articles/s41586-025-09861-8">
    <title><![CDATA[Author Correction: A metallic <i>p</i>-wave magnet with commensurate spin helix]]></title>
    <link>https://www.nature.com/articles/s41586-025-09861-8</link>
    <content:encoded>
                <![CDATA[<p>Nature, Published online: 19 November 2025; <a href="https://www.nature.com/articles/s41586-025-09861-8">doi:10.1038/s41586-025-09861-8</a></p>Author Correction: A metallic <i>p</i>-wave magnet with commensurate spin helix]]></content:encoded>
    <dc:title><![CDATA[Author Correction: A metallic <i>p</i>-wave magnet with commensurate spin helix]]></dc:title>
    <dc:creator>Rinsuke Yamada</dc:creator>
    <dc:creator>Max T. Birch</dc:creator>
    <dc:creator>Priya R. Baral</dc:creator>
    <dc:creator>Shun Okumura</dc:creator>
    <dc:creator>Ryota Nakano</dc:creator>
    <dc:creator>Shang Gao</dc:creator>
    <dc:creator>Motohiko Ezawa</dc:creator>
    <dc:creator>Takuya Nomoto</dc:creator>
    <dc:creator>Jan Masell</dc:creator>
    <dc:creator>Yuki Ishihara</dc:creator>
    <dc:creator>Kamil K. Kolincio</dc:creator>
    <dc:creator>Ilya Belopolski</dc:creator>
    <dc:creator>Hajime Sagayama</dc:creator>
    <dc:creator>Hironori Nakao</dc:creator>
    <dc:creator>Kazuki Ohishi</dc:creator>
    <dc:creator>Takashi Ohhara</dc:creator>
    <dc:creator>Ryoji Kiyanagi</dc:creator>
    <dc:creator>Taro Nakajima</dc:creator>
    <dc:creator>Yoshinori Tokura</dc:creator>
    <dc:creator>Taka-hisa Arima</dc:creator>
    <dc:creator>Yukitoshi Motome</dc:creator>
    <dc:creator>Moritz M. Hirschmann</dc:creator>
    <dc:creator>Max Hirschberger</dc:creator>
    <dc:identifier>doi:10.1038/s41586-025-09861-8</dc:identifier>
    <dc:source>Nature, Published online: 2025-11-19; | doi:10.1038/s41586-025-09861-8</dc:source>
    <dc:date>2025-11-19</dc:date>
    <prism:publicationName>Nature</prism:publicationName>
    <prism:doi>10.1038/s41586-025-09861-8</prism:doi>
    <prism:url>https://www.nature.com/articles/s41586-025-09861-8</prism:url>
</item>

The FBI feed (https://www.fbi.gov/news/stories/RSS) has items with multiple dc:subject elements.

<item
    rdf:about="https://www.fbi.gov/news/stories/fbi-investigating-drug-trafficking-conspiracy-allegedly-involving-14-law-enforcement-officials-in-the-mississippi-delta">
    <title>FBI Investigating Drug Trafficking Conspiracy Allegedly Involving 14 Law Enforcement
        Officials in the Mississippi Delta</title>
    <link>
        https://www.fbi.gov/news/stories/fbi-investigating-drug-trafficking-conspiracy-allegedly-involving-14-law-enforcement-officials-in-the-mississippi-delta</link>
    <description>Fourteen local law enforcement officials in the Mississippi Delta have been
        arrested and charged for their alleged roles in a drug trafficking conspiracy, the FBI and
        the U.S. Attorney’s Office for the Northern District of Mississippi announced on October 30.</description>

    <dc:publisher>No publisher</dc:publisher>
    <dc:rights></dc:rights>
    <dc:subject>Violent Crime</dc:subject>
    <dc:subject>Director/FBI Leadership</dc:subject>
    <dc:subject>Director Patel</dc:subject>
    <dc:date>2025-10-31T09:00:00Z</dc:date>
    <dc:type>Story</dc:type>
</item>

The dc.creator, dc.contributor, and dc:subject fields are single strings. Does it make sense to change them into arrays to accommodate the possibility of multiple creators and contributors?


As an aside, love the library and its philosophy!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions