Sha256: ef591a4236acc92c2a3300242c7824a40523657e67dc802c0f71e102f6af3786
Contents?: true
Size: 1.2 KB
Versions: 5
Compression:
Stored size: 1.2 KB
Contents
<mods version="3.4" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-4.xsd" xmlns="http://www.loc.gov/mods/v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- this is meant to be a fairly simple MODS example. --> <titleInfo> <title>main title</title> <subTitle>subtitle</subTitle> </titleInfo> <name type="personal"> <namePart type="family">Hydra</namePart> <namePart type="given">Hubert</namePart> <affiliation>Project Hydra</affiliation> <role> <roleTerm authority="marcrelator" type="text">Creator</roleTerm> </role> </name> <name type="conference"> <namePart>some conference</namePart> <role> <roleTerm authority="marcrelator" type="text">Host</roleTerm> </role> </name> <abstract>abstract</abstract> <subject> <topic>topic 1</topic> <topic>topic 2</topic> </subject> <subject authority="authority source (RFCD, LCSH)"> <topic>authority controlled topic</topic> </subject> <identifier type="uri">http://projecthydra.org/testdata/</identifier> <identifier type="doi">doi:10.1006/jmbi.1995.0238</identifier> </mods>
Version data entries
5 entries across 5 versions & 1 rubygems