Versions Compared

Key

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

...

The schema can also be found at http://www.surfgroepen.nl/sites/oai/metadata/Shared%20Documents/dai-extension.xsd. Watch out: this is a temporary location for the schema. The target name space is also not formalised.
Anchor_Publication_types_Publication_types

Code Block

 <?xml version="1.0" encoding="UTF-8" ?>

...


<xsd:schema

...


  xmlns:xsd="http://www.w3.org/2001/XMLSchema"

...


  xmlns="info:eu-repo/dai"

...


  targetNamespace="info:eu-repo/dai"

...


  elementFormDefault="qualified"

...


  attributeFormDefault="unqualified">

...


  <xsd:import

...


    namespace="http://www.w3.org/XML/1998/namespace"

...


    schemaLocation="http://www.w3.org/2001/xml.xsd"/>

...


  <xsd:element name="daiList" type="daiListType"/>

...


  <xsd:complexType name="daiListType">

...


    <xsd:sequence>

...


      <xsd:element

...


        name="identifier"

...


        type="identifierType"

...


        minOccurs="1"

...


        maxOccurs="unbounded"/>

...


    </xsd:sequence>

...


  </xsd:complexType>

...


  <xsd:complexType

...


    name="identifierType">

...


    <xsd:simpleContent>

...


      <xsd:extension

...


        base="xsd:anyURI">

...


        <xsd:attribute

...


          name="IDref"

...


          type="xsd:IDREF"

...


          use="required"/>

...


        <xsd:attribute

...


          name="authority"

...


          type="xsd:string"

...


          use="optional" />

...


      </xsd:extension>

...


    </xsd:simpleContent>

...


  </xsd:complexType>

...


</xsd:schema>

Anchor
_Publication_types
_Publication_types

Publication types

For publication typesFor publication types, see Namespace info:eu-repo

...

Note

missing: example of conference paper

Article

Code Block

<?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">

...

Article

...


        <start>255</start>
        <end>260</end>
      </extent>
    </part>
  </relatedItem>
</mods>

Article

Code Block

 <?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>

...



  <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>

...



  <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 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 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>

...



  <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>

...



    <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>

...



  <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 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>
                                http://www.tilburguniversity.nl/dai/112275</dai:identifier>
			<dai:identifier IDref="vosgcjm3276657316458"
				>http>
                                http://www.tilburguniversity.nl/dai/316458</dai:identifier>
			<dai:identifier IDref="akkermansha3276657437700"
				>http>
                                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>

...

Code Block
 <?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 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>

...



  <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>

...



  <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 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>

...



  <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>

...



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

  <subject xml:lang="nl">

...


    <topic>Geneeskunde</topic>

...


  </subject>

...

<classification>WE 250</classification>

...



  <classification>WE 250</classification>

  <identifier type="uri"

...

>URN:ISBN:90-5278-327-

...

6</identifier>

...


</mods>

Patent (NL)

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 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>

...



  <typeOfResource>text</typeOfResource>

  <genre>info:eu-repo/semantics/

...

patent</genre>

...



  <identifier type="octrooiraad"

...

>9200341</identifier>

...

Note

Not according to these guidelines


===== 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 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>

...



  <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>

...

Note

this is not according to these guidelines

<!- type van identifier is naam van uitgevende instantie ->

...


{note}== this is not according to these guidelines !{note}
  <!-- 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>

Working Paper

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 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>

...



  <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>

...



  <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">

...

Note
add

        <number>2003-49</number>
      </detail>
    </part>
  </relatedItem>

  {note} <!-- add co-authors; in this case they differ from the working
paper

...

 paper !!--> {note}
  <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>