Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

missing: example of conference paper

Article

Code Block
xml
xml
<?xml version="1.0" encoding="UTF-8"?>
<!-- file: mods_article.xml -->
<mods
  version="3.2"
  xmlns="http://www.loc.gov/mods/v3"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.loc.gov/mods/v3
    http://www.loc.gov/standards/mods/v3/mods-3-2.xsd">

  <titleInfo xml:lang="en">
    <title>Angioplasty of chronic total coronary occlusions with the
       use of six French guiding catheters</title>
  </titleInfo>

  <typeOfResource>text</typeOfResource>
  <genre>info:eu-repo/semantics/article</genre>

  <subject xml:lang="en">
    <topic>coronary occlusion</topic>
    <topic>angioplasty</topic>
    <topic>French guiding catheters</topic>
  </subject>

  <abstract xml:lang="en">The efficacy of 6 French guiding catheters...</abstract>

  <name type="personal" ID="n1">
    <namePart type="family">Koch</namePart>
    <namePart type="given">K.T.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">aut</roleTerm>
    </role>
  </name>

  <name type="personal" ID="n2">
    <namePart type="family">Winter, de</namePart>
    <namePart type="given">R.J.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">aut</roleTerm>
    </role>
  </name>

  <extension>
    <daiList
      xmlns:dai="info:eu-repo/dai"
      xsi:schemaLocation="info:eu-repo/dai
http://www.surfgroepen.nl/sites/oai/metadata/Shared%20Documents/dai-extension.xsd">
      <identifier
        IDref="n2"
        authority="info:eu-repo/dai/nl">157455590</identifier>
      <identifier
        IDref="n1"
        authority="info:eu-repo/dai/nl">123456678</identifier>
    </daiList>
  </extension>

  <originInfo>
    <dateIssued encoding="iso8601">1997</dateIssued>
  </originInfo>

  <relatedItem type="host">
    <identifier type="uri">URN:ISSN:00986569</identifier>
    <titleInfo>
      <title>Cathet. Cardiovasc. Diag.</title>
    </titleInfo>
    <part>
      <detail type="volume"><number>40</number></detail>
      <extent unit="page">
        <start>255</start>
        <end>260</end>
      </extent>
    </part>
  </relatedItem>
</mods>

Article

Code Block
xml
xml
 <?xml version="1.0" encoding="UTF-8"?>
<!-- file: artikel1_ubu_uitgebreid.xml -->
<mods
  xmlns="http://www.loc.gov/mods/v3"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.loc.gov/mods/v3
    http://www.loc.gov/standards/mods/v3/mods-3-2.xsd">

  <titleInfo>
    <title>Grooming behavior of spontaneously hypertensive rats</title>
  </titleInfo>

  <name type="personal">
    <namePart type="given">M.</namePart>
    <namePart type="family">Buuse</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">aut</roleTerm>
    </role>
  </name>
  <name type="personal">
    <namePart type="given">W.</namePart>
    <namePart type="family">Jong, de</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">aut</roleTerm>
    </role>
  </name>

  <typeOfResource>text</typeOfResource>
  <genre>info:eu-repo/semantics/article/</genre>

  <originInfo>
    <dateIssued encoding="iso8601">1987</dateIssued>
  </originInfo>

  <language>
    <languageTerm authority="rfc3066" type="code">en</languageTerm>
  </language>

  <abstract>In an open field spontaneously hypertensive rats (SHR) exhibited lower
      scores for grooming when compared to their normotensive controls, the Wistar
      Kyoto rats (WKY). After i.c.v. injection of 1 µg ACTH1-24 cumulative 50-min
      grooming scores were lower in SHR. Analysis of subscores indicated that the
      lesser effect of ACTH in SHR was especially prominent for headwashing and
      anogenital grooming. Moreover, a time course study revealed that the difference
      between SHR and WKY occurred in the first 6 observation periods of 5 min and
      thereafter disappeared. The results are discussed in the light of behavioral
      and central neurochemical differences between SHR and WKY.
  </abstract>

  <subject>
    <topic>grooming</topic>
    <topic>hypertension</topic>
  </subject>
  <classification>Farmacie</classification>

  <relatedItem type="host">
    <identifier type="uri">URN:ISSN:0304-3940</identifier>
    <titleInfo>
      <title>Neuroscience Letter</title>
    </titleInfo>
    <part>
      <detail type="volume">
        <number>77</number>
      </detail>
      <detail type="issue">
        <number>1</number>
      </detail>
      <extent unit="page">
        <start>71</start>
        <end>75</end>
      </extent>
    </part>
  </relatedItem>
  <identifier type="uri">info:doi/10.1016/0304-3940(87)90609-4</identifier>
</mods>

Book

Code Block
xml
xml
 <?xml version="1.0" encoding="UTF-8" ?>
<mods version="3.2"
  xmlns="http://www.loc.gov/mods/v3"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.loc.gov/mods/v3
    http://www.loc.gov/standards/mods/v3/mods-3-2.xsd">
  <titleInfo xml:lang="nl">
    <title>Leer het brein kennen</title>
    <subTitle>
      Over een New Learning Science op het kruispunt van neurowetenschap,
      cognitiewetenschap en onderwijswetenschap: resultaat van een
      invitational conference georganiseerd door NWO op 5 februari 2004
    </subTitle>
  </titleInfo>
  <name type="personal" ID="n1">
    <namePart type="family">Jolles</namePart>
    <namePart type="given">J.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">aut</roleTerm>
    </role>
    <affiliation>Universiteit Maastricht. METRO</affiliation>
  </name>
  <name type="personal" ID="n2">
    <namePart type="family">Groot, de</namePart>
    <namePart type="given">R.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">aut</roleTerm>
    </role>
  </name>
  <name type="personal">
    <namePart type="family"> Benthem, van </namePart>
    <namePart type="given">J.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">aut</roleTerm>
    </role>
  </name>
  <name type="personal">
    <namePart type="family">Dekkers</namePart>
    <namePart type="given">H.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">aut</roleTerm>
    </role>
   </name>
  <name type="personal">
    <namePart type="family">Glopper, de</namePart>
    <namePart type="given">C.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">aut</roleTerm>
    </role>
  </name>
  <name type="personal">
    <namePart type="family">Uijlings</namePart>
    <namePart type="given">H.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">aut</roleTerm>
    </role>
  </name>
  <name type="personal" ID="n3">
    <namePart type="family">Wolff-Albers</namePart>
    <namePart type="given">A.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">aut</roleTerm>
    </role>
  </name>
  <extension>
    <daiList
      xmlns:dai="info:eu-repo/dai"
      xsi:schemaLocation="info:eu-repo/dai
         http://www.surfgroepen.nl/sites/oai/metadata/Shared%20Documents/dai
         extension.xsd">
      <identifier IDref="n3"
        authority="info:eu repo/dai/nl">069028273</identifier>
      <identifier IDref="n2"
        authority="info:eu repo/dai/nl">256949042</identifier>
      <identifier IDref="n1"
        authority="info:eu repo/dai/nl">068415931</identifier>
    </daiList>
  </extension>
  <typeOfResource>text</typeOfResource>
  <genre>info:eu-repo/semantics/book"</genre>
  <originInfo>
    <publisher>
      Netherlands Organization for Scientific Research (NWO)</publisher>
    <dateIssued encoding="iso8601">2005</dateIssued>
  </originInfo>
  <language>
    <languageTerm authority="rfc3066" type="code">nl</languageTerm>
  </language>
  <physicalDescription>
    <extent>52 pages</extent>
  </physicalDescription>
  <subject xml:lang="nl">
    <topic>neurologie</topic>
    <topic>brein</topic>
    <topic>onderwijswetenschap</topic>
  </subject>
  <abstract xml:lang="nl">
    Voorliggend rapport beschrijft de doelen, de gevolgde aanpak en de
    resultaten van de conferentie. Daarna wordende aanbevelingen van de
    Commissie Hersenen en Leren gegeven voor een mogelijk vervolgtraject
  </abstract>
  <identifier type="uri">URN:ISBN:90-77875-04-2</identifier>
</mods>

Chapter

Code Block
xml
xml
 <?xml version="1.0" encoding="UTF-8"?>
<mods
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns="http://www.loc.gov/mods/v3"
  xsi:schemaLocation="http://www.loc.gov/mods/v3
    http://www.loc.gov/standards/mods/v3/mods-3-2.xsd">

  <titleInfo>
    <title>The provisions of the Corpus Juris on community fraud</title>
    <subTitle>a Belgian and Dutch perspective</subTitle>
   </titleInfo>

  <name type="personal" ID="n1">
    <namePart type="given">Michael G.</namePart>
    <namePart type="family">Faure</namePart>
    <role>
     <roleTerm authority="marcrelator" type="code">aut</roleTerm>
    </role>

    <affiliation>Universiteit Maastricht. METRO</affiliation>
  </name>

  <extension>
    <daiList
      xmlns:dai="info:eu-repo/dai"
      xsi:schemaLocation="info:eu-repo/dai
      http://www.surfgroepen.nl/sites/oai/metadata/Shared%20Documents/dai
         extension.xsd">
      <identifier IDref="n1">069999546</identifier>
    </daiList>
  </extension>

  <typeOfResource>text</typeOfResource>

  <genre>info:eu-repo/semantics/bookPart</genre>

  <language>
    <languageTerm authority="rfc3066" type="code">en</languageTerm>
  </language>

  <subject xml:lang="nl">
    <topic>Rechten</topic>
  </subject>

  <relatedItem type="host">
    <titleInfo>
      <title>Das Corpus Juris als Grundlage eines europaeischen Strafrechts :
         Europaeisches Kolloquium, Trier, 4.-6. Maerz 1999 </title>
    </titleInfo>
    <name type="personal">
      <namePart type="given">Barbara</namePart>
      <namePart type="family">Huber</namePart>
      <role>
        <roleTerm authority="marcrelator" type="code">edt</roleTerm>
      </role>
      <affiliation>Max-Planck-Institut</affiliation>
    </name>

    <originInfo>
      <place>
        <placeTerm>Freiburg im Breisgau</placeTerm>
      </place>
      <publisher>Ed. Iuscrim</publisher>
      <dateIssued encoding="iso8601">2000</dateIssued>
    </originInfo>

    <identifier type="uri">URN:ISBN:3-86113-932-4</identifier>
    <part>
      <extent unit="page">
        <start>163</start>
        <end>175</end>
      </extent>
    </part>
  </relatedItem>
</mods>

Conference Paper

Code Block
xml
xml
<?xml version="1.0" encoding="UTF-8"?>
<mods xmlns="http://www.loc.gov/mods/v3" version="3.2"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.loc.gov/mods/v3
        http://www.loc.gov/standards/mods/v3/mods-3-2.xsd">
	<titleInfo>
		<title>A tale of two partnerships: Socialization in the development of
			buyer-supplier relationships</title>
	</titleInfo>
	<name type="personal" ID="vijvermarvande3276657112275">
		<namePart type="family">Vijver</namePart>
		<namePart type="given">M.A.R. van de</namePart>
		<role>
			<roleTerm type="code" authority="marcrelator">aut</roleTerm>
		</role>
		<affiliation>Tilburg University</affiliation>
	</name>
	<name type="personal" ID="vosgcjm3276657316458">
		<namePart type="family">Vos</namePart>
		<namePart type="given">G.C.J.M.</namePart>
		<role>
			<roleTerm type="code" authority="marcrelator">aut</roleTerm>
		</role>
		<affiliation>Tilburg University</affiliation>
	</name>
	<name type="personal" ID="akkermansha3276657437700">
		<namePart type="family">Akkermans</namePart>
		<namePart type="given">H.A.</namePart>
		<role>
			<roleTerm type="code" authority="marcrelator">aut</roleTerm>
		</role>
		<affiliation>Tilburg University</affiliation>
	</name>
	<extension>
		<dai:daiList xmlns:dai="info:eu-repo/dai">
			<dai:identifier IDref="vijvermarvande3276657112275">
                http://www.tilburguniversity.nl/dai/112275</dai:identifier>
			<dai:identifier IDref="vosgcjm3276657316458">
                http://www.tilburguniversity.nl/dai/316458</dai:identifier>
			<dai:identifier IDref="akkermansha3276657437700">
                http://www.tilburguniversity.nl/dai/437700</dai:identifier>
		</dai:daiList>
	</extension>
	<typeOfResource>text</typeOfResource>
	<genre>info:eu-repo/semantics/conferencePaper</genre>
	<originInfo>
		<dateIssued encoding="iso8601">2008</dateIssued>
	</originInfo>
	<relatedItem type="host">
		<titleInfo>
			<title>Tradition and Innovation in Operations
                           Management. Proceedinference (Egs of the
                           15th International EurOMA ConurOMA 2008)
                        </title>
		</titleInfo>
		<name type="personal">
		  <namePart type="family">Vaart</namePart>
		    <namePart type="given">T. van de</namePart>
		      <role>
			<roleTerm type="code" authority="marcrelator">edt</roleTerm>
		      </role>
		</name>
		<name type="personal">
		  <namePart type="family">Donk</namePart>
		    <namePart type="given">D.P. van de</namePart>
		      <role>
			<roleTerm type="code" authority="marcrelator">edt</roleTerm>
		      </role>
		</name>
		<name type="personal">
		  <namePart type="family">Wezel</namePart>
		    <namePart type="given">W. van</namePart>
		      <role>
		        <roleTerm type="code" authority="marcrelator">edt</roleTerm>
		      </role>
		</name>
		<name type="personal">
		  <namePart type="family">Welker</namePart>
		    <namePart type="given">G.</namePart>
		      <role>
			<roleTerm type="code" authority="marcrelator">edt</roleTerm>
		      </role>
		</name>
		<name type="personal">
		  <namePart type="family">Wijngaard</namePart>
		    <namePart type="given">J.</namePart>
		      <role>
			<roleTerm type="code" authority="marcrelator">edt</roleTerm>
		      </role>
		</name>
		<originInfo>
		  <place>
		    <placeTerm type="text">Groningen</placeTerm>
		  </place>
			<publisher>Groningen University</publisher>
			<dateIssued encoding="iso8601">2008</dateIssued>
		</originInfo>
		<part>
			<extent unit="page">
				<start/>
				<end/>
			</extent>
		</part>
	</relatedItem>
</mods>

Schema

Code Block
xml
xml
 <?xml version="1.0" encoding="UTF-8"?>
<xs:schema
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    targetNamespace="http://www.surfgroepen.nl/werkgroepmetadataplus"
    elementFormDefault="qualified">
  <xs:import
namespace=http://purl.org/dc/elements/1.1/
schemaLocation="http://dublincore.org/schemas/xmls/simpledc20021212.xsd"/>
  <xs:element name="rights">
    <xs:annotation>
      <xs:documentation xml:lang="nl">
             Het rights element kent 2 subelementen:
             dc:description en
             dc:rights
             Gebruik de eerste om een beschrijvend
             (copy)rights statement te maken en de
             tweede voor een URI.
             Beide elementen zijn optioneel
      </xs:documentation>
      <xs:documentation xml:lang="nl">
             Voorbeeld:
             &lt;dc:description&gt;© 2008 Royal Tropical Institute.
              This work is licensed under a Creative
              Commons Attribution-Noncommercial-No Derivative
              Works 3.0 Unported License.
             &lt;/dc:description&gt; &lt;dc:rights&gt;
              http://creativecommons.org/licenses/by-nc-nd/3.0/
             &lt;/dc:rights&gt;
      </xs:documentation>
    </xs:annotation>

    <xs:complexType>
      <xs:sequence>
        <xs:element ref="dc:description" minOccurs="0" maxOccurs="1"/>
        <xs:element ref="dc:rights" minOccurs="0" maxOccurs="1"/>
      </xs:sequence>
    </xs:complexType>

  </xs:element>
</xs:schema>

Example MODS

Code Block
xml
xml
 <mods xmlns="http://www.loc.gov/mods/v3"
   xsi:schemaLocation="http://www.loc.gov/mods/v3
   http://www.loc.gov/standards/mods/v3/mods-3-2.xsd">
  ...
  ...
  ...
  <extension>
    <wmp:rights
      xmlns:wmp=http://www.surfgroepen.nl/werkgroepmetadataplus
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      xsi:schemaLocation="http://www.surfgroepen.nl/werkgroepmetadataplus rights.xsd">
      <dc:description>© 2008 Royal Tropical Institute.
         This work is licensed under a Creative Commons
         Attribution-Noncommercial-No Derivative Works 3.0 Unported License.
      </dc:description>
      <dc:rights>http://creativecommons.org/licenses/by-nc-nd/3.0/</dc:rights>
    </wmp:rights>
  </extension>
</mods>

Example OAI-PMH response with DIDL, MODS and rights statements

Code Block
xml
xml
 <?xml version="1.0" encoding="UTF-8" ?>
 <OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/
      http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
  <responseDate>2009-04-16T08:11:22Z</responseDate>
  <request verb="GetRecord" metadataPrefix="nl_didl"
      identifier="urn:nbn:nl:ui:34-292090">
    http://dare.uva.nl/cgi/arno/oai/dprn</request>
 <GetRecord>
 <record>
 <header>
  <identifier>oai:search4dev.nl:292090</identifier>
  <datestamp>2009-04-09</datestamp>
  <setSpec>kit-withfulltext:yes</setSpec>
  <setSpec>kit-withfulltext</setSpec>
  <setSpec>withfulltext:yes</setSpec>
  <setSpec>withfulltext</setSpec>
  </header>
 <metadata>
 <didl:DIDL xmlns:didl="urn:mpeg:mpeg21:2002:02-DIDL-NS"
    xmlns:dii="urn:mpeg:mpeg21:2002:01-DII-NS"
       xmlns:dip="urn:mpeg:mpeg21:2005:01-DIP-NS"
       xmlns:dcterms="http://purl.org/dc/terms/"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="urn:mpeg:mpeg21:2002:02-DIDL-NS
    http://standards.iso.org/ittf/PubliclyAvailableStandards/
              MPEG-21_schema_files/did/didl.xsd
       urn:mpeg:mpeg21:2002:01-DII-NS
    http://standards.iso.org/ittf/PubliclyAvailableStandards/
              MPEG-21_schema_files/dii/dii.xsd
       urn:mpeg:mpeg21:2005:01-DIP-NS
    http://standards.iso.org/ittf/PubliclyAvailableStandards/
              MPEG-21_schema_files/dip/dip.xsd">
 <didl:Item>
 <didl:Descriptor>
 <didl:Statement mimeType="application/xml">
  <dii:Identifier>urn:nbn:nl:ui:34-292090</dii:Identifier>
  </didl:Statement>
  </didl:Descriptor>
 <didl:Descriptor>
 <didl:Statement mimeType="text/xml">
  <dcterms:modified>2009-03-03</dcterms:modified>
  </didl:Statement>
  </didl:Descriptor>
 <didl:Component>
  <didl:Resource mimeType="text/html" ref="http://www.search4dev.nl/record/292090" />
  </didl:Component>
 <!--  Item [1..n] of type = metadata
  -->
 <!-- Introducing MODS
  -->
 <didl:Item>
 <didl:Descriptor>
 <didl:Statement mimeType="application/xml">
  <dip:ObjectType>info:eu-repo/semantics/descriptiveMetadata</dip:ObjectType>
  </didl:Statement>
  </didl:Descriptor>
 <didl:Component>
 <didl:Resource mimeType="application/xml">
 <!-- dprn
  -->
 <mods xmlns="http://www.loc.gov/mods/v3" xmlns:uba="uba.uva.nl"
      xmlns:m="http://www.loc.gov/mods/v3" version="3.2"
      xsi:schemaLocation="http://www.loc.gov/mods/v3
      http://www.loc.gov/standards/mods/v3/mods-3-2.xsd">
 <!-- report
  -->
 <titleInfo>
  <title>Branding for development : desk research
     into the value of branding for development</title>
  </titleInfo>
 <name ID="AU292090_1" type="personal">
  <namePart type="family">Boomsma</namePart>
  <namePart type="given">M.</namePart>
 <role>
  <roleTerm authority="marcrelator" type="code">aut</roleTerm>
  </role>
  </name>
 <name ID="AU292090_2" type="personal">
  <namePart type="family">Arnoldus</namePart>
  <namePart type="given">M.</namePart>
 <role>
  <roleTerm authority="marcrelator" type="code">aut</roleTerm>
  </role>
  </name>
 <name>
  <affiliation>KIT - Royal Tropical Institute</affiliation>
  </name>
 <subject>
  <topic>capacity building</topic>
  <topic>economic development</topic>
  <topic>Economic Development and Trade</topic>
  <geographic>Viet Nam</geographic>
  <geographic>Philippines</geographic>
  <geographic>Burkina Faso</geographic>
  <genre>Practice</genre>
  </subject>
  <typeOfResource>text</typeOfResource>
  <genre>report</genre>
 <originInfo>
 <place>
  <placeTerm>Amsterdam</placeTerm>
  </place>
  <publisher>KIT</publisher>
  <dateIssued encoding="iso8601">2008</dateIssued>
  </originInfo>
 <relatedItem type="series">
 <identifier type="uri">URN:ISSN:1876-4142</identifier>
 <titleInfo>
  <title>KIT Working Papers Series</title>
  </titleInfo>
 <part>
 <detail type="issue">
  <number>WPS.C2</number>
  </detail>
  </part>
  </relatedItem>
 <physicalDescription>
  <extent>iv, 23</extent>
  </physicalDescription>
  <abstract>Branding as a solution ...</abstract>
 <language>
  <languageTerm type="code" authority="rfc3066">en</languageTerm>
  </language>
  <note />
 <extension>
 <wmp:rights xmlns:wmp="http://www.surfgroepen.nl/werkgroepmetadataplus"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      xsi:schemaLocation="http://www.surfgroepen.nl/werkgroepmetadataplus rights.xsd">
  <dc:description>© 2008 Royal Tropical Institute. This work is licensed under a
      Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported
      License.</dc:description>
  <dc:rights>http://creativecommons.org/licenses/by-nc-nd/3.0/</dc:rights>
  </wmp:rights>
  </extension>
  </mods>
  </didl:Resource>
  </didl:Component>
  </didl:Item>
 <!--  Item [1..n] of type = objects
  -->
 <didl:Item>
 <didl:Descriptor>
 <didl:Statement mimeType="application/xml">
  <dip:ObjectType>info:eu-repo/semantics/objectFile</dip:ObjectType>
  </didl:Statement>
  </didl:Descriptor>
 <didl:Component>
  <didl:Resource mimeType="application/pdf"
        ref="http://www.search4dev.nl/document/122243" />
  </didl:Component>
  </didl:Item>
 <!--  Item [0..1] of type = jump-off page
  -->
 <didl:Item>
 <didl:Descriptor>
 <didl:Statement mimeType="application/xml">
  <dip:ObjectType>info:eu-repo/semantics/humanStartPage</dip:ObjectType>
  </didl:Statement>
  </didl:Descriptor>
 <didl:Component>
  <didl:Resource mimeType="text/html" ref="http://www.search4dev.nl/record/292090" />
  </didl:Component>
  </didl:Item>
  </didl:Item>
  </didl:DIDL>
  </metadata>
  </record>
  </GetRecord>
  </OAI-PMH>

ConferenceItemNotInProceedings

Code Block
xml
xml
<?xml version="1.0" encoding="UTF-8"?>
<mods:mods xmlns:mods="http://www.loc.gov/mods/v3" version="3.2"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.loc.gov/mods/v3
             http://www.loc.gov/standards/mods/v3/mods-3-2.xsd">
	<mods:titleInfo xml:lang="en">
		<mods:title>What have we learnt from fifteen years of transition in
			Central and Eastern Europe?</mods:title>
	</mods:titleInfo>
	<mods:typeOfResource>text</mods:typeOfResource>
	<mods:genre>info:eu-repo/semantics/conferenceItemNotInProceedins</mods:genre>
	<mods:name type="personal" ID="_719n1">
		<mods:namePart type="family">Buiter</mods:namePart>
		<mods:namePart type="given">Willem H.</mods:namePart>
		<mods:role>
			<mods:roleTerm type="code" authority="marcrelator"
			>aut</mods:roleTerm>
		</mods:role>
	</mods:name>
	<mods:extension>
		<dai:daiList xmlns:dai="info:eu-repo/dai">
			<dai:identifier IDref="_719n1" authority="http://lse.ac.uk/dai"
				>0000227616</dai:identifier>
		</dai:daiList>
	</mods:extension>
	<mods:classification authority="lcc">H Social Sciences
           (General)</mods:classification>
	<mods:originInfo>
		<mods:dateIssued encoding="iso8601">2004-05-31</mods:dateIssued>
	</mods:originInfo>
	<mods:language>
		<mods:languageTerm type="code" authority="rfc3066"
		>en</mods:languageTerm>
	</mods:language>
	<mods:relatedItem type="host">
		<mods:name type="conference">
			<mods:namePart>International Policy Conference
                        on Transition Economies (31 May - 01 June 2004 :
                        Hanoi, Vietnam)</mods:namePart>
		</mods:name>
		<mods:originInfo>
			<mods:place>
			    <mods:placeTerm type="text">Hanoi, Vietnam</mods:placeTerm>
			</mods:place>
		</mods:originInfo>
	</mods:relatedItem>
</mods:mods>

Conference Proceedings

Code Block
xml
xml
 <?xml version="1.0" encoding="UTF-8"?>
<mods:mods xmlns:mods="http://www.loc.gov/mods/v3" version="3.2"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.loc.gov/mods/v3
          http://www.loc.gov/standards/mods/v3/mods-3-2.xsd">
	<mods:titleInfo>
		<mods:title>Advances in economics and econometrics</mods:title>
		<mods:subTitle>the eighth world congress</mods:subTitle>
	</mods:titleInfo>
	<mods:name type="personal" ID="n-2013-9557-1">
		<mods:namePart type="family">Dewatripont</mods:namePart>
		<mods:namePart type="given">Mathias</mods:namePart>
		<mods:role>
			<mods:roleTerm type="code" authority="marcrelator"
			>edt</mods:roleTerm>
		</mods:role>
	</mods:name>
	<mods:name type="personal" ID="n-2013-9557-2">
		<mods:namePart type="family">Hansen</mods:namePart>
		<mods:namePart type="given">Lars Peter</mods:namePart>
		<mods:role>
			<mods:roleTerm type="code" authority="marcrelator"
			>edt</mods:roleTerm>
		</mods:role>
	</mods:name>
	<mods:name type="personal" ID="n-2013-9557-3">
		<mods:namePart type="family">Turnovsky</mods:namePart>
		<mods:namePart type="given">Stephen</mods:namePart>
		<mods:role>
			<mods:roleTerm type="code" authority="marcrelator"
			>edt</mods:roleTerm>
		</mods:role>
	</mods:name>
	<mods:typeOfResource>text</mods:typeOfResource>
	<mods:genre>info:eu-repo/semantics/conferenceProceedings</mods:genre>
	<mods:originInfo>
		<mods:publisher>Cambridge University Press</mods:publisher>
		<mods:place>
			<mods:placeTerm type="text">Cambridge</mods:placeTerm>
		</mods:place>
		<mods:dateIssued encoding="iso8601">2003</mods:dateIssued>
	</mods:originInfo>
	<mods:language>
		<mods:languageTerm type="code" authority="rfc3066"
		>en</mods:languageTerm>
	</mods:language>
	<mods:physicalDescription>
		<mods:extent>3 v.</mods:extent>
	</mods:physicalDescription>	<mods:extension>
		<dai:daiList xmlns:dai="info:eu-repo/dai"
			xsi:schemaLocation="info:eu-repo/dai
           https://www.surfgroepen.nl/sites/surfshare/standards/lib/dai-extension.xsd">
			<dai:identifier IDref="n-2013-9557-1"
	   authority="http://difusion.ulb.ac.be/dai">14129</dai:identifier>
			<dai:identifier IDref="n-2013-9557-2"
	   authority="http://difusion.ulb.ac.be/dai">E19099</dai:identifier>
			<dai:identifier IDref="n-2013-9557-3"
	   authority="http://difusion.ulb.ac.be/dai"
			>E19101</dai:identifier>
		</dai:daiList>
	</mods:extension>
</mods:mods>

Doctoral thesis

Code Block
xml
xml
 <?xml version="1.0" encoding="UTF-8"?>
<mods
  version="3.2"
  xmlns="http://www.loc.gov/mods/v3"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.loc.gov/mods/v3
    http://www.loc.gov/standards/mods/v3/mods-3-2.xsd">
  <titleInfo>
    <title>Accounting information for changing business needs</title>
    <subTitle>concepts of business logistics applied
         to treasury management decisions</subTitle>
  </titleInfo>

  <name type="personal" ID="A1">
  <namePart type="given">Piet Erik Adolf</namePart>
  <namePart type="family">Vandenbossche</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">aut</roleTerm>
    </role>
    <affiliation>
      Rijksuniversiteit Groningen. Faculteit Bedrijfskunde.
      SOM Research School
    </affiliation>
  </name>

  <extension>
    <daiList
      xmlns:dai="info:eu-repo/dai"
      xsi:schemaLocation="info:eu-repo/dai
http://www.surfgroepen.nl/sites/oai/metadata/Shared%20Documents/dai extension.xsd">
      <identifier
        IDref="A1"
        authority="info:eu-repo/dai/nl">157455599</identifier>
    </daiList>
  </extension>

  <name type="personal">
    <namePart type="family">Wortmann</namePart>
    <namePart type="given">J.C.</namePart>
    <role>
      <!-- promotor -->
      <roleTerm authority="marcrelator" type="code">ths</roleTerm>
    </role>
    <affiliation>
       Rijksuniversiteit Groningen.
       Faculteit Bedrijfskunde
    </affiliation>
  </name>

  <name type="personal">
    <namePart>Meer-Kooistra, J. van der</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">ths</roleTerm>
    </role>
    <affiliation>
      Rijksuniversiteit Groningen.
      Faculteit Bedrijfskunde
    </affiliation>
  </name>

  <name type="corporate">
    <namePart>Rijksuniversiteit Groningen</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">dgg</roleTerm>
    </role>
  </name>

  <typeOfResource>text</typeOfResource>

  <genre>info:eu-repo/semantics/doctoralThesis<genre>

  <originInfo>
    <place>
      <placeTerm type="text">Groningen</placeTerm>
    </place>
    <publisher>Rijksuniversiteit Groningen</publisher>
    <dateIssued encoding="iso8601">2005</dateIssued>
  </originInfo>

  <language>
    <languageTerm authority="rfc3066" type="code">en</languageTerm>
  </language>

  <physicalDescription>
    <extent>322 p.</extent>
  </physicalDescription>

  <abstract>
      This work is about the transfer and contextual constitution of
      organisational forms (specifically of production systems) in
      the subsidiaries of multinational enterprises (MNEs). The work
      suggests that subsidiaries are simultaneously embedded in a host
      country and parent company context as well as in a strategic and
      institutional context. It is argued that only if we consider
      strategic choices at the corporate and subsidiary level as well
      as the institutional and strategic context can we understand the
      contextual constitution of subsidiary production systems in MNEs.
      Empirically the work asks how and why the contextual constitution
      - i.e. the hybridization profile - of four MNE automobile
      subsidiaries in India differs.
  </abstract>

  <subject authority="info:eu-repo/authority/goo">
    <topic>Internationale ondernemingen</topic>
    <topic>Hybride organisaties</topic>
    <topic>Personeelsmanagement</topic>
    <topic>Productiemanagement</topic>
    <genre>Proefschriften (vorm)</genre>
  </subject>
</mods>

Doctoral thesis

Code Block
xml
xml
 <?xml version="1.0" encoding="UTF-8" ?>
<!-- file: ModsUMDissertatie.xml
     based on:
http://arno.unimaas.nl/oai/dare.cgi?verb=
GetRecord&metadataPrefix=oai_dc&identifier=oai:dare:10859
     -->
<mods
  version="3.2"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns="http://www.loc.gov/mods/v3"
  xsi:schemaLocation="http://www.loc.gov/mods/v3
    http://www.loc.gov/standards/mods/v3/mods-3-2.xsd">

  <titleInfo>
    <title>Osteoporosis in inflammatory bowel disease </title>
    <subTitle>epidemiological, pathophysiological and clinical studies</subTitle>
  </titleInfo>

  <name type="personal" ID="n1">
    <namePart type="given">Jan Erik</namePart>
    <namePart type="family">Schoon</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">aut</roleTerm>
    </role>
    <affiliation>Universiteit Maastricht. Faculteit der Geneeskunde</affiliation>
  </name>

  <name type="personal">
    <namePart type="given">R.W.</namePart>
    <namePart type="family">StockBr&#252;gger</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">ths</roleTerm>
    </role>
    <affiliation>Universiteit Maastricht. Interne geneeskunde</affiliation>
  </name>
  <name type="personal">
    <namePart type="given">R.J.M.</namePart>
    <namePart type="family">Brummer</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">ths</roleTerm>
    </role>
    <affiliation>Universiteit Maastricht. Interne geneeskunde</affiliation>
  </name>
  <name type="personal">
    <namePart type="given">M.G.V.M.</namePart>
    <namePart type="family">Russell</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">ths</roleTerm>
    </role>
  </name>
  <name type="corporate">
    <namePart>Universiteit Maastricht</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">dgg</roleTerm>
    </role>
  </name>


  <extension>
    <daiList
      xmlns="info:eu-repo/dai"
      xsi:schemaLocation="info:eu-repo/dai
http://www.surfgroepen.nl/sites/oai/metadata/Shared%20Documents/dai extension.xsd">
      <identifier
        IDref="n1"
        authority="info:eu-repo/dai/nl">232674051</identifier>
    </daiList>
  </extension>

  <typeOfResource>text</typeOfResource>
  <genre>info:eu-repo/pubtype/doctoralThesis"</genre>

  <originInfo>
    <place>
      <placeTerm>Maastricht</placeTerm>
    </place>
    <publisher>Universitaire pers</publisher>
    <dateIssued encoding="iso8601">2001-11</dateIssued>
  </originInfo>

  <language>
    <languageTerm authority="rfc3066" type="code">en</languageTerm>
  </language>

  <physicalDescription>
    <extent>158 pages</extent>
  </physicalDescription>

  <subject xml:lang="nl">
    <topic>Geneeskunde</topic>
  </subject>

  <classification>WE 250</classification>

  <identifier type="uri">URN:ISBN:90-5278-327-6</identifier>
</mods>

...

Note

there are two examples of patents one from NL and one from the US. Apart from this difference in countries, it is unclear what the other differences are. Better to have an example of a patent and a patent application? An expert on patents must review this.

Code Block
xml
xml
 <?xml version="1.0" encoding="UTF-8"?>
<mods xmlns:xlink="http://www.w3.org/1999/xlink"
	xmlns="http://www.loc.gov/mods/v3"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.loc.gov/mods/v3
         http://www.loc.gov/standards/mods/v3/mods-3-2.xsd">
  <titleInfo xml:lang="nl">
    <title>
      Inrichting en werkwijze voor de scheiding van mengsels van chemische
      substanties
    </title>
  </titleInfo>

  <name type="personal" ID="n1">
    <namePart type="given">Jan Cornelis</namePart>
    <namePart type="family">Hummelen</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">pth</roleTerm>
      <!—- pth = patent holder  -->
    </role>
  </name>

  <!-- DAI -->
  <extension>
    <daiList
      xmlns:dai="info:eu-repo/dai"
      xsi:schemaLocation="info:eu-repo/dai
http://www.surfgroepen.nl/sites/oai/metadata/Shared%20Documents/dai extension.xsd">
      <identifier
        IDref="n1"
        authority="info:eu-repo/dai/nl">070951144</identifier>
    </daiList>
  </extension>

  <typeOfResource>text</typeOfResource>

  <genre>info:eu-repo/semantics/patent</genre>

  <identifier type="octrooiraad">9200341</identifier>
===== Not according to these guidelines !!
  <!-- type van identifier is naam van uitgevende instantie -->
  <!--
    # country code of the filing country
    # publication number
    # filing number
    # kind of document
    # filing date
    # publication date
    # applicant
    # inventor
    # International Patent Classification (IPC)
    # title
    # priorities
    # abstract (searchable fulltext)
    # claims (searchable fulltext)
    # description (searchable fulltext)
    # Inpadoc legal status data (oppositions, cancellations...)
    -->

  <originInfo>
    <place>
	<placeTerm authority="marccountry" type="code">nl</placeTerm>
    </place>
    <publisher>Octrooiraad</publisher>
    <!-- verplicht veld, maar uitgever staat niet in publicatie vermeld -->
    <dateIssued encoding="iso8601">1992</dateIssued>
  </originInfo>

  <language>
    <languageTerm authority="rfc3066" type="code">nl</languageTerm>
  </language>

  <physicalDescription>
    <extent>10 p.</extent>
  </physicalDescription>
</mods>

Patent (US)

Code Block
xml
xml
 <?xml version="1.0" encoding="UTF-8"?>
<mods
  version="3.2"
  xmlns="http://www.loc.gov/mods/v3"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.loc.gov/mods/v3
    http://www.loc.gov/standards/mods/v3/mods-3-2.xsd">

  <titleInfo>
     <title>Optical limiting materials</title>
  </titleInfo>

  <name type="personal" ID="n1">
    <namePart type="family">McBranch</namePart>
    <namePart type="given">Duncan W.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">pth</roleTerm>
    </role>
  </name>
  <name type="personal" ID="n2">
    <namePart type="family">Mattes</namePart>
    <namePart type="given">Benjamin R.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">pth</roleTerm>
    </role>
  </name>
  <name type="personal" ID="n3">
    <namePart type="family">Koskelo</namePart>
    <namePart type="given">Aaron C.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">pth</roleTerm>
    </role>
  </name>
  <name type="personal" ID="n4">
    <namePart type="family">Heeger</namePart>
    <namePart type="given">Alan J.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">pth</roleTerm>
    </role>
  </name>
  <name type="personal" ID="n5">
    <namePart type="family">Robinson</namePart>
    <namePart type="given">Jeanne M.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">pth</roleTerm>
    </role>
  </name>
  <name type="personal" ID="n6">
    <namePart type="family">Smilowitz</namePart>
    <namePart type="given">Laura B.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">pth</roleTerm>
    </role>
  </name>
  <name type="personal" ID="n7">
    <namePart type="family">Klimov</namePart>
    <namePart type="given">Victor L.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">pth</roleTerm>
    </role>
  </name>
  <name type="personal" ID="n8">
    <namePart type="family">Cha</namePart>
    <namePart type="given">Myoungsik</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">pth</roleTerm>
    </role>
  </name>
  <name type="personal" ID="n9">
    <namePart type="family">Serdar Sarifici</namePart>
    <namePart type="given">N.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">pth</roleTerm>
    </role>
  </name>
  <name type="personal" ID="n10">
    <namePart type="family">Hummelen</namePart>
    <namePart type="given">Jan C.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">pth</roleTerm>
    </role>
  </name>

  <!-- DAI -->
  <extension>
    <daiList
	xmlns:dai="info:eu-repo/dai"
	xsi:schemaLocation="info:eu-repo/dai
http://www.surfgroepen.nl/sites/oai/metadata/Shared%20Documents/dai-extension.xsd">
	<identifier
         IDref="n10" authority="info:eu-repo/dai/n1">070951144</identifier>
    </daiList>
  </extension>

  <typeOfResource>text</typeOfResource>

  <genre>info:eu-repo/semantics/patent</genre>

  <identifier type="United States patent">5,741,442</identifier>
== this is not according to these guidelines !
 <!-- type van identifier is naam van uitgevende instantie -->

  <originInfo>
    <place>
      <placeTerm authority="marccountry" type="code">us</placeTerm>
    </place>
    <publisher>United States Patent ???</publisher>
    <!-- verplicht veld, maar uitgever staat niet in publicatie vermeld -->
    <dateIssued encoding="iso8601">1998</dateIssued>
    <
  </originInfo>

  <language>
    <languageTerm authority="rfc3066" type="code">en</languageTerm>
  </language>

  <physicalDescription>
    <extent>11 p.</extent>
  </physicalDescription>

  <recordInfo>
    <recordCreationDate encoding="iso8601">2007-06-29</recordCreationDate>
    <recordChangeDate encoding="iso8601">2007-11-19</recordChangeDate>
    <recordIdentifier>4357afd8d5b13</recordIdentifier>
  </recordInfo>
</mods>

...

Note

this is also an example of how to refer to another version; in this case the other version has other co-authors; which identifiier has to be used for referring to the other version?

Code Block
xml
xml
<?xml version="1.0" encoding="UTF-8" ?>
<!-- file: ModsUMWorkingPaper.xml -->
<mods
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns="http://www.loc.gov/mods/v3"
  xsi:schemaLocation="http://www.loc.gov/mods/v3
    http://www.loc.gov/standards/mods/v3/mods-3-2.xsd">

  <titleInfo>
    <title>Good and bad objects</title>
    <subTitle>cardinality-based rules</subTitle>
  </titleInfo>

  <name type="personal">
   <namePart type="given">D.A.</namePart>
   <namePart type="family">Dimitrov</namePart>
   <role>
     <roleTerm authority="marcrelator" type="code">aut</roleTerm>
   </role>
   <affiliation>Universiteit van Tilburg</affiliation>
  </name>

  <name type="personal" ID="n1">
    <namePart type="given">P.E.M.</namePart>
    <namePart type="family">Borm</namePart>
    <role>
     <roleTerm authority="marcrelator" type="code">aut</roleTerm>
    </role>
    <affiliation>Universiteit van Tilburg</affiliation>
  </name>

  <name type="personal" ID="n2">
    <namePart type="given">R.L.P.</namePart>
    <namePart type="family">Hendrickx</namePart>
    <role>
      <roleTerm authority="marcrelator" type="code">aut</roleTerm>
    </role>
    <affiliation>Universiteit van Tilburg</affiliation>
  </name>

  <extension>
    <daiList
      xmlns:dai="http://eu-repo/dai"
      xsi:schemaLocation="http://eu-repo/dai
http://www.surfgroepen.nl/sites/oai/metadata/Shared%20Documents/dai extension.xsd">
      <identifier
        IDref="n1"
        authority="info:eu-repo/dai/nl">075062763</identifier>
      <identifier
        IDref="n1"
        authority="info:eu-repo/dai/nl">254984509</identifier>
    </daiList>
  </extension>

  <typeOfResource>text</typeOfResource>
  <genre>info:eu-repo/semantics/workingPaper</genre>

  <originInfo>
    <dateIssued encoding="iso8601">2003</dateIssued>
  </originInfo>

  <language>
    <languageTerm authority="rfc3066" type="code">en</languageTerm>
  </language>

  <physicalDescription>
    <extent>14 pages</extent>
  </physicalDescription>

  <abstract xml:lang="en">
    We consider the problem of ranking sets of objects, the members of
    which are mutually compatible. Assuming that each object is either
    good or bad, we axiomatically characterize three cardinality-based
    rules which arise naturally in this dichotomous setting. They are
    what we call the symmetric di.erence rule, the lexicographic good-bad
    rule, and the lexicographic bad-good rule. Each of these rules
    induces a unique additive separable preference relation over the
    set of all groups of objects.
  </abstract>

  <subject xml:lang="en" authority="local">
    <topic>welfare economics</topic>
  </subject>

  <classification
    authority="info:eu repo/authority/jel">D63</classification>
  <classification
    authority="info:eu repo/authority/jel">D71</classification>

  <relatedItem type="series">
    <titleInfo>
      <title>Discussion Paper</title>
    </titleInfo>
    <identifier type="issn">0924-7815</identifier>
    <originInfo>
      <publisher>
        Tilburg University. Center for Economic Research
      </publisher>
    </originInfo>
    <part>
      <detail type="volume">
        <number>2003-49</number>
      </detail>
    </part>
  </relatedItem>

  <!-- add co-authors; in this case they differ from the working paper !!-->
  <relatedItem type="succeeding">
    <titleInfo>
      <title>Good and bad objects</title>
      <subTitle>the symmetric difference rule</subTitle>
    </titleInfo>
    <relatedItem type="host">
      <titleInfo>
        <title>Economics bulletin</title>
      </titleInfo>
      <part>
        <detail type="volume">
          <number>4</number>
        </detail>
        <detail type="issue">
          <number>11</number>
        </detail>
        <extent unit="page">
          <start>1</start>
          <end>7</end>
        </extent>
        <date>2004</date>
      </part>
    </relatedItem>
  </relatedItem>
</mods>