Versions Compared

Key

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

...

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

...

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

...

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

<?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:eurepo/authority/jel">D63</classification>
<classification
authority="info:eurepo/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>