Difference between revisions of "PubMan Func Spec MARC21"

From MPDLMediaWiki
Jump to navigation Jump to search
(aktualisiert)
(aktualisiert, diesmal richtig)
 
(4 intermediate revisions by 2 users not shown)
Line 4: Line 4:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
! PubMan element
! PubMan element
! PubMan label
! PubMan description
! PubMan description
! MARC field
! MARC field
Line 10: Line 11:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| * (any element not matched by other templates)
| * (any element not matched by other templates)
|
|  
|  
| an error is raised
| an error is raised
|  
|  
| This rule is a trap for unexpected elements. It overules the default rule for elements (process children) and provides help during stylesheet development.
| This rule is a trap for unexpected elements. It overules the default rule for elements (process children) and provides help during stylesheet development.
|- style="vertical-align:top;"
| rowspan="2" | dc:identifier[misc:dc_identifier-is-online-resource(.)]
| rowspan="2" | An identifier referencing the described resource, e.q. URI
| 856 ?# $q
| 856 - Electronic Location and Access (R); $q - Electronic format type
| rowspan="2" | ind1 is "4" if the content starts with "http://", else "#". $q is calculated from the files extension (e.g. pdf, html)
|- style="vertical-align:top;"
| 856 ?# $u
| 856 - Electronic Location and Access (R); $u - Uniform Resource Identifier (R)
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| dc:identifier[not(@xsi:type = ('eterms:ISBN', 'eterms:ISSN'))]
| dc:identifier[not(@xsi:type = ('eterms:ISBN', 'eterms:ISSN'))]
| Identifier
| An identifier referencing the described resource, exempted ISBN and ISSN
| An identifier referencing the described resource, exempted ISBN and ISSN
| 024 7# $a $2
| 024 7# $a $2
Line 31: Line 25:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| dcterms:abstract
| dcterms:abstract
| Abstract
| Abstract or short description of the item.
| Abstract or short description of the item.
| 520 3# $a
| 520 3# $a
Line 37: Line 32:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| dcterms:abstract/
@xml:lang
| dcterms:abstract/
@xml:lang
| Language
| Abstract or short description of the item/language code
| Abstract or short description of the item/language code
| #not mapped
| #not mapped
Line 43: Line 39:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| dcterms:tableOfContents
| dcterms:tableOfContents
| Table of content
| Table of contents of the described item.
| Table of contents of the described item.
| 505 8# $a
| 505 8# $a
| 505 - Formatted Contents Note (R); $a - Formatted contents note (NR)
| 505 - Formatted Contents Note (R); $a - Formatted contents note (NR)
| multiple lines are concateneted with »; «
| multiple lines are concateneted with »; «
|- style="vertical-align:top;"
| escidocComponents:component
| escidoc component, e.g. a file
| 856 4#
| 856 - Electronic Location and Access (R)
| 856 4# is only written if escidocComponents:component/
escidocComponents:content/
@xlink:href is not empty.
|- style="vertical-align:top;"
| escidocComponents:component/
escidocComponents:content/
@xlink:href
| URI to the file, either local or in the web
| 856 4# u
| 856 - Electronic Location and Access (R) - $u - Uniform Resource Identifier (R)
| If escidocComponents:component/
escidocComponents:content/
@storage equals 'internal-managed', the URL is calculated by the function local:href() from the object context. Otherwise the content of @xlink:href is taken as it is.
|- style="vertical-align:top;"
| escidocComponents:properties/
prop:content-category
| A notion of the type of content the resource represents.
| 856 4# $3
| 856 - Electronic Location and Access (R); $3 - Materials specified (NR)
| ''prop:content-category'' holds values from [[ESciDoc ContentCategories VES]]. Only the part after the last slash is used, e.g. »any-fulltext« from »http://purl.org/escidoc/metadata/ves/content-categories/any-fulltext«
|- style="vertical-align:top;"
| escidocComponents:properties/
prop:visibility
| The name of a scope in which the resource is visible. This kind of visibility overrides access rights.
| 856 4# $2
| 856 - Electronic Location and Access (R); $2 - Access method (NR)
|
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| escidocComponents:properties/
prop:visibility
| escidocComponents:properties/
prop:visibility
| Visibility
| The name of a scope in which the resource is visible. This kind of visibility overrides access rights.
| The name of a scope in which the resource is visible. This kind of visibility overrides access rights.
| 506 ?#
| 506 ?#
Line 79: Line 53:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| escidocComponents:properties/
prop:visibility
| escidocComponents:properties/
prop:visibility
| Visibility
| The name of a scope in which the resource is visible. This kind of visibility overrides access rights.
| The name of a scope in which the resource is visible. This kind of visibility overrides access rights.
| 506 ?# $a
| 506 ?# $a
Line 85: Line 60:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| escidocComponents:properties/
prop:visibility
| escidocComponents:properties/
prop:visibility
| Visibility
| The name of a scope in which the resource is visible. This kind of visibility overrides access rights.
| The name of a scope in which the resource is visible. This kind of visibility overrides access rights.
| 506 ?# $f
| 506 ?# $f
Line 91: Line 67:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| escidocComponents:properties/
prop:visibility
| escidocComponents:properties/
prop:visibility
| Visibility
| The name of a scope in which the resource is visible. This kind of visibility overrides access rights.
| The name of a scope in which the resource is visible. This kind of visibility overrides access rights.
| 506 ?# $2
| 506 ?# $2
Line 97: Line 74:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| escidocItem:item
| escidocItem:item
|
| an ESciDoc-Item
| an ESciDoc-Item
| rowspan="4" | #not mapped (but childs are processed)
| rowspan="4" | #not mapped (but childs are processed)
Line 103: Line 81:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| escidocMetadataRecords:md-records
| escidocMetadataRecords:md-records
|
| a collection of metadata-records
| a collection of metadata-records
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| escidocMetadataRecords:md-record
| escidocMetadataRecords:md-record
| Metadata Record
| a metadata-record
| a metadata-record
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| eterms:creator
| eterms:creator
| Creator
| An entity primarily responsible for making the resource
| An entity primarily responsible for making the resource
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| escidocItem:properties
| escidocItem:properties
|
|  
|  
| rowspan="2" | #not mapped (childs not processed)
| rowspan="2" | #not mapped (childs not processed)
Line 118: Line 100:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| escidocComponents:components
| escidocComponents:components
|
|  
|  
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| escidocItem:properties/
prop:content-model-specific/
local-tags/
local-tag
| escidocItem:properties/
prop:content-model-specific/
local-tags/
local-tag
|
|  
|  
| 995 ## $a
| 995 ## $a
Line 127: Line 111:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| eterms:creator[local:eterms_creator-is-1xx(.)]/
organization:organization
| eterms:creator[local:eterms_creator-is-1xx(.)]/
organization:organization
| Organization
| The creator of the source, e.g. the editor of a book or a book series. A organization.
| The creator of the source, e.g. the editor of a book or a book series. A organization.
| 110
| 110
Line 133: Line 118:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| eterms:creator[local:eterms_creator-is-1xx(.)]/
person:person
| eterms:creator[local:eterms_creator-is-1xx(.)]/
person:person
| Person
| The creator of the source, e.g. the editor of a book or a book series. A person.
| The creator of the source, e.g. the editor of a book or a book series. A person.
| 100
| 100
Line 139: Line 125:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| eterms:creator[local:eterms_creator-is-7xx(.) or local:eterms_creator-is-7xx-other(.)]/
organization:organization
| eterms:creator[local:eterms_creator-is-7xx(.) or local:eterms_creator-is-7xx-other(.)]/
organization:organization
| Organization
| The creator of the source, e.g. the editor of a book or a book series. A organization.
| The creator of the source, e.g. the editor of a book or a book series. A organization.
| 710
| 710
Line 145: Line 132:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| eterms:creator[local:eterms_creator-is-7xx(.) or local:eterms_creator-is-7xx-other(.)]/
person:person
| eterms:creator[local:eterms_creator-is-7xx(.) or local:eterms_creator-is-7xx-other(.)]/
person:person
| Person
| The creator of the source, e.g. the editor of a book or a book series. A person.
| The creator of the source, e.g. the editor of a book or a book series. A person.
| 700
| 700
| 700 - Added Entry-Personal Name (R)
| 700 - Added Entry-Personal Name (R)
|
|- style="vertical-align:top;"
| file:file/
dc:description
| Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.
| 856 4# $z
| 856 - Electronic Location and Access (R); $z - Public note (R)
|
|- style="vertical-align:top;"
| file:file/
dc:format[@xsi:type eq 'dcterms:IMT']
| The MIME-Type of the uploaded format.
| 856 4# $q
| 856 - Electronic Location and Access (R); $q - Electronic format type (NR)
|  
|  
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| file:file/
dc:rights
| file:file/
dc:rights
| Rights Statement
| Information about rights held in and over the resource
| Information about rights held in and over the resource
| 542 ## $f
| 542 ## $f
Line 169: Line 146:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| file:file/
dcterms:dateCopyrighted
| file:file/
dcterms:dateCopyrighted
| Copyright Date
| Date of copyright.
| Date of copyright.
| 542 ## $g
| 542 ## $g
| 542 - Information Relating to Copyright Status (R); $g - Copyright date (NR)
| 542 - Information Relating to Copyright Status (R); $g - Copyright date (NR)
|
|- style="vertical-align:top;"
| file:file/
dcterms:extent
| The size of the file in Bytes. If no content is provided, size is zero.
| 856 4# $s
| 856 - Electronic Location and Access (R); $s - File size (R)
|  
|  
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| file:file/
dcterms:license
| file:file/
dcterms:license
| License
| A legal document giving official permission to do something with the resource.
| A legal document giving official permission to do something with the resource.
| 540 ## $a
| 540 ## $a
Line 187: Line 160:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| item-list:item-list
| item-list:item-list
|
| a collection of ESciDoc-items
| a collection of ESciDoc-items
| marc:collection
| marc:collection
Line 193: Line 167:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| organization:organization/
dc:identifier
| organization:organization/
dc:identifier
| Identifier
| The id of the corresponding organizational unit in the system.
| The id of the corresponding organizational unit in the system.
| X10 $0
| X10 $0
Line 199: Line 174:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication/
dc:identifier[@xsi:type eq 'eterms:ISBN']
| publication:publication/
dc:identifier[@xsi:type eq 'eterms:ISBN']
| Identifier
| ISBN
| ISBN
| 020 ## $a
| 020 ## $a
Line 205: Line 181:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication/
dc:identifier[@xsi:type eq 'eterms:ISSN']
| publication:publication/
dc:identifier[@xsi:type eq 'eterms:ISSN']
| Identifier
| ISSN
| ISSN
| 022 ## $a
| 022 ## $a
Line 211: Line 188:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication/
dc:subject
| publication:publication/
dc:subject
| Classified Subject
| DDC term
| DDC term
| 082 ## $a
| 082 ## $a
Line 217: Line 195:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication/
dcterms:alternative
| publication:publication/
dcterms:alternative
| Alternative Title
| Alternative titles of the described resource, e.g. translations of original title or sub-titles
| Alternative titles of the described resource, e.g. translations of original title or sub-titles
| 246 #? $a
| 246 #? $a
Line 224: Line 203:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication/
dcterms:subject
| publication:publication/
dcterms:subject
| free keywords
| Free keywords
|
| 653 00 $a
| 653 00 $a
| 653 - Index Term-Uncontrolled (R); $a - Uncontrolled term (R)
| 653 - Index Term-Uncontrolled (R); $a - Uncontrolled term (R)
Line 230: Line 210:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication/
eterms:publishing-info
| publication:publication/
eterms:publishing-info
| Publishing info
|  
|  
| 260 ##
| 260 ##
Line 237: Line 218:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication/
eterms:publishing-info/
eterms:edition
| publication:publication/
eterms:publishing-info/
eterms:edition
| Edition
| The edition of the described resource.
| The edition of the described resource.
| 250 ## $a
| 250 ## $a
| 250 - Edition Statement (NR); $a - Edition statement (NR)
| 250 - Edition Statement (NR); $a - Edition statement (NR)
|  
|  
|- style="vertical-align:top;"
| publication:publication/
source:source[local:source_source-is-series(.)]
| The bundle in which the item has been published, e.g. a journal, a book, a series or a database
| 490 ?#
| 490 - Series Statement (R)
| If eterms:volume is given, ind1 is 1, else ind1 is 0
|- style="vertical-align:top;"
| publication:publication/
source:source[local:source_source-is-series(.)]/
dc:identifier[@xsi:type eq 'eterms:ISSN']
| External Identifier of the source, e.g. ISSN, ISBN, URI
| 490 $x
| 490 - Series Statement (R); $x - International Standard Serial Number (R)
|
|- style="vertical-align:top;"
| publication:publication/
source:source[local:source_source-is-series(.)]/
dc:title
| title of the described item
| rowspan="2" | 490 $a
| rowspan="2" | 490 - Series Statement (R); $a - Series statement (R)
| rowspan="2" |
|- style="vertical-align:top;"
| publication:publication/
source:source[local:source_source-is-series(.)]/
eterms:creator[misc:eterms_creator-is-author(.) or misc:eterms_creator-is-editor(.)]
| the creator of the source, e.g. the editor of a book or a book series
|- style="vertical-align:top;"
| publication:publication/
source:source[local:source_source-is-series(.)]/
dcterms:alternative
| An alternative name for the resource.
| rowspan="3" | #not mapped
| rowspan="3" |
| rowspan="3" | no matching subfields in 490
|- style="vertical-align:top;"
| publication:publication/
source:source[local:source_source-is-series(.)]/
eterms:sequence-number
| The number of the described item within the source.
|- style="vertical-align:top;"
| publication:publication/
source:source[local:source_source-is-series(.)]/
source:source
| The bundle in which the source has been published, e.g. a series.
|- style="vertical-align:top;"
| publication:publication/
source:source[local:source_source-is-series(.)]/
eterms:volume
| The volume of the source in which the described item was published in
| rowspan="2" | 490 $v
| rowspan="2" | 490 - Series Statement (R); $v - Volume/sequential designation (R)
| rowspan="2" |
|- style="vertical-align:top;"
| publication:publication/
source:source[local:source_source-is-series(.)]/
eterms:issue
| The issue of the source in which the described item was published in
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| rowspan="9" | publication:publication[normalize-space(dc:title)]
| rowspan="9" | publication:publication[normalize-space(dc:title)]
| rowspan="9" | Publication
| rowspan="9" | a publication
| rowspan="9" | a publication
| marc:record
| marc:record
Line 315: Line 256:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
@xml:lang
| publication:publication[normalize-space(dc:title)]/
@xml:lang
| Language
|  
|  
| #not mapped
| #not mapped
Line 322: Line 264:
| publication:publication[normalize-space(dc:title)]/
dc:language
| publication:publication[normalize-space(dc:title)]/
dc:language
| Language of Publication
| Language of Publication
| The languages of the publication.
| 041 #7 $a $2
| 041 #7 $a $2
| 041 - Language Code (R); $a - Language code of text/sound track or separate title (R)
| 041 - Language Code (R); $a - Language code of text/sound track or separate title (R)
| 041 #7 $a $2 is only written if 1) a) more than one distinct ''dc:language'' are present or if b) a 041 #7 $b $2 entry (see ''dcterms:abstract/@xml:lang'') is generated [http://www.loc.gov/marc/bibliographic/bd041.html] and if 2) all lanquage codes in question can be mapped to ISO 639-2b. Subfield $2 is fixed to ''»iso639-2b«''[http://www.loc.gov/standards/sourcelist/language.html].
| 041 #7 $a $2 is only written if 1) a) more than one distinct ''dc:language'' are present or if b) a 041 #7 $b $2 entry (see ''dcterms:abstract/@xml:lang'') is generated [http://www.loc.gov/marc/bibliographic/bd041.html] and if 2) all language codes in question can be mapped to ISO 639-2b. Subfield $2 is fixed to ''»iso639-2b«''[http://www.loc.gov/standards/sourcelist/language.html].
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
dc:title
| publication:publication[normalize-space(dc:title)]/
dc:title
| Title
| Title of the described resource
| Title of the described resource
| 245 ?0 $a
| 245 ?0 $a
Line 333: Line 277:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
dcterms:abstract/
@xml:lang
| publication:publication[normalize-space(dc:title)]/
dcterms:abstract/
@xml:lang
| Language of abstract
| Language of Abstract
|
| 041 #7 $b $2
| 041 #7 $b $2
| 041 - Language Code (R); $b - Language code of summary or abstract (R)
| 041 - Language Code (R); $b - Language code of summary or abstract (R)
| 041 #7 $b is only written if 1) a) more than one distinct ''dc:language'' are present or if b) the ''@xml:lang'' value differs from the value of the only ''dc:language'' element[http://www.loc.gov/marc/bibliographic/bd041.html] and if 2) all lanquage codes in question can be mapped to ISO 639-2b. Subfield $2 is fixed to ''»iso639-2b«''[http://www.loc.gov/standards/sourcelist/language.html].
| 041 #7 $b is only written if 1) a) more than one distinct ''dc:language'' are present or if b) the ''@xml:lang'' value differs from the value of the only ''dc:language'' element[http://www.loc.gov/marc/bibliographic/bd041.html] and if 2) all language codes in question can be mapped to ISO 639-2b. Subfield $2 is fixed to ''»iso639-2b«''[http://www.loc.gov/standards/sourcelist/language.html].
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
dcterms:issued
| publication:publication[normalize-space(dc:title)]/
dcterms:issued
| Date published in print
| Date of formal issuance (e.g., publication) of the resource
| Date of formal issuance (e.g., publication) of the resource
| rowspan="6" | 260 $c
| rowspan="6" | 260 $c
Line 347: Line 293:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
eterms:published-online
| publication:publication[normalize-space(dc:title)]/
eterms:published-online
| Date published online
| Date of online publication of the resource
| Date of online publication of the resource
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
dcterms:dateAccepted
| publication:publication[normalize-space(dc:title)]/
dcterms:dateAccepted
| Date accepted
| Date of acceptance of the resource
| Date of acceptance of the resource
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
dcterms:dateSubmitted
| publication:publication[normalize-space(dc:title)]/
dcterms:dateSubmitted
| Date submitted
| Date when the resoucre was submitted to the publisher
| Date when the resoucre was submitted to the publisher
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
dcterms:modified
| publication:publication[normalize-space(dc:title)]/
dcterms:modified
| Date modified
| Date on which the resource was changed.
| Date on which the resource was changed.
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
dcterms:created
| publication:publication[normalize-space(dc:title)]/
dcterms:created
| Date created
| The date when the publication was created.
| The date when the publication was created.
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
eterms:court
| publication:publication[normalize-space(dc:title)]/
eterms:court
|
|  
|  
| rowspan="4" | #not mapped
| rowspan="4" | #not mapped
Line 368: Line 320:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
eterms:degree
| publication:publication[normalize-space(dc:title)]/
eterms:degree
| Academic Degree
| The type of degree which is received with this type of publication
| The type of degree which is received with this type of publication
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
eterms:location
| publication:publication[normalize-space(dc:title)]/
eterms:location
|
| The name of the library where the item is currently located (Element not in use)
| The name of the library where the item is currently located (Element not in use)
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
eterms:review-method
| publication:publication[normalize-space(dc:title)]/
eterms:review-method
| Review type
| The type of the scientific review process for the described item
| The type of the scientific review process for the described item
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
eterms:total-number-of-pages
| publication:publication[normalize-space(dc:title)]/
eterms:total-number-of-pages
| Total no. of pages
| The number of pages of the described item. Note: The pages of an item published in a bundle is part of the source container.
| The number of pages of the described item. Note: The pages of an item published in a bundle is part of the source container.
| rowspan="4" | 300 ## $a
| rowspan="4" | 300 ## $a
Line 385: Line 341:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
source:source/
eterms:total-number-of-pages
| publication:publication[normalize-space(dc:title)]/
source:source/
eterms:total-number-of-pages
| Total no. of pages
| The number of pages of the described item. Note: The pages of an item published in a bundle is part of the source container.
| The number of pages of the described item. Note: The pages of an item published in a bundle is part of the source container.
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
source:source/
eterms:start-page
| publication:publication[normalize-space(dc:title)]/
source:source/
eterms:start-page
| Start Page
| Page where the described item starts
| Page where the described item starts
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
source:source/
eterms:end-page
| publication:publication[normalize-space(dc:title)]/
source:source/
eterms:end-page
| Endpage
| Page where the described item ends
| Page where the described item ends
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication[not(normalize-space(dc:title) )]
| publication:publication[not(normalize-space(dc:title) )]
| Publication
| a publication
| a publication
| #not mapped
| #not mapped
Line 400: Line 360:
|}
|}


=== 952: host item entry ===
=== 490 ===


{| style="width:100%" class="wikitable" border="1"
{| style="width:100%" class="wikitable" border="1"
|- style="vertical-align:top;"
|- style="vertical-align:top;"
! PubMan element
! PubMan element
! PubMan label
! PubMan description
! PubMan description
! MARC field
! MARC field
Line 410: Line 371:
! comment
! comment
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
dcterms:issued
| publication:publication/
source:source[local:source_source-is-series(.)]
| Date of formal issuance (e.g., publication) of the resource
| Source
| rowspan="6" | 952 ## $j
| The bundle in which the item has been published, e.g. a journal, a book, a series or a database
| rowspan="6" | 952 - local implementation: host item entry; $j – publication date
| 490 ?#
| rowspan="6" | Only the first source:source is used for 952, additional source:source are ignored. If more than one of the dates are present, only the first one is used (via xsl:function »local:publication-date()«).
| 490 - Series Statement (R)
| If eterms:volume is given, ind1 is 1, else ind1 is 0
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
eterms:published-online
| publication:publication/
source:source[local:source_source-is-series(.)]/
dc:identifier[@xsi:type eq 'eterms:ISSN']
| Date of online publication of the resource
| Identifier
|- style="vertical-align:top;"
| External Identifier of the source, e.g. ISSN, ISBN, URI
| publication:publication[normalize-space(dc:title)]/
dcterms:dateAccepted
| 490 $x
| Date of acceptance of the resource
| 490 - Series Statement (R); $x - International Standard Serial Number (R)
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
dcterms:dateSubmitted
| Date when the resoucre was submitted to the publisher
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
dcterms:modified
|  
|  
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
dcterms:created
| publication:publication/
source:source[local:source_source-is-series(.)]/
dc:title
|  
| Title
| title of the described item
| rowspan="2" | 490 $a
| rowspan="2" | 490 - Series Statement (R); $a - Series statement (R)
| rowspan="2" | Only creators which would produce a main heading (i.e. the first author) are written to subfield $a. All other creators (such as editors, illustrators, etc.) are mapped to datafields 800 and 810
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
eterms:total-number-of-pages
| publication:publication/
source:source[local:source_source-is-series(.)]/
eterms:creator[local:eterms_creator-is-1xx(.)]
| The number of pages of the described item. Note: The pages of an item published in a bundle is part of the source container.
| Creator
| rowspan="4" | 952 ## $g
| the creator of the source, e.g. the editor of a book or a book series
| rowspan="4" | 952 - local implementation: host item entry; $g - page count
| rowspan="4" | If no eterms:total-number-of-pages nor source:source/eterms:total-number-of-pages is present, and eterms:start-page and eterms:end-page are present, the page count is calculated. Anyway, it is the same value (without page marker like »p.«) as in 300 ## $a
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
source:source/
eterms:total-number-of-pages
| publication:publication/
source:source[local:source_source-is-series(.)]/
dcterms:alternative
| The number of pages of the described item. Note: The pages of an item published in a bundle is part of the source container.
| Alternative Title
| An alternative name for the resource.
| rowspan="3" | #not mapped
| rowspan="3" |
| rowspan="3" | no matching subfields in 490
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
source:source/
eterms:start-page
| publication:publication/
source:source[local:source_source-is-series(.)]/
eterms:sequence-number
| Page where the described item starts
| Sequence Number
| The number of the described item within the source.
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
source:source/
eterms:end-page
| publication:publication/
source:source[local:source_source-is-series(.)]/
source:source
| Page where the described item ends
| Source
| The bundle in which the source has been published, e.g. a series.
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
source:source/
eterms:start-page
| publication:publication/
source:source[local:source_source-is-series(.)]/
eterms:volume
| Page where the described item starts
| Volume
| rowspan="2" | 952 ## $h
| The volume of the source in which the described item was published in
| rowspan="2" | 952 - local implementation: host item entry; $h - page reference
| rowspan="2" | 490 $v
| rowspan="2" | 490 - Series Statement (R); $v - Volume/sequential designation (R)
| rowspan="2" |  
| rowspan="2" |  
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
source:source/
eterms:end-page
| publication:publication/
source:source[local:source_source-is-series(.)]/
eterms:issue
| Page where the described item ends
| Issue
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
source:source[1]
| The bundle in which the item has been published, e.g. a journal, a book, a series or a database
| 952 ##
| 952 - local implementation: host item entry
| 952 ## is only written for items which are component parts (= MARC Leader 07 is »a« or »b«).
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
source:source[1]/
eterms:issue
| The issue of the source in which the described item was published in
| The issue of the source in which the described item was published in
| 952 ## $e
| 952 - local implementation: host item entry; $e - issue
|
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
source:source[1]/
eterms:volume
| The volume of the source in which the described item was published in
| 952 ## $d
| 952 - local implementation: host item entry; $d - volume
|
|}
|}


Line 479: Line 428:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
! PubMan element
! PubMan element
! PubMan label
! PubMan description
! PubMan description
! MARC field
! MARC field
Line 485: Line 435:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| event:event
| event:event
| Event
| some items are related to an event, e.g. a conference or a lecture series
| some items are related to an event, e.g. a conference or a lecture series
| 033 ?#
| 033 ?#
Line 491: Line 442:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| event:event
| event:event
| Event
| Some items are related to an event, e.g. a conference or a lecture series
| Some items are related to an event, e.g. a conference or a lecture series
| 518
| 518
Line 497: Line 449:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| event:event
| event:event
| Event
| Some items are related to an event, e.g. a conference or a lecture series
| Some items are related to an event, e.g. a conference or a lecture series
| 711*
| 711*
Line 503: Line 456:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| event:event/
dc:title
| event:event/
dc:title
| Title
| the title of the event
| the title of the event
| rowspan="2" | 518 $a
| rowspan="2" | 518 $a
Line 509: Line 463:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| event:event/
eterms:place
| event:event/
eterms:place
| Place of Event
| place of an event
| place of an event
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| event:event/
dc:title
| event:event/
dc:title
| Title
| the title of the event
| the title of the event
| 711* $a
| 711* $a
Line 518: Line 474:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| event:event/
dcterms:alternative
| event:event/
dcterms:alternative
| Alternative Title
| an alternative name for the resource
| an alternative name for the resource
| 518 $o
| 518 $o
Line 524: Line 481:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| event:event/
dcterms:alternative
| event:event/
dcterms:alternative
| Alternative Title
| An alternative name for the resource
| An alternative name for the resource
| 711* $g
| 711* $g
Line 530: Line 488:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| event:event/
eterms:invitation-status
| event:event/
eterms:invitation-status
| Invited
| The information whether or not the creator was explicitly invited
| The information whether or not the creator was explicitly invited
| #not mapped
| #not mapped
Line 536: Line 495:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| event:event/
eterms:place
| event:event/
eterms:place
| Place of Event
| place of an event
| place of an event
| 033 $p
| 033 $p
Line 542: Line 502:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| event:event/
eterms:place
| event:event/
eterms:place
| Place of Event
| place of an event
| place of an event
| 518 $p
| 518 $p
Line 548: Line 509:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| event:event/
eterms:place
| event:event/
eterms:place
| Place of Event
| Place of an event.
| Place of an event.
| 711* $c
| 711* $c
Line 554: Line 516:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| event:event/
eterms:start-date
| event:event/
eterms:start-date
| Start date
| start date of an event
| start date of an event
| rowspan="2" | 033 $a
| rowspan="2" | 033 $a
Line 560: Line 523:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| event:event/
eterms:end-date
| event:event/
eterms:end-date
| End date
| end date of an event
| end date of an event
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| event:event/
eterms:start-date
| event:event/
eterms:start-date
| Start date
| start date of an event
| start date of an event
| rowspan="2" | 518 $d
| rowspan="2" | 518 $d
Line 569: Line 534:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| eterms:end-date
| eterms:end-date
| End date
| end date of an event
| end date of an event
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| event:event/
eterms:start-date
| event:event/
eterms:start-date
| Start date
| start date of an event
| start date of an event
| rowspan="2" | 711* $d
| rowspan="2" | 711* $d
Line 578: Line 545:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| event:event/
eterms:end-date
| event:event/
eterms:end-date
| End date
| end date of an event
| end date of an event
|}
|}
Line 586: Line 554:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
! PubMan element
! PubMan element
! PubMan label
! PubMan description
! PubMan description
! MARC field
! MARC field
Line 592: Line 561:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| rowspan="4" | publication:publication/
source:source[not(local:source_source-is-series(.))]
| rowspan="4" | publication:publication/
source:source[not(local:source_source-is-series(.))]
| rowspan="4" | Source
| rowspan="4" | The bundle in which the item has been published, e.g. a journal, a book, a series or a database
| rowspan="4" | The bundle in which the item has been published, e.g. a journal, a book, a series or a database
| 770 08
| 770 08
Line 609: Line 579:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
dc:identifier[@xsi:type eq 'eterms:ISBN']
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
dc:identifier[@xsi:type eq 'eterms:ISBN']
| Identifier
| External Identifier of the source: ISBN
| External Identifier of the source: ISBN
| 770/773 08 $z
| 770/773 08 $z
Line 615: Line 586:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
dc:identifier[@xsi:type eq 'eterms:ISSN']
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
dc:identifier[@xsi:type eq 'eterms:ISSN']
| Identifier
| External Identifier of the source: ISSN
| External Identifier of the source: ISSN
| 770/773 08 $x
| 770/773 08 $x
Line 621: Line 593:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
dc:title
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
dc:title
| Title
| Title of the described item
| Title of the described item
| 770/773 08 $t
| 770/773 08 $t
Line 627: Line 600:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
dcterms:alternative[@xsi:type eq 'eterms:ABBREVIATION']
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
dcterms:alternative[@xsi:type eq 'eterms:ABBREVIATION']
| Alternative Title
| short title
| short title
| 770/773 08 $p
| 770/773 08 $p
Line 633: Line 607:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
dcterms:issued
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
dcterms:issued
| Date published in print
|  
|  
| rowspan="3" | 770/773 08 $d
| rowspan="3" | 770/773 08 $d
Line 639: Line 614:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
eterms:publishing-info/
eterms:place
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
eterms:publishing-info/
eterms:place
| Place
| Place where described item has been published
| Place where described item has been published
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
eterms:publishing-info/
dc:publisher
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
eterms:publishing-info/
dc:publisher
| Publisher
| The institution which published the item and additional information, e.g. the publisher name and place of a book, or the university where a theses has been created.
| The institution which published the item and additional information, e.g. the publisher name and place of a book, or the university where a theses has been created.
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
eterms:creator[misc:eterms_creator-is-author(.)]
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
eterms:creator[misc:eterms_creator-is-author(.)]
| Creator
| the creator of the source, e.g. the editor of a book or a book series
| the creator of the source, e.g. the editor of a book or a book series
| 770/773 08 $a
| 770/773 08 $a
| 770 - Supplement/Special Issue Entry (R)/773 - Host Item Entry (R); $a - Main entry heading (NR)
| 770 - Supplement/Special Issue Entry (R)/773 - Host Item Entry (R); $a - Main entry heading (NR)
|  
| Only creators which would produce a main heading (i.e. the first author) are written to subfield $a. All other creators (such as editors, illustrators, etc.) are mapped to datafields 800 and 810
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
eterms:sequence-number
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
eterms:sequence-number
| Sequence Number
| The number of the described item within the source.
| The number of the described item within the source.
| rowspan="2" | #not mapped
| rowspan="2" | #not mapped
Line 657: Line 636:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
source:source
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
source:source
| Source
| The bundle in which the source has been published, e.g. a series.
| The bundle in which the source has been published, e.g. a series.
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
eterms:volume
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
eterms:volume
| Volume
| The volume of the source in which the described item was published in
| The volume of the source in which the described item was published in
| rowspan="4" | 770/773 08 $g $q
| rowspan="4" | 770/773 08 $g $q
Line 666: Line 647:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
eterms:issue
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
eterms:issue
| Issue
| The issue of the source in which the described item was published in
| The issue of the source in which the described item was published in
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
eterms:start-page
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
eterms:start-page
| Start Page
| Page where the described item starts.
| Page where the described item starts.
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
eterms:end-page
| publication:publication/
source:source[not(local:source_source-is-series(.))]/
eterms:end-page
| Endpage
| Page where the described item ends.
| Page where the described item ends.
|}
|}


=== 100/700/110/710 ===
=== 856 ===
 
{| style="width:100%" class="wikitable" border="1"
|- style="vertical-align:top;"
! PubMan element
! PubMan label
! PubMan description
! MARC field
! MARC description
! comment
|- style="vertical-align:top;"
| rowspan="2" | dc:identifier[misc:dc_identifier-is-online-resource(.)]
| rowspan="2" | Identifier
| rowspan="2" | An identifier referencing the described resource, e.q. URI
| 856 ?# $q
| 856 - Electronic Location and Access (R); $q - Electronic format type
| rowspan="2" | ind1 is "4" if the content starts with "http://", else "#". $q is calculated from the files extension (e.g. pdf, html)
|- style="vertical-align:top;"
| 856 ?# $u
| 856 - Electronic Location and Access (R); $u - Uniform Resource Identifier (R)
|- style="vertical-align:top;"
| escidocComponents:component
|
| escidoc component, e.g. a file
| 856 4#
| 856 - Electronic Location and Access (R)
| 856 4# is only written if escidocComponents:component/
escidocComponents:content/
@xlink:href is not empty.
|- style="vertical-align:top;"
| escidocComponents:component/
escidocComponents:content/
@xlink:href
|
| URI to the file, either local or in the web
| 856 4# u
| 856 - Electronic Location and Access (R) - $u - Uniform Resource Identifier (R)
| If escidocComponents:component/
escidocComponents:content/
@storage equals 'internal-managed', the URL is calculated by the function local:href() from the object context. Otherwise the content of @xlink:href is taken as it is.
|- style="vertical-align:top;"
| escidocComponents:properties/
prop:content-category
| Content Category
| A notion of the type of content the resource represents.
| 856 4# $3
| 856 - Electronic Location and Access (R); $3 - Materials specified (NR)
| ''prop:content-category'' holds values from [[ESciDoc ContentCategories VES]]. Only the part after the last slash is used, e.g. »any-fulltext« from »http://purl.org/escidoc/metadata/ves/content-categories/any-fulltext«
|- style="vertical-align:top;"
| escidocComponents:properties/
prop:visibility
| Visibility
| The name of a scope in which the resource is visible. This kind of visibility overrides access rights.
| 856 4# $2
| 856 - Electronic Location and Access (R); $2 - Access method (NR)
|
|- style="vertical-align:top;"
| file:file/
dc:description
| Description
| Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.
| 856 4# $z
| 856 - Electronic Location and Access (R); $z - Public note (R)
|
|- style="vertical-align:top;"
| file:file/
dc:format[@xsi:type eq 'dcterms:IMT']
| Mime type
| The MIME-Type of the uploaded format.
| 856 4# $q
| 856 - Electronic Location and Access (R); $q - Electronic format type (NR)
|
|- style="vertical-align:top;"
| file:file/
dcterms:extent
| Size
| The size of the file in Bytes. If no content is provided, size is zero.
| 856 4# $s
| 856 - Electronic Location and Access (R); $s - File size (R)
|
|}
 
=== 100/700/800/110/710/810 ===


{| style="width:100%" class="wikitable" border="1"
{| style="width:100%" class="wikitable" border="1"
|- style="vertical-align:top;"
|- style="vertical-align:top;"
! PubMan element
! PubMan element
! PubMan label
! PubMan description
! PubMan description
! MARC field
! MARC field
Line 686: Line 742:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| rowspan="2" | eterms:creator/
@role
| rowspan="2" | eterms:creator/
@role
| rowspan="2" | Role
| rowspan="2" | Any person or organization who essentially participated in creating the content with a specific task, e.g. author, translator, editor/role
| rowspan="2" | Any person or organization who essentially participated in creating the content with a specific task, e.g. author, translator, editor/role
| X00 $e
| X00 $e
Line 695: Line 752:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| rowspan="2" | eterms:creator/
@role
| rowspan="2" | eterms:creator/
@role
| rowspan="2" | Role
| rowspan="2" | Any person or organization who essentially participated in creating the content with a specific task, e.g. author, translator, editor/role
| rowspan="2" | Any person or organization who essentially participated in creating the content with a specific task, e.g. author, translator, editor/role
| X10 $e
| X10 $e
Line 704: Line 762:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| eterms:creator/
organization:organization/
dc:title
| eterms:creator/
organization:organization/
dc:title
| Title
| Any person or organization who essentially participated in creating the content with a specific task, e.g. author, translator, editor/an organization/The name of the organization as used in the item.
| Any person or organization who essentially participated in creating the content with a specific task, e.g. author, translator, editor/an organization/The name of the organization as used in the item.
| X10 $a
| X10 $a
Line 710: Line 769:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| eterms:creator/
organization:organization/
eterms:address
| eterms:creator/
organization:organization/
eterms:address
| Address
| Any person or organization who essentially participated in creating the content with a specific task, e.g. author, translator, editor/an organization/Organization address
| Any person or organization who essentially participated in creating the content with a specific task, e.g. author, translator, editor/an organization/Organization address
| X10 $g
| X10 $g
Line 716: Line 776:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| eterms:creator/
person:person/
eterms:alternative-name
| eterms:creator/
person:person/
eterms:alternative-name
| Alternative Name
| Any person or organization who essentially participated in creating the content with a specific task, e.g. author, translator, editor/a person/Any alternative name used for the person.
| Any person or organization who essentially participated in creating the content with a specific task, e.g. author, translator, editor/a person/Any alternative name used for the person.
| rowspan="2" | X00 $g
| rowspan="2" | X00 $g
Line 722: Line 783:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| eterms:creator/
person:person/
eterms:pseudonym
| eterms:creator/
person:person/
eterms:pseudonym
| Pseudonym
| Any person or organization who essentially participated in creating the content with a specific task, e.g. author, translator, editor/a person/The pen or stage name of a person.
| Any person or organization who essentially participated in creating the content with a specific task, e.g. author, translator, editor/a person/The pen or stage name of a person.
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| eterms:creator/
person:person/
eterms:complete-name
| eterms:creator/
person:person/
eterms:complete-name
| Complete Name
| The complete name of a person, usually a concatenation of given names and family name.
| The complete name of a person, usually a concatenation of given names and family name.
| rowspan="3" | X00 ?# $a
| rowspan="3" | X00 ?# $a
Line 736: Line 799:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| eterms:creator/
person:person/
eterms:given-name
| eterms:creator/
person:person/
eterms:given-name
| Given name
| The given name of some person.
| The given name of some person.
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| eterms:creator/
person:person/
eterms:family-name
| eterms:creator/
person:person/
eterms:family-name
| Family name
| The family name of some person
| The family name of some person
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| eterms:person-title
| eterms:person-title
| Title
| The title or peerage of a person in one string
| The title or peerage of a person in one string
| X00 $c
| X00 $c
Line 748: Line 814:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| person:person/
dc:identifier
| person:person/
dc:identifier
| Identifier
| Identifier in the Personennamendatei, provided by the Deutsche Nationalbibliothek.
| Identifier in the Personennamendatei, provided by the Deutsche Nationalbibliothek.
| X00 $0
| X00 $0
Line 754: Line 821:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| person:person/
organization:organization
| person:person/
organization:organization
| Organization
| The organizational unit the person was affiliated to when creating the item
| The organizational unit the person was affiliated to when creating the item
| X00 $u
| X00 $u
| X00 Personal Name; $u - Affiliation (NR)
| X00 Personal Name; $u - Affiliation (NR)
| multiple organization:organization are merged into one single x00 $u
| multiple organization:organization are merged into one single x00 $u
|- style="vertical-align:top;"
| source:source/
dc:title
| Title
| The bundle in which the item has been published, e.g. a journal, a book, a series or a database. Title of the described item.
| X00/X10 $t
| $t - Title of a work (NR)
| Subfield $t is only written for datafields with tag 800/810.
|- style="vertical-align:top;"
| source:source/
eterms:creator/
organization:organization
| Organization
| The creator of the source, e.g. the editor of a book or a book series. A organization
| 800 ##
| 810 - Series Added Entry-Corporate Name (R)
| Main heading creators are mapped to 490 $a/
770 $a/
773 $a. Only creators which would not have a main heading entry are mapped to 800/810. This field is not created if the source is a series, a journal, or a newspaper (due to decision of PubMan/VuFind practitioners 2013-07-05).
|- style="vertical-align:top;"
| source:source/
eterms:creator/
person:person
| Person
| The creator of the source, e.g. the editor of a book or a book series. A person
| 800 ##
| 800 - Series Added Entry-Personal Name (R)
| Main heading creators are mapped to 490 $a/
770 $a/
773 $a. Only creators which would not have a main heading entry are mapped to 800/810. This field is not created if the source is a series, a journal, or a newspaper (due to decision of PubMan/VuFind practitioners 2013-07-05).
|}
|}


Line 765: Line 854:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
! PubMan element
! PubMan element
! PubMan label
! PubMan description
! PubMan description
! MARC field
! MARC field
Line 771: Line 861:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| eterms:publishing-info/
dc:publisher
| eterms:publishing-info/
dc:publisher
| Publisher
| The institution which published the item and additional information, e.g. the publisher name and place of a book, or the university where a theses has been created.
| The institution which published the item and additional information, e.g. the publisher name and place of a book, or the university where a theses has been created.
| 260 $a
| 260 $a
Line 777: Line 868:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| eterms:publishing-info/
eterms:place
| eterms:publishing-info/
eterms:place
| Place
| Place where described item has been published.
| Place where described item has been published.
| 260 $b
| 260 $b
| 260 - Publication, Distribution, etc. (Imprint) (R); $b - Name of publisher, distributor, etc. (R)
| 260 - Publication, Distribution, etc. (Imprint) (R); $b - Name of publisher, distributor, etc. (R)
|
|}
=== 952: host item entry ===
{| style="width:100%" class="wikitable" border="1"
|- style="vertical-align:top;"
! PubMan element
! PubMan label
! PubMan description
! MARC field
! MARC description
! comment
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
dcterms:issued
| Date published in print
| Date of formal issuance (e.g., publication) of the resource
| rowspan="6" | 952 ## $j
| rowspan="6" | 952 - local implementation: host item entry (R); $j – publication date
| rowspan="6" | If more than one of the dates are present, only the first one is used (via xsl:function »local:publication-date()«).
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
eterms:published-online
| Date published online
| Date of online publication of the resource
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
dcterms:dateAccepted
| Date accepted
| Date of acceptance of the resource
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
dcterms:dateSubmitted
| Date submitted
| Date when the resoucre was submitted to the publisher
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
dcterms:modified
| Date modified
|
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
dcterms:created
| Date created
|
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
eterms:total-number-of-pages
| Total no. of pages
| The number of pages of the described item. Note: The pages of an item published in a bundle is part of the source container.
| rowspan="4" | 952 ## $g
| rowspan="4" | 952 - local implementation: host item entry (R); $g - page count
| rowspan="4" | If no eterms:total-number-of-pages nor source:source/eterms:total-number-of-pages is present, and eterms:start-page and eterms:end-page are present, the page count is calculated. Anyway, it is the same value (without page marker like »p.«) as in 300 ## $a
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
source:source/
eterms:total-number-of-pages
| Total number of pages
| The number of pages of the described item. Note: The pages of an item published in a bundle is part of the source container.
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
source:source/
eterms:start-page
| Start Page
| Page where the described item starts
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
source:source/
eterms:end-page
| Endpage
| Page where the described item ends
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
source:source
| Source
| The bundle in which the item has been published, e.g. a journal, a book, a series or a database
| 952 ##
| 952 - local implementation: host item entry (R)
| 952 ## is only written for items which are component parts (= MARC Leader 07 is »a« or »b«).
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
source:source/
eterms:issue
| Issue
| The issue of the source in which the described item was published in
| 952 ## $e
| 952 - local implementation: host item entry (R); $e - issue
|
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
source:source/
eterms:start-page
| Start Page
| Page where the described item starts
| rowspan="2" | 952 ## $h
| rowspan="2" | 952 - local implementation: host item entry (R); $h - page reference
| rowspan="2" |
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
source:source/
eterms:end-page
| Endpage
| Page where the described item ends
|- style="vertical-align:top;"
| publication:publication[normalize-space(dc:title)]/
source:source/
eterms:volume
| Volume
| The volume of the source in which the described item was published in
| 952 ## $d
| 952 - local implementation: host item entry (R); $d - volume
|  
|  
|}
|}

Latest revision as of 20:22, 29 July 2013

General[edit]

PubMan element PubMan label PubMan description MARC field MARC description comment
* (any element not matched by other templates) an error is raised This rule is a trap for unexpected elements. It overules the default rule for elements (process children) and provides help during stylesheet development.
dc:identifier[not(@xsi:type = ('eterms:ISBN', 'eterms:ISSN'))] Identifier An identifier referencing the described resource, exempted ISBN and ISSN 024 7# $a $2 024 - Other Standard Identifier; $a - Standard number or code (NR); $2 - Source of number or code (NR) IDs are repeated as links in $856 4# $u if applicable
dcterms:abstract Abstract Abstract or short description of the item. 520 3# $a 520 - Summary, Etc. (R); $a - Summary, etc. (NR)
dcterms:abstract/
@xml:lang Language Abstract or short description of the item/language code #not mapped
dcterms:tableOfContents Table of content Table of contents of the described item. 505 8# $a 505 - Formatted Contents Note (R); $a - Formatted contents note (NR) multiple lines are concateneted with »; «
escidocComponents:properties/
prop:visibility Visibility The name of a scope in which the resource is visible. This kind of visibility overrides access rights. 506 ?# 506 - Restrictions on Access Note (R) 506 ?# is only written if prop:visibility is not empty and all componets related to the current publication have the same visibility. Ind1 is »0« if prop:visibility is »public«. Ind1 is »1« if prop:visibility is »private« or »audience«. If prop:visibility has none of these values, an error is raised.
escidocComponents:properties/
prop:visibility Visibility The name of a scope in which the resource is visible. This kind of visibility overrides access rights. 506 ?# $a 506 - Restrictions on Access Note (R); $a - Terms governing access (NR) If prop:visibility is »private«, the value is »No public access«. If prop:visibility is »audience«, the value is »Access only to restricted audience«. In other cases, $a is not written.
escidocComponents:properties/
prop:visibility Visibility The name of a scope in which the resource is visible. This kind of visibility overrides access rights. 506 ?# $f 506 - Restrictions on Access Note (R); $f - Standardized terminology for access restriction (R) If prop:visibility is »public«, the value is »Unrestricted online access«. If prop:visibility is »private«, the value is »No online access«. If prop:visibility is »audience«, the value is »Online access with authorization«.
escidocComponents:properties/
prop:visibility Visibility The name of a scope in which the resource is visible. This kind of visibility overrides access rights. 506 ?# $2 506 - Restrictions on Access Note (R); $2 - Source of term (NR) The value is fixed to »star«. See Access Restriction Term Source Codes for details.
escidocItem:item an ESciDoc-Item #not mapped (but childs are processed)
escidocMetadataRecords:md-records a collection of metadata-records
escidocMetadataRecords:md-record Metadata Record a metadata-record
eterms:creator Creator An entity primarily responsible for making the resource
escidocItem:properties #not mapped (childs not processed) some child elements from escidocItem:properties and escidocComponents:components may be processed anyway
escidocComponents:components
escidocItem:properties/
prop:content-model-specific/
local-tags/
local-tag 995 ## $a Multiple local-tag elements are mapped to multiple subfields $a within a single datafield 995.
eterms:creator[local:eterms_creator-is-1xx(.)]/
organization:organization Organization The creator of the source, e.g. the editor of a book or a book series. A organization. 110 110 - Main Entry-Corporate Name (NR)
eterms:creator[local:eterms_creator-is-1xx(.)]/
person:person Person The creator of the source, e.g. the editor of a book or a book series. A person. 100 100 - Main Entry-Personal Name (NR)
eterms:creator[local:eterms_creator-is-7xx(.) or local:eterms_creator-is-7xx-other(.)]/
organization:organization Organization The creator of the source, e.g. the editor of a book or a book series. A organization. 710 710 - Added Entry-Corporate Name (R)
eterms:creator[local:eterms_creator-is-7xx(.) or local:eterms_creator-is-7xx-other(.)]/
person:person Person The creator of the source, e.g. the editor of a book or a book series. A person. 700 700 - Added Entry-Personal Name (R)
file:file/
dc:rights Rights Statement Information about rights held in and over the resource 542 ## $f 542 - Information Relating to Copyright Status (R); $f - Copyright statement (R) Duplicate content among several escidocComponents:component//file:file/dc:rights within the same escidocItem:item is skipped.
file:file/
dcterms:dateCopyrighted Copyright Date Date of copyright. 542 ## $g 542 - Information Relating to Copyright Status (R); $g - Copyright date (NR)
file:file/
dcterms:license License A legal document giving official permission to do something with the resource. 540 ## $a 540 - Terms Governing Use and Reproduction Note (R); $a - Terms governing use and reproduction (NR)
item-list:item-list a collection of ESciDoc-items marc:collection a collection of MARC-records
organization:organization/
dc:identifier Identifier The id of the corresponding organizational unit in the system. X10 $0 X10 - Corporate Name (R); $0 - Authority record control number (R) If the type of the identifier can be detected, e.g. from the xsi:type-attribute, the identifier gets a prefix (in parantheses)
publication:publication/
dc:identifier[@xsi:type eq 'eterms:ISBN'] Identifier ISBN 020 ## $a 020 - International Standard Book Number (R); $a - International Standard Book Number (NR)
publication:publication/
dc:identifier[@xsi:type eq 'eterms:ISSN'] Identifier ISSN 022 ## $a 022 - International Standard Serial Number (R); $a International Standard Serial Number (NR)
publication:publication/
dc:subject Classified Subject DDC term 082 ## $a 082 - Dewey Decimal Classification Number (R)
publication:publication/
dcterms:alternative Alternative Title Alternative titles of the described resource, e.g. translations of original title or sub-titles 246 #? $a 246 - Varying Form of Title (R); $a - Title proper/short title (NR) If @xsi:type is »eterms:ABBREVIATION« then ind2 is »0«. If @xsi:type is »eterms:OTHER« then ind2 is »3«.

Otherwise ind2 is »#«.

publication:publication/
dcterms:subject Free keywords 653 00 $a 653 - Index Term-Uncontrolled (R); $a - Uncontrolled term (R)
publication:publication/
eterms:publishing-info Publishing info 260 ## 260 - Publication, Distribution, etc. (Imprint) (R) $c (Date of publication, distribution, etc. (R)) is calculated via xsl:function »local:publication-date()« from the parent publication:publication.

dc:publisher and eterms:place are mapped to subfields $a and $b in subsequent matching templates

publication:publication/
eterms:publishing-info/
eterms:edition Edition The edition of the described resource. 250 ## $a 250 - Edition Statement (NR); $a - Edition statement (NR)
publication:publication[normalize-space(dc:title)] Publication a publication marc:record a MARC record 001 is calculated from escidocItem:item/@objid by function local:controlfield-001(). 003 is filled with the constant given by parameter $local:librarys-identifying-code (default: »ZDB-97-MPR«). 533 ## $n (content: $local:form-description-for-online-resources, e.g. »[Online]«) is only written if the resource is online available
leader Leader (NR)
001 001 - Control Number (NR)
003 003 - Control Number Identifier (NR)
005 005 - Date and Time of Latest Transaction (NR)
008 008 - Fixed-Length Data Elements-General Information (NR)
533 ## $n 533 - Reproduction Note (R); $n - Note about reproduction (R)
996 ## $as 996 - local implementation: type of publication (German); $a - type of publication (German)
997 ## $as 997 - local implementation: type of publication (English); $a - type of publication (English)
publication:publication[normalize-space(dc:title)]/
@xml:lang Language #not mapped used publication:publication/dc:language instead
publication:publication[normalize-space(dc:title)]/
dc:language Language of Publication The languages of the publication. 041 #7 $a $2 041 - Language Code (R); $a - Language code of text/sound track or separate title (R) 041 #7 $a $2 is only written if 1) a) more than one distinct dc:language are present or if b) a 041 #7 $b $2 entry (see dcterms:abstract/@xml:lang) is generated [1] and if 2) all language codes in question can be mapped to ISO 639-2b. Subfield $2 is fixed to »iso639-2b«[2].
publication:publication[normalize-space(dc:title)]/
dc:title Title Title of the described resource 245 ?0 $a 245 - Title Statement (NR); $a - Title (NR) ind1 (Title added entry: 0 - No added entry/1 - Added entry ) is set in dependency of presence of an main heading author. If publication:publication is detected as an online resource, a subfield $h with the content of $local:form-description-for-online-resources (e.g. »[Online]«) is added.
publication:publication[normalize-space(dc:title)]/
dcterms:abstract/
@xml:lang Language of Abstract 041 #7 $b $2 041 - Language Code (R); $b - Language code of summary or abstract (R) 041 #7 $b is only written if 1) a) more than one distinct dc:language are present or if b) the @xml:lang value differs from the value of the only dc:language element[3] and if 2) all language codes in question can be mapped to ISO 639-2b. Subfield $2 is fixed to »iso639-2b«[4].
publication:publication[normalize-space(dc:title)]/
dcterms:issued Date published in print Date of formal issuance (e.g., publication) of the resource 260 $c 260 - Publication, Distribution, etc. (Imprint) (R); $c - Date of publication, distribution, etc. (R) If eterms:publishing-info is present, 260 $c is produced by the matching template for publication:publication/eterms:publishing-info.

Otherwise, 260 $c is produced here. If more than one of the dates are present, only the first one is used (via xsl:function »local:publication-date()«).

publication:publication[normalize-space(dc:title)]/
eterms:published-online Date published online Date of online publication of the resource
publication:publication[normalize-space(dc:title)]/
dcterms:dateAccepted Date accepted Date of acceptance of the resource
publication:publication[normalize-space(dc:title)]/
dcterms:dateSubmitted Date submitted Date when the resoucre was submitted to the publisher
publication:publication[normalize-space(dc:title)]/
dcterms:modified Date modified Date on which the resource was changed.
publication:publication[normalize-space(dc:title)]/
dcterms:created Date created The date when the publication was created.
publication:publication[normalize-space(dc:title)]/
eterms:court #not mapped no matching MARC field
publication:publication[normalize-space(dc:title)]/
eterms:degree Academic Degree The type of degree which is received with this type of publication
publication:publication[normalize-space(dc:title)]/
eterms:location The name of the library where the item is currently located (Element not in use)
publication:publication[normalize-space(dc:title)]/
eterms:review-method Review type The type of the scientific review process for the described item
publication:publication[normalize-space(dc:title)]/
eterms:total-number-of-pages Total no. of pages The number of pages of the described item. Note: The pages of an item published in a bundle is part of the source container. 300 ## $a 300 - Physical Description (R); $a - Extent (R) Only the first not empy eterms:total-number-of-pages resp. eterms:start-page/eterms:end-page pair from the list is used for 300 ## $a (via xsl:function »misc:total-number-of-pages()«).

If none of the eterms:total-number-of-pages elements are present, and eterms:start-page and eterms:end-page is given, the extent ist calculated. If applicable, a page marker ($local:page-marker, e.g. »p.«) is added.

publication:publication[normalize-space(dc:title)]/
source:source/
eterms:total-number-of-pages Total no. of pages The number of pages of the described item. Note: The pages of an item published in a bundle is part of the source container.
publication:publication[normalize-space(dc:title)]/
source:source/
eterms:start-page Start Page Page where the described item starts
publication:publication[normalize-space(dc:title)]/
source:source/
eterms:end-page Endpage Page where the described item ends
publication:publication[not(normalize-space(dc:title) )] Publication a publication #not mapped A publication without a dc:title (publication title) is skipped

490[edit]

PubMan element PubMan label PubMan description MARC field MARC description comment
publication:publication/
source:source[local:source_source-is-series(.)] Source The bundle in which the item has been published, e.g. a journal, a book, a series or a database 490 ?# 490 - Series Statement (R) If eterms:volume is given, ind1 is 1, else ind1 is 0
publication:publication/
source:source[local:source_source-is-series(.)]/
dc:identifier[@xsi:type eq 'eterms:ISSN'] Identifier External Identifier of the source, e.g. ISSN, ISBN, URI 490 $x 490 - Series Statement (R); $x - International Standard Serial Number (R)
publication:publication/
source:source[local:source_source-is-series(.)]/
dc:title Title title of the described item 490 $a 490 - Series Statement (R); $a - Series statement (R) Only creators which would produce a main heading (i.e. the first author) are written to subfield $a. All other creators (such as editors, illustrators, etc.) are mapped to datafields 800 and 810
publication:publication/
source:source[local:source_source-is-series(.)]/
eterms:creator[local:eterms_creator-is-1xx(.)] Creator the creator of the source, e.g. the editor of a book or a book series
publication:publication/
source:source[local:source_source-is-series(.)]/
dcterms:alternative Alternative Title An alternative name for the resource. #not mapped no matching subfields in 490
publication:publication/
source:source[local:source_source-is-series(.)]/
eterms:sequence-number Sequence Number The number of the described item within the source.
publication:publication/
source:source[local:source_source-is-series(.)]/
source:source Source The bundle in which the source has been published, e.g. a series.
publication:publication/
source:source[local:source_source-is-series(.)]/
eterms:volume Volume The volume of the source in which the described item was published in 490 $v 490 - Series Statement (R); $v - Volume/sequential designation (R)
publication:publication/
source:source[local:source_source-is-series(.)]/
eterms:issue Issue The issue of the source in which the described item was published in

event:event[edit]

PubMan element PubMan label PubMan description MARC field MARC description comment
event:event Event some items are related to an event, e.g. a conference or a lecture series 033 ?# 033 - Date/Time and Place of an Event (R) ind1 (Type of date in subfield $a, value space #, 0, 2) is calculated in depency of presence of eterms:start-date and eterms:end-date
event:event Event Some items are related to an event, e.g. a conference or a lecture series 518 518 - Date/Time and Place of an Event Note (R)
event:event Event Some items are related to an event, e.g. a conference or a lecture series 711* 711 - Added Entry-Meeting Name (R) *event:event is only mapped to 711 if the type of the parent publication:publication is »http://purl.org/eprint/type/ConferencePaper«, »http://purl.org/eprint/type/ConferencePoster«, or »http://purl.org/escidoc/metadata/ves/publication-types/proceedings«
event:event/
dc:title Title the title of the event 518 $a 518 - Date/Time and Place of an Event Note (R); $a - Date/time and place of an event note (NR)
event:event/
eterms:place Place of Event place of an event
event:event/
dc:title Title the title of the event 711* $a 711 - Added Entry-Meeting Name (R); $a - Meeting name or jurisdiction name as entry element (NR)
event:event/
dcterms:alternative Alternative Title an alternative name for the resource 518 $o 518 - Date/Time and Place of an Event Note (R); $o - Other event information (R)
event:event/
dcterms:alternative Alternative Title An alternative name for the resource 711* $g 711 - Added Entry-Meeting Name (R); $g - Miscellaneous information (NR) multiple dcterms:alternative elements are merged in one single subfield $g
event:event/
eterms:invitation-status Invited The information whether or not the creator was explicitly invited #not mapped
event:event/
eterms:place Place of Event place of an event 033 $p 033 - Date/Time and Place of an Event (R); $p - Place of event (R)
event:event/
eterms:place Place of Event place of an event 518 $p 518 - Date/Time and Place of an Event Note (R); $p - Place of event (R)
event:event/
eterms:place Place of Event Place of an event. 711* $c 711 - Added Entry-Meeting Name (R); $c - Location of meeting (NR)
event:event/
eterms:start-date Start date start date of an event 033 $a 033 - Date/Time and Place of an Event (R); $a - Formatted date/time (R)
event:event/
eterms:end-date End date end date of an event
event:event/
eterms:start-date Start date start date of an event 518 $d 518 - Date/Time and Place of an Event Note (R); $d - Date of event (R)
eterms:end-date End date end date of an event
event:event/
eterms:start-date Start date start date of an event 711* $d 711 - Added Entry-Meeting Name (R); $d - Date of meeting (NR) start-date ane end-date are rendered as duration in one single subfield $d
event:event/
eterms:end-date End date end date of an event

770/773[edit]

PubMan element PubMan label PubMan description MARC field MARC description comment
publication:publication/
source:source[not(local:source_source-is-series(.))] Source The bundle in which the item has been published, e.g. a journal, a book, a series or a database 770 08 770 - Supplement/Special Issue Entry (R) If the type of the publication is »issue«, 770 is written, in all other cases the tag is 773.

$i is only written if the bibliographic level of the parent publication is »a« or »b« (publication is monographic or serial component part), or if the bibliographic level of the host item is »m« or »s« (Monograph/
Item/
Serial).

773 08 773 - Host Item Entry (R)
773 08 $i: »in:« 773 - Host Item Entry (R); $i - Relationship information (R)
770/773 08 $7 770 - Supplement/Special Issue Entry (R)/773 - Host Item Entry (R); $7 - Control subfield (NR)
publication:publication/
source:source[not(local:source_source-is-series(.))]/
dc:identifier[@xsi:type eq 'eterms:ISBN'] Identifier External Identifier of the source: ISBN 770/773 08 $z 770 - Supplement/Special Issue Entry (R)/773 - Host Item Entry (R); $z - International Standard Book Number (NR)
publication:publication/
source:source[not(local:source_source-is-series(.))]/
dc:identifier[@xsi:type eq 'eterms:ISSN'] Identifier External Identifier of the source: ISSN 770/773 08 $x 770 - Supplement/Special Issue Entry (R)/773 - Host Item Entry (R); $x - International Standard Serial Number (NR)
publication:publication/
source:source[not(local:source_source-is-series(.))]/
dc:title Title Title of the described item 770/773 08 $t 770 - Supplement/Special Issue Entry (R)/773 - Host Item Entry (R); $t - Title (NR)
publication:publication/
source:source[not(local:source_source-is-series(.))]/
dcterms:alternative[@xsi:type eq 'eterms:ABBREVIATION'] Alternative Title short title 770/773 08 $p 770 - Supplement/Special Issue Entry (R)/773 - Host Item Entry (R); $p - Abbreviated title (NR)
publication:publication/
source:source[not(local:source_source-is-series(.))]/
dcterms:issued Date published in print 770/773 08 $d 770 - Supplement/Special Issue Entry (R)/773 - Host Item Entry (R); $d - Place, publisher, and date of publication (NR) If dcterms:issued is not present or empty, the dates from the parent publication:publication are used (via xsl:function »local:publication-date()«)
publication:publication/
source:source[not(local:source_source-is-series(.))]/
eterms:publishing-info/
eterms:place Place Place where described item has been published
publication:publication/
source:source[not(local:source_source-is-series(.))]/
eterms:publishing-info/
dc:publisher Publisher The institution which published the item and additional information, e.g. the publisher name and place of a book, or the university where a theses has been created.
publication:publication/
source:source[not(local:source_source-is-series(.))]/
eterms:creator[misc:eterms_creator-is-author(.)] Creator the creator of the source, e.g. the editor of a book or a book series 770/773 08 $a 770 - Supplement/Special Issue Entry (R)/773 - Host Item Entry (R); $a - Main entry heading (NR) Only creators which would produce a main heading (i.e. the first author) are written to subfield $a. All other creators (such as editors, illustrators, etc.) are mapped to datafields 800 and 810
publication:publication/
source:source[not(local:source_source-is-series(.))]/
eterms:sequence-number Sequence Number The number of the described item within the source. #not mapped no matching subfields in 770/773
publication:publication/
source:source[not(local:source_source-is-series(.))]/
source:source Source The bundle in which the source has been published, e.g. a series.
publication:publication/
source:source[not(local:source_source-is-series(.))]/
eterms:volume Volume The volume of the source in which the described item was published in 770/773 08 $g $q 770 - Supplement/Special Issue Entry (R)/773 - Host Item Entry (R); $g - Related parts (R); $q - Enumeration and first page (NR) [773 only] All parts of $q have to be arabic numbers. Other content like »25/26«, »Sonderheft 1«, »B 70«, »XIV«, and »Supplement S2« is discarded
publication:publication/
source:source[not(local:source_source-is-series(.))]/
eterms:issue Issue The issue of the source in which the described item was published in
publication:publication/
source:source[not(local:source_source-is-series(.))]/
eterms:start-page Start Page Page where the described item starts.
publication:publication/
source:source[not(local:source_source-is-series(.))]/
eterms:end-page Endpage Page where the described item ends.

856[edit]

PubMan element PubMan label PubMan description MARC field MARC description comment
dc:identifier[misc:dc_identifier-is-online-resource(.)] Identifier An identifier referencing the described resource, e.q. URI 856 ?# $q 856 - Electronic Location and Access (R); $q - Electronic format type ind1 is "4" if the content starts with "http://", else "#". $q is calculated from the files extension (e.g. pdf, html)
856 ?# $u 856 - Electronic Location and Access (R); $u - Uniform Resource Identifier (R)
escidocComponents:component escidoc component, e.g. a file 856 4# 856 - Electronic Location and Access (R) 856 4# is only written if escidocComponents:component/
escidocComponents:content/
@xlink:href is not empty.
escidocComponents:component/
escidocComponents:content/
@xlink:href URI to the file, either local or in the web 856 4# u 856 - Electronic Location and Access (R) - $u - Uniform Resource Identifier (R) If escidocComponents:component/
escidocComponents:content/
@storage equals 'internal-managed', the URL is calculated by the function local:href() from the object context. Otherwise the content of @xlink:href is taken as it is.
escidocComponents:properties/
prop:content-category Content Category A notion of the type of content the resource represents. 856 4# $3 856 - Electronic Location and Access (R); $3 - Materials specified (NR) prop:content-category holds values from ESciDoc ContentCategories VES. Only the part after the last slash is used, e.g. »any-fulltext« from »http://purl.org/escidoc/metadata/ves/content-categories/any-fulltext«
escidocComponents:properties/
prop:visibility Visibility The name of a scope in which the resource is visible. This kind of visibility overrides access rights. 856 4# $2 856 - Electronic Location and Access (R); $2 - Access method (NR)
file:file/
dc:description Description Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. 856 4# $z 856 - Electronic Location and Access (R); $z - Public note (R)
file:file/
dc:format[@xsi:type eq 'dcterms:IMT'] Mime type The MIME-Type of the uploaded format. 856 4# $q 856 - Electronic Location and Access (R); $q - Electronic format type (NR)
file:file/
dcterms:extent Size The size of the file in Bytes. If no content is provided, size is zero. 856 4# $s 856 - Electronic Location and Access (R); $s - File size (R)

100/700/800/110/710/810[edit]

PubMan element PubMan label PubMan description MARC field MARC description comment
eterms:creator/
@role Role Any person or organization who essentially participated in creating the content with a specific task, e.g. author, translator, editor/role X00 $e $e - Relator term (R) eterms:creator/
@role from the value space ESciDoc_CreatorRole_VES are translated to MARC relator terms and codes. The mapping is provided under PubMan Func Spec MARC21/commons#relator_terms_and_codes.
X00 $4 $4 - Relator code (R)
eterms:creator/
@role Role Any person or organization who essentially participated in creating the content with a specific task, e.g. author, translator, editor/role X10 $e $e - Relator term (R) eterms:creator/
@role from the value space ESciDoc_CreatorRole_VES are translated to MARC relator terms and codes. The mapping is provided under PubMan Func Spec MARC21/commons#relator_terms_and_codes.
X10 $4 $4 - Relator code (R)
eterms:creator/
organization:organization/
dc:title Title Any person or organization who essentially participated in creating the content with a specific task, e.g. author, translator, editor/an organization/The name of the organization as used in the item. X10 $a $a - Corporate name or jurisdiction name as entry element (NR) If dc:title is empty, the name of the organization is set to $misc:anonymous-organization-name.
eterms:creator/
organization:organization/
eterms:address Address Any person or organization who essentially participated in creating the content with a specific task, e.g. author, translator, editor/an organization/Organization address X10 $g $g - Miscellaneous information (NR)
eterms:creator/
person:person/
eterms:alternative-name Alternative Name Any person or organization who essentially participated in creating the content with a specific task, e.g. author, translator, editor/a person/Any alternative name used for the person. X00 $g $g - Miscellaneous information (NR)
eterms:creator/
person:person/
eterms:pseudonym Pseudonym Any person or organization who essentially participated in creating the content with a specific task, e.g. author, translator, editor/a person/The pen or stage name of a person.
eterms:creator/
person:person/
eterms:complete-name Complete Name The complete name of a person, usually a concatenation of given names and family name. X00 ?# $a 100 - Main Entry - Personal Name (NR)/700 - Added Entry - Personal Name (R), $a - Personal name (NR) ind1 is set by the following rules:
  1. If given name and family name are not empty, ind 1 is "1".
  2. If given name is not empty and complete name is empty or the same as given name, ind1 is set to "0".
  3. If family name is not empty and complete name is empty or same as family name, ind1 is set to "3".
  4. If none of these rules applies, ind1 is set to '#'
eterms:creator/
person:person/
eterms:given-name Given name The given name of some person.
eterms:creator/
person:person/
eterms:family-name Family name The family name of some person
eterms:person-title Title The title or peerage of a person in one string X00 $c X00 Personal Name; $c - Titles and words associated with a name (R)
person:person/
dc:identifier Identifier Identifier in the Personennamendatei, provided by the Deutsche Nationalbibliothek. X00 $0 X00 - Personal Name; $0 - Authority record control number (R)
person:person/
organization:organization Organization The organizational unit the person was affiliated to when creating the item X00 $u X00 Personal Name; $u - Affiliation (NR) multiple organization:organization are merged into one single x00 $u
source:source/
dc:title Title The bundle in which the item has been published, e.g. a journal, a book, a series or a database. Title of the described item. X00/X10 $t $t - Title of a work (NR) Subfield $t is only written for datafields with tag 800/810.
source:source/
eterms:creator/
organization:organization Organization The creator of the source, e.g. the editor of a book or a book series. A organization 800 ## 810 - Series Added Entry-Corporate Name (R) Main heading creators are mapped to 490 $a/
770 $a/
773 $a. Only creators which would not have a main heading entry are mapped to 800/810. This field is not created if the source is a series, a journal, or a newspaper (due to decision of PubMan/VuFind practitioners 2013-07-05).
source:source/
eterms:creator/
person:person Person The creator of the source, e.g. the editor of a book or a book series. A person 800 ## 800 - Series Added Entry-Personal Name (R) Main heading creators are mapped to 490 $a/
770 $a/
773 $a. Only creators which would not have a main heading entry are mapped to 800/810. This field is not created if the source is a series, a journal, or a newspaper (due to decision of PubMan/VuFind practitioners 2013-07-05).

common subfields[edit]

PubMan element PubMan label PubMan description MARC field MARC description comment
eterms:publishing-info/
dc:publisher Publisher The institution which published the item and additional information, e.g. the publisher name and place of a book, or the university where a theses has been created. 260 $a 260 - Publication, Distribution, etc. (Imprint) (R); $a - Place of publication, distribution, etc. (R)
eterms:publishing-info/
eterms:place Place Place where described item has been published. 260 $b 260 - Publication, Distribution, etc. (Imprint) (R); $b - Name of publisher, distributor, etc. (R)

952: host item entry[edit]

PubMan element PubMan label PubMan description MARC field MARC description comment
publication:publication[normalize-space(dc:title)]/
dcterms:issued Date published in print Date of formal issuance (e.g., publication) of the resource 952 ## $j 952 - local implementation: host item entry (R); $j – publication date If more than one of the dates are present, only the first one is used (via xsl:function »local:publication-date()«).
publication:publication[normalize-space(dc:title)]/
eterms:published-online Date published online Date of online publication of the resource
publication:publication[normalize-space(dc:title)]/
dcterms:dateAccepted Date accepted Date of acceptance of the resource
publication:publication[normalize-space(dc:title)]/
dcterms:dateSubmitted Date submitted Date when the resoucre was submitted to the publisher
publication:publication[normalize-space(dc:title)]/
dcterms:modified Date modified
publication:publication[normalize-space(dc:title)]/
dcterms:created Date created
publication:publication[normalize-space(dc:title)]/
eterms:total-number-of-pages Total no. of pages The number of pages of the described item. Note: The pages of an item published in a bundle is part of the source container. 952 ## $g 952 - local implementation: host item entry (R); $g - page count If no eterms:total-number-of-pages nor source:source/eterms:total-number-of-pages is present, and eterms:start-page and eterms:end-page are present, the page count is calculated. Anyway, it is the same value (without page marker like »p.«) as in 300 ## $a
publication:publication[normalize-space(dc:title)]/
source:source/
eterms:total-number-of-pages Total number of pages The number of pages of the described item. Note: The pages of an item published in a bundle is part of the source container.
publication:publication[normalize-space(dc:title)]/
source:source/
eterms:start-page Start Page Page where the described item starts
publication:publication[normalize-space(dc:title)]/
source:source/
eterms:end-page Endpage Page where the described item ends
publication:publication[normalize-space(dc:title)]/
source:source Source The bundle in which the item has been published, e.g. a journal, a book, a series or a database 952 ## 952 - local implementation: host item entry (R) 952 ## is only written for items which are component parts (= MARC Leader 07 is »a« or »b«).
publication:publication[normalize-space(dc:title)]/
source:source/
eterms:issue Issue The issue of the source in which the described item was published in 952 ## $e 952 - local implementation: host item entry (R); $e - issue
publication:publication[normalize-space(dc:title)]/
source:source/
eterms:start-page Start Page Page where the described item starts 952 ## $h 952 - local implementation: host item entry (R); $h - page reference
publication:publication[normalize-space(dc:title)]/
source:source/
eterms:end-page Endpage Page where the described item ends
publication:publication[normalize-space(dc:title)]/
source:source/
eterms:volume Volume The volume of the source in which the described item was published in 952 ## $d 952 - local implementation: host item entry (R); $d - volume

general functions[edit]

The function local:lang(dc:language) takes a dc:language element and returns the ISO-639-2 language code. ISO-639-3 values are mapped to ISO-639-2 by function PubMan_Func_Spec_Import/commons#language codes

The function local:publication-date() retrieves the date of a publication. The function takes the first not empty date element from publication:publication by the following order:

  1. dcterms:issued
  2. eterms:published-online
  3. dcterms:dateAccepted
  4. dcterms:dateSubmitted
  5. dcterms:modified
  6. dcterms:created


This page was automatically created from pubman_to_marc.xsl. It should not be changed. Please provide comments on the talk page.