= Introduction = This document describes a DC Application Profile for describing an eprint, or scholarly work. The application profile is based on the SWAP [http://www.ukoln.ac.uk/repositories/digirep/index/Model Model], which is in turn based on FRBR. The model comprises 5 entities - ScholarlyWork, Expression, Manifestation, Copy and Agent. This application profile provides a way of describing these entities as part of a ''description set'' (a set of related DC ''descriptions''). The notion of a ''description set'' is part of the DCMI Abstract Model. Readers that are not familiar with the DCMI Abstract Model should read [http://www.ukoln.ac.uk/repositories/digirep/index/A_note_about_the_DCMI_Abstract_Model A note about the DCMI Abstract Model] before proceeding. All the examples in this document are formatted according to the DC-Text notation. Readers who are not familiar with DC-Text should read [http://www.ukoln.ac.uk/repositories/digirep/index/A_note_about_DC-Text A note about DC-Text] before proceeding. In the context of this work an eprint is defined to be a ''scientific or scholarly research text'' (as defined by the [http://www.earlham.edu/~peters/fos/boaifaq.htm#literature Budapest Open Access Initiative]), for example a peer-reviewed journal article, a preprint, a working paper, a thesis, a book chapter, a report, etc. = Scholarly Works Application Profile = Each ''description set'' that complies with the Scholarly Works Application Profile is made up of a set of related ''descriptions'' about the entities listed above. Therefore, a typical ''description set'' (using the DC-Text notation) has the following structure: `Description Set (`[[BR]] `Description (`[[BR]] `# description of the eprint as a ScholarlyWork`[[BR]] `...`[[BR]] `)`[[BR]] `Description (`[[BR]] `# description of an Expression of the eprint`[[BR]] `...`[[BR]] `)`[[BR]] `Description (`[[BR]] `# description of a Manifestation of an Expression of the eprint`[[BR]] `...`[[BR]] `)`[[BR]] `Description (`[[BR]] `# description of a Copy of a Manifestation of an Expression of the eprint`[[BR]] `...`[[BR]] `)`[[BR]] `Description (`[[BR]] `# description of an author, funder, supervisor of the eprint or an affiliated institution`[[BR]] `...`[[BR]] `)`[[BR]] `Description (`[[BR]] `# description of an editor of an Expression of the eprint`[[BR]] `...`[[BR]] `)`[[BR]] `Description (`[[BR]] `# description of the publisher of a Manifestation of an Expression of the eprint`[[BR]] `...`[[BR]] `)`[[BR]] `...`[[BR]] `)`[[BR]] Each ''description set'' describes only one eprint (i.e. one ScholarlyWork entity). However, multiple ''descriptions'' may be used to describe multiple Expression, Manifestation and Agent entities as necessary. The metadata terms that may be used to describe each entity are described below. Note that all ''properties'' may be repeated if necessary. Unless otherwise noted, multiple ''value strings'' should be provided using separate ''statements''. Where appropriate, each ''value string'' may have an associated ''language tag''. A minimal ''description set'' that conforms to this application profile must include either: * a single ScholarlyWork ''description'' with at least one dc:title ''statement'' and one dc:type ''statement'' indicating that this is an entity of type http://purl.org/eprint/entityType/ScholarlyWork, or * a single ScholarlyWork ''description'' with one one dc:type ''statement'' indicating that this is an entity of type http://purl.org/eprint/entityType/ScholarlyWork and one eprints:isExpressedAs ''statement'' linking to a single Expression ''description'' with at least one dc:title ''statement'' and one dc:type ''statement'' indicating that this is an entity of type http://purl.org/eprint/entityType/Expression. All other aspects of the application profile are optional. {{{#!DSP == Description of the eprint as a ScholarlyWork == DT=(ID="ScholarlyWork" min="1" max="1" standalone="yes" RC=[http://purl.org/eprint/entityType/ScholarlyWork/]) === Entity type === ---- ST=( min="1" max="1" type="nonliteral" PC={http://purl.org/dc/elements/1.1/type}) || Definition || The type nature or genre of the content of the resource. || || Eprint-specific recommendation || Each of the entity ''descriptions'' in the ''description sets'' conforming with this application profile will need to be explicitly typed. This is done using a dc:type ''statement'' with one of the following ''value URIs'' taken from the [http://purl.org/eprint/entityType/ Eprints EntityType Vocabulary Encoding Scheme] corresponding to the entity being described. || NLC=( VURIConstraint=( occurrence="mandatory" {http://purl.org/eprint/entityType/ScholarlyWork/}) VESConstraint=( occurrence="mandatory" {http://purl.org/eprint/entityType/}) VStringConstraint=(max="0" ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( dc:type )`[[BR]] `Vocabulary Encoding Scheme URI ( eprint:EntityType )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] === Title === ---- ST=(min="1" type="literal" PC={http://purl.org/dc/elements/1.1/title}) || Definition || A name given to the resource. || || Eprint-specific recommendation || The title of the eprint. [[BR]] [[BR]] Preserve the original wording, order and spelling of the eprint title. In general, only capitalize proper nouns, though there may be exceptions to this rule particularly regarding Internet-related terms. Punctuation need not reflect the usage of the original. Subtitles should be separated from the title by 'space-colon-space'. || '''For example:''' `Statement (`[[BR]] `Property URI ( dc:title )`[[BR]] `Literal Value String ( "Initial sequencing and analysis of the human genome" )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dc:title )`[[BR]] `Literal Value String ( "New nationalism and the old history : perspectives on the West German Historikerstreit" )`[[BR]] `)`[[BR]] === Subject === ---- ST=(type="nonliteral" PC={http://purl.org/dc/elements/1.1/subject}) || Definition || The topic of the content of the resource. || || Eprint-specific recommendation || The topic of the eprint. [[BR]] [[BR]] In general, choose the most significant and unique words for keywords, avoiding those too general to describe a particular eprint. For free-text keywords use multiple ''statements'', one for each term. There are no requirements regarding the capitalization of keywords though internal (within archive) consistency is recommended. [[BR]] [[BR]] Where terms are taken from a standard classification scheme encode each term in a separate ''statement''. Use a ''vocabulary encoding scheme URI'' to indicate the classification scheme in use. Encode the complete subject descriptor according to the relevant scheme. Use the capitalisation and punctuation used in the original scheme. Where subject terms are taken from LCSH, the subfields of the subject heading should be separated by double dash (--) and spaces should be omitted. [[BR]] [[BR]] If the subject of the eprint is a person or an organization, provide their name as a ''value string'' according to [#A_note_about_the_form_of_personal_and_organisational_names_used_in_value_strings A note about the form of personal and organisational names used in value strings]. || NLC=( VURIConstraint=( occurrence="optional") VESConstraint=( occurrence="optional") VStringConstraint=(max="1" LangC=(occurrence="optional") SESConstraint=(occurrence="disallowed") ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( dc:subject )`[[BR]] `Value String ( "polar oceanography" )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dc:subject )`[[BR]] `Value String ( "boundary current" )`[[BR]] `)`[[BR]] Using LCSH subjects: `Statement (`[[BR]] `Property URI ( dc:subject )`[[BR]] `Vocabulary Encoding Scheme URI ( dcterms:LCSH )`[[BR]] `Value String ( "World War, 1939-1945--Germany" )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dc:subject )`[[BR]] `Vocabulary Encoding Scheme URI ( dcterms:LCSH )`[[BR]] `Value String ( "Germany--History--1933-1945" )`[[BR]] `)`[[BR]] Name as subject: `Statement (`[[BR]] `Property URI ( dc:subject )`[[BR]] `Value String ( "Hitler, Adolf, 1889-1945" )`[[BR]] `)`[[BR]] === Abstract === ---- ST=(type="literal" PC={http://purl.org/dc/terms/abstract}) || Definition || A summary of the content of the resource. || || Eprint-specific recommendation || A summary of the important points of the eprint. || === Identifier === ---- ST=(min="1" type="literal" PC={http://purl.org/dc/elements/1.1/identifier}) || Definition || An unambiguous reference to the resource within a given context. || || Eprint-specific recommendation || A URI for the eprint. || LC=(SESConstraint=(occurrence="mandatory" {http://purl.org/dc/terms/URI}) ) '''For example:''' `Statement (`[[BR]] `Property URI ( dc:identifier )`[[BR]] `Literal Value String ( "http://eprints.bath.ac.uk/archive/00000003/"`[[BR]] `Syntax Encoding Scheme URI ( dcterms:URI )`[[BR]] `)`[[BR]] `)`[[BR]] Note that one of the URIs for the eprint should be encoded as the ''resource URI'' in the ''description'' of the eprint. If a Handle has been assigned to the eprint then this should be used as the ''resource URI'', encoded using the http://hdl.handle.net/4263537/4069 form. Additional URIs should be provided using a dc:identifier ''statement''. (See the [#A_note_about_using_identifiers A note about using identifiers] below.) `Description Set (`[[BR]] `Description ( # description of the eprint as a ScholarlyWork`[[BR]] `Resource URI ( )`[[BR]] `Statement (`[[BR]] `Property URI ( dc:identifier )`[[BR]] `Literal Value String ( "http://eprints.bath.ac.uk/archive/00000003/"`[[BR]] `Syntax Encoding Scheme URI ( dcterms:URI )`[[BR]] `)`[[BR]] `)`[[BR]] `)`[[BR]] `...`[[BR]] `)`[[BR]] === Creator === ---- ST=(type="nonliteral" PC={http://purl.org/dc/elements/1.1/creator}) || Definition || An entity primarily responsible for making the content of the resource. || || Eprint-specific recommendation || An author of the eprint. [[BR]] [[BR]] Use this ''property'' to provide the author's name and/or the URI of the author and/or to link to a ''related description'' (with the ''description set'') about the author. [[BR]] [[BR]] Where a name is provided, see [#A_note_about_the_form_of_personal_and_organisational_names_used_in_value_strings A note about the form of personal and organisational names used in value strings]. || NLC=(description="agent" [http://purl.org/dc/terms/Agent,http://purl.org/eprint/entityType/Person/,http://purl.org/eprint/entityType/Organization/] VURIConstraint=( occurrence="optional") VESConstraint=( occurrence="optional") VStringConstraint=(max="1" LangC=(occurrence="optional") SESConstraint=(occurrence="disallowed") ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( dc:creator )`[[BR]] `Value String ( "Heery, Rachel" )`[[BR]] `ResourceRef ( rachelheery )`[[BR]] `)`[[BR]] === Funder === ---- ST=(type="nonliteral" PC={http://www.loc.gov/loc.terms/relators/FND}) || Definition || A person or organization that furnished financial support for the production of the work. || || Eprint-specific recommendation || Use this ''property'' to provide the funder's name and/or the URI of the funder and/or to link to a ''related description'' (within the ''description set'') about the funder. [[BR]] [[BR]] Where a name is provided, see [#A_note_about_the_form_of_personal_and_organisational_names_used_in_value_strings A note about the form of personal and organisational names used in value strings]. || NLC=(description="agent" [http://purl.org/dc/terms/Agent,http://purl.org/eprint/entityType/Person/,http://purl.org/eprint/entityType/Organization/] VURIConstraint=( occurrence="optional") VESConstraint=( occurrence="optional") VStringConstraint=(max="1" LangC=(occurrence="optional") SESConstraint=(occurrence="disallowed") ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( marcrel:FND )`[[BR]] `Value String ( "The Mellon Foundation" )`[[BR]] `ResourceRef ( organization5 )`[[BR]] `)`[[BR]] === Grant Number === ---- ST=(type="literal" PC={http://purl.org/eprint/terms/grantNumber}) || Definition || An alpha-numeric string identifying the funding grant under which the eprint was written. || || Eprint-specific recommendation || Use a ''value string'' to provide the grant number. || '''For example:''' `Statement (`[[BR]] `Property URI ( eprint:grantNumber )`[[BR]] `Literal Value String ( "A456X" )`[[BR]] `)`[[BR]] === Supervisor === ---- ST=(type="nonliteral" PC={http://www.loc.gov/loc.terms/relators/THS}) || Definition || A person under whose supervision a degree candidate develops and presents a thesis, mémoire, or text of a dissertation. || || Eprint-specific recommendation || Use this ''property'' to provide the supervisor's name and/or the URI of the supervisor and/or to link to a ''related description'' (within the ''description set'') about the supervisor. [[BR]] [[BR]] Where a name is provided, see [#A_note_about_the_form_of_personal_and_organisational_names_used_in_value_strings A note about the form of personal and organisational names used in value strings]. || NLC=(description="agent" [http://purl.org/dc/terms/Agent,http://purl.org/eprint/entityType/Person/] VURIConstraint=( occurrence="optional") VESConstraint=( occurrence="optional") VStringConstraint=(max="1" LangC=(occurrence="optional") SESConstraint=(occurrence="disallowed") ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( marcrel:THS )`[[BR]] `Value String ( "Bloggs, Fred" )`[[BR]] `ResourceRef ( person15 )`[[BR]] `)`[[BR]] === Affiliated Institution === ---- ST=(type="nonliteral" PC={http://purl.org/eprint/terms/affiliatedInstitution}) || Definition || An organisation to which a creator of the eprint is affiliated. || || Eprint-specific recommendation || Use this ''property'' to provide the affiliated organisation's name and/or the URI of the affiliated institution and/or to link to a ''related description'' (with the ''description set'') about the affiliated institution. [[BR]] [[BR]] Where a name of the affiliated organisation is provided, see [#A_note_about_the_form_of_personal_and_organisational_names_used_in_value_strings A note about the form of personal and organisational names used in value strings]. || NLC=(description="agent" [http://purl.org/dc/terms/Agent,http://purl.org/eprint/entityType/Organization/] VURIConstraint=( occurrence="optional") VESConstraint=( occurrence="optional") VStringConstraint=(max="1" LangC=(occurrence="optional") SESConstraint=(occurrence="disallowed") ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( eprint:affiliatedInstitution )`[[BR]] `Value String ( "University of Bristol" )`[[BR]] `ResourceRef ( bristoluni )`[[BR]] `)`[[BR]] === Has Adaptation === ---- ST=(type="nonliteral" PC={http://purl.org/eprint/terms/hasAdaptation}) || Definition || A scholarly work that results from the described eprint being recast in a new form. || || Eprint-specific recommendation || Use this ''property'' to provide a value URI of an adaptation of the eprint. [[BR]] [[BR]] In the context of this application profile, an example of an adaptation is the powerpoint slides (the adaptation) used to present a conference paper (the eprint) at a conference. || NLC=(VURIConstraint=( occurrence="mandatory") VESConstraint=( occurrence="disallowed") VStringConstraint=(max="0" ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( eprint:hasAdaptation )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] === Is Expressed As === ---- ST=(type="nonliteral" PC={http://purl.org/eprint/terms/isExpressedAs}) || Definition || A version of the described eprint. || || Eprint-specific recommendation || An expression of the described eprint. In FRBR terms, an eprint is a Work. [[BR]] [[BR]] Use this ''property'' to provide the URI of an expression of the eprint and/or to link to a ''related description'' (with the ''description set'') about the expression. || NLC=(description="expression" [http://purl.org/eprint/entityType/Expression/] VURIConstraint=( occurrence="mandatory") VESConstraint=( occurrence="disallowed") VStringConstraint=(max="0" ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( eprint:isExpressedAs )`[[BR]] `ResourceRef ( expression1 )`[[BR]] `)`[[BR]] == Description of an Expression of the eprint == DT=(ID="Expression" standalone="no" RC=[http://purl.org/eprint/entityType/Expression/]) === Entity type === ---- ST=(min="1" max="1" type="nonliteral" PC={http://purl.org/dc/elements/1.1/type}) || Definition || The type nature or genre of the content of the resource. || || Eprint-specific recommendation || Each of the entity ''descriptions'' in the ''description sets'' conforming with this application profile will need to be explicitly typed. This is done using a dc:type ''statement'' with one of the following ''value URIs'' taken from the [http://purl.org/eprint/entityType/ Eprints EntityType Vocabulary Encoding Scheme] corresponding to the entity being described. || NLC=( VURIConstraint=( occurrence="mandatory" {http://purl.org/eprint/entityType/Expression/}) VESConstraint=( occurrence="mandatory" {http://purl.org/eprint/entityType/}) VStringConstraint=(max="0" ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( dc:type )`[[BR]] `Vocabulary Encoding Scheme URI ( eprint:EntityType )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] === Title === ---- ST=(type="literal" PC={http://purl.org/dc/elements/1.1/title}) || Definition || A name given to the resource. || || Eprint-specific recommendation || A title for the expression of the eprint. Only use this property in cases where the expression title is different from the title of the eprint at the scholarly work level. For example, use this property to capture the title of a translation of the eprint. [[BR]] [[BR]] Preserve the original wording, order and spelling of the eprint title. In general, only capitalize proper nouns, though there may be exceptions to this rule particularly regarding Internet-related terms. Punctuation need not reflect the usage of the original. Subtitles should be separated from the title by 'space-colon-space'. || '''For example:''' `Statement (`[[BR]] `Property URI ( dc:title )`[[BR]] `Literal Value String ( "Initial sequencing and analysis of the human genome" )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dc:title )`[[BR]] `Literal Value String ( "The new nationalism and the old history : perspectives on the West German Historikerstreit" )`[[BR]] `)`[[BR]] === Description === ---- ST=(type="literal" PC={http://purl.org/dc/elements/1.1/description}) || Definition || An account of the content of the resource. || || Eprint-specific recommendation || A description of the expression of the eprint. Use this property to describe how the expression relates to the eprint as a scholarly work and/or other expressions. || '''For example:''' `Statement (`[[BR]] `Property URI ( dc:description )`[[BR]] `Literal Value String ( "Translated into French for publication in Journal des Anthropologues." )`[[BR]] `)`[[BR]] === Identifier === ---- ST=(min="1" type="literal" PC={http://purl.org/dc/elements/1.1/identifier}) || Definition || An unambiguous reference to the resource within a given context. || || Eprint-specific recommendation || A URI for the described expression of the eprint. || LC=(SESConstraint=(occurrence="mandatory" {http://purl.org/dc/terms/URI}) ) '''For example:''' `Statement (`[[BR]] `Property URI ( dc:identifier )`[[BR]] `Literal Value String ( "http://eprints.bath.ac.uk/archive/12345678/"`[[BR]] `Syntax Encoding Scheme URI ( dcterms:URI )`[[BR]] `)`[[BR]] `)`[[BR]] Note that one of the URIs for the described expression of the eprint should be encoded as the ''resource URI'' in the ''description'' of the expression. If a DOI or Handle has been assigned to the expression of the eprint then this should be used as the ''resource URI'', encoded using the http://dx.doi.org/10.1000/152 or http://hdl.handle.net/4263537/4069 form. Additional URIs should be provided using a dc:identifier ''statement''. (See the [#A_note_about_using_identifiers A note about using identifiers] below.) `Description Set (`[[BR]] `Description ( # description of the eprint as an Expression`[[BR]] `Resource URI ( )`[[BR]] `Statement (`[[BR]] `Property URI ( dc:identifier )`[[BR]] `Literal Value String ( "http://eprints.bath.ac.uk/archive/00000003/"`[[BR]] `Syntax Encoding Scheme URI ( dcterms:URI )`[[BR]] `)`[[BR]] `)`[[BR]] `)`[[BR]] `...`[[BR]] `)`[[BR]] === Date Available === ---- ST=(max="1" type="literal" PC={http://purl.org/dc/terms/available}) || Definition || Date (often a range) that the resource will become or did become available. || || Eprint-specific recommendation || The date that the described expression of the eprint was first made public. [[BR]] [[BR]] Use a ''value string'' to provide the date, formatted according to the W3C Date Time Format (W3CDTF) specification. || LC=(SESConstraint=(occurrence="mandatory" {http://purl.org/dc/terms/W3CDTF}) ) '''For example:''' `Statement (`[[BR]] `Property URI ( dcterms:available )`[[BR]] `Literal Value String ( "2004-09-23"`[[BR]] `Syntax Encoding Scheme URI ( dcterms:W3CDTF )`[[BR]] `)`[[BR]] `)`[[BR]] === Status === ---- ST=(type="nonliteral" PC={http://purl.org/eprint/terms/status}) || Definition || The status of the resource. || || Eprint-specific recommendation || The status of the described expression of the eprint. Recommended best practice is to provide a ''value URI'' taken from the [http://purl.org/eprint/status/ Eprints Status Vocabulary Encoding Scheme]: http://purl.org/eprint/status/PeerReviewed or http://purl.org/eprint/status/NonPeerReviewed. || NLC=( VURIConstraint=( occurrence="mandatory" {http://purl.org/eprint/status/PeerReviewed,http://purl.org/eprint/status/NonPeerReviewed}) VESConstraint=( occurrence="mandatory" {http://purl.org/eprint/status/}) VStringConstraint=(max="0" ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( eprint:status )`[[BR]] `Vocabulary Encoding Scheme URI ( eprint:Status )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] === Version Number or String === ---- ST=(type="literal" PC={http://purl.org/eprint/terms/version}) || Definition || A version number or version string associated with the resource. || || Eprint-specific recommendation || A version number or version string associated with the described expression of the eprint. || '''For example:''' `Statement (`[[BR]] `Property URI ( eprint:version )`[[BR]] `Literal Value String ( "2.0" )`[[BR]] `)`[[BR]] === Language === ---- ST=(type="nonliteral" PC={http://purl.org/dc/elements/1.1/language}) || Definition || A language of the intellectual content of the resource. || || Eprint-specific recommendation || A language in which the described expression of the eprint is written. Use multiple ''statements'' if the described expression of the eprint is written in multiple languages. Provide a ''value string'' containing a language tag, formatted according to RFC-3066. || NLC=( VURIConstraint=( occurrence="disallowed" {,}) VESConstraint=( occurrence="disallowed" {}) VStringConstraint=(max="1" LangC=(occurrence="disallowed") SESConstraint=(occurrence="mandatory" {http://purl.org/dc/terms/RFC3066}) ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( dc:language )`[[BR]] `Vocabulary Encoding Scheme URI ( dcterms:RFC3066 )`[[BR]] `Value String ( "fr" )`[[BR]] `)`[[BR]] === Type === ---- ST=(type="nonliteral" PC={http://purl.org/dc/elements/1.1/type}) || Definition || The nature or genre of the content of the resource. || || Eprint-specific recommendation || The type of the described expression of the eprint. [[BR]] [[BR]] Recommended best practice is to provide a value URI for a class from the [http://purl.org/eprint/type/ Eprints Type Vocabulary Encoding Scheme]. || NLC=( VURIConstraint=( occurrence="mandatory" {http://purl.org/eprint/type/ScholarlyText,http://purl.org/eprint/type/Book,http://purl.org/eprint/type/BookItem ,http://purl.org/eprint/type/BookReview,http://purl.org/eprint/type/ConferenceItem,http://purl.org/eprint/type/ConferencePaper,http://purl.org/eprint/type/ConferencePoster,http://purl.org/eprint/type/JournalItem,http://purl.org/eprint/type/JournalArticle,http://purl.org/eprint/type/NewsItem,http://purl.org/eprint/type/Patent,http://purl.org/eprint/type/Report,http://purl.org/eprint/type/SubmittedJournalArticle,http://purl.org/eprint/type/Thesis,http://purl.org/eprint/type/WorkingPaper}) VESConstraint=( occurrence="mandatory" {http://purl.org/eprint/type/}) VStringConstraint=(max="0" ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( dc:type )`[[BR]] `Vocabulary Encoding Scheme URI ( eprint:Type )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] === Copyright Holder === ---- ST=(type="nonliteral" PC={http://purl.org/eprint/terms/copyrightHolder}) || Definition || A person or organization owning copyright in the resource. || || Eprint-specific recommendation || A person or organization owning copyright in the eprint. [[BR]] [[BR]] Use this ''property'' to provide the copyright holder's name and/or the URI of the copyright holder and/or to link to a ''related description'' (with the ''description set'') about the copyright holder. [[BR]] [[BR]] Where a name is provided, see [#A_note_about_the_form_of_personal_and_organisational_names_used_in_value_strings A note about the form of personal and organisational names used in value strings]. || NLC=(description="agent" [http://purl.org/dc/terms/Agent,http://purl.org/eprint/entityType/Person/,http://purl.org/eprint/entityType/Organization/] VURIConstraint=( occurrence="optional") VESConstraint=( occurrence="optional") VStringConstraint=(max="1" LangC=(occurrence="optional") SESConstraint=(occurrence="disallowed") ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( eprint:copyrightHolder )`[[BR]] `Value String ( "University of Leeds" )`[[BR]] `ResourceRef ( leedsuni )`[[BR]] `)`[[BR]] === Has Version === ---- ST=(type="nonliteral" PC={http://purl.org/dc/terms/hasVersion}) || Definition || The described resource has a version, edition, or adaptation, namely, the referenced resource. || || Eprint-specific recommendation || Use this ''property'' to provide the URI of an alternative expression of the eprint and/or to link to a ''related description'' (with the ''description set'') about the alternative expression. || NLC=(description="expression" [http://purl.org/eprint/entityType/Expression/] VURIConstraint=( occurrence="mandatory") VESConstraint=( occurrence="disallowed") VStringConstraint=(max="0" ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( dcterms:hasVersion )`[[BR]] `ResourceRef ( version-2.1 )`[[BR]] `)`[[BR]] === Has Translation === ---- ST=(type="nonliteral" PC={http://purl.org/eprint/terms/hasTranslation}) || Definition || A translation of the described resource. || || Eprint-specific recommendation || Use this ''property'' to provide the URI of an expression that is a translation of the described expression of the eprint and/or to link to a ''related description'' (with the ''description set'') about the translated expression. || NLC=(description="expression" [http://purl.org/eprint/entityType/Expression/] VURIConstraint=( occurrence="mandatory") VESConstraint=( occurrence="disallowed") VStringConstraint=(max="0" ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( eprint:hasTranslation )`[[BR]] `ResourceRef ( version-en )`[[BR]] `)`[[BR]] === Bibliographic Citation === ---- ST=(type="literal" PC={http://purl.org/dc/terms/bibliographicCitation}) || Definition || A bibliographic reference for the resource. || || Eprint-specific recommendation || Use this ''property'' to provide the text citation that should be used to cite the described expression of the eprint and/or to provide an OpenURL ContextObject for the described expression of the eprint following the guidelines in the [Guidelines for Encoding Bibliographic Citation Information in Dublin Core Metadata](/specifications/dublin-core/dc-citation-guidelines/) DCMI Recommendation. In general, both a human-readable citation and a machine-readable OpenURL ContextObject should be provided. || LC=(SESConstraint=(occurrence="optional" {info:ofi/fmt:kev:mtx:}) ) '''For example:''' `Statement (`[[BR]] `Property URI ( dcterms:bibliographicCitation )`[[BR]] `Literal Value String ( "Library and Information Science Research 22(3), 311-338" )`[[BR]] `Literal Value String ( "&ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal`[[BR]] `&rft.jtitle=Library+and+Information+Science+Research&rft.stitle=LISR`[[BR]] `&rft.volume=22&rft.issue=3&rft.spage=311`[[BR]] `&rfr_id=info%3Asid%2Fmimas.ac.uk%3Azetoc"`[[BR]] `Syntax Encoding Scheme URI ( kev:ctx )`[[BR]] `)`[[BR]] `)`[[BR]] Note that the lines above have been wrapped for readability. === References === ---- ST=(type="nonliteral" PC={http://purl.org/dc/terms/references}) || Definition || The described resource references, cites, or otherwise points to the referenced resource. || || Eprint-specific recommendation || Use this ''property'' to provide the URI of an expression of a different eprint, a textual citation for the expression and/or an OpenURL ContextObject. In general, where a human-readable citation is provided a machine-readable OpenURL ContextObject should also be provided. || NLC=( VURIConstraint=( occurrence="optional") VESConstraint=( occurrence="disallowed") VStringConstraint=(max="2" LangC=(occurrence="disallowed") SESConstraint=(occurrence="optional" {info:ofi/fmt:kev:mtx:}) ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( dcterms:references )`[[BR]] `Value String ( "Heery, R. (2000). \"Information gateways: collaboration on content.\"`[[BR]] `Online Information Review, 24 (1), 40-45." )`[[BR]] `Value String ( "&ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal`[[BR]] `&rft.jtitle=Online+Information+Review&rft.volume=24&rft.issue=1&rft.spage=40`[[BR]] `&rft.epage=45&rft.aufirst=Rachel&rft.aulast=Heery&rft.date=2000`[[BR]] `&rfr_id=info%3Asid%2Fmimas.ac.uk%3Azetoc"`[[BR]] `Syntax Encoding Scheme URI ( kev:ctx )`[[BR]] `)`[[BR]] `)`[[BR]] === Editor === ---- ST=(type="nonliteral" PC={http://www.loc.gov/loc.terms/relators/EDT}) || Definition || A person or organization who prepares for publication a work not primarily his/her own, such as by elucidating text, adding introductory or other critical matter, or technically directing an editorial staff. || || Eprint-specific recommendation || A person or organisation that prepares the described expression of the eprint for publication. [[BR]] [[BR]] Use this ''property'' to provide the editor's name and/or the URI of the editor and/or to link to a ''related description'' (with the ''description set'') about the editor. [[BR]] [[BR]] Where a name is provided, see [#A_note_about_the_form_of_personal_and_organisational_names_used_in_value_strings A note about the form of personal and organisational names used in value strings]. || NLC=(description="agent" [http://purl.org/dc/terms/Agent,http://purl.org/eprint/entityType/Organization/] VURIConstraint=( occurrence="optional") VESConstraint=( occurrence="optional") VStringConstraint=(max="1" LangC=(occurrence="optional") SESConstraint=(occurrence="disallowed") ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( marcrel:EDT )`[[BR]] `Value String ( "Day, Michael" )`[[BR]] `ResourceRef ( person2 )`[[BR]] `)`[[BR]] === Is Manifested As === ---- ST=(type="nonliteral" PC={http://purl.org/eprint/terms/isManifestedAs}) || Definition || A manifestation of the described version of the eprint. || || Eprint-specific recommendation || A manifestation of the described expression of the eprint. In FRBR terms, an eprint is a Work. [[BR]] [[BR]] Use this ''property'' to provide the URI of a manifestation of the expression of the eprint and/or to link to a ''related description'' (with the ''description set'') about the manifestation. || NLC=(description="manifestation" [http://purl.org/eprint/entityType/Manifestation/] VURIConstraint=( occurrence="mandatory") VESConstraint=( occurrence="disallowed") VStringConstraint=(max="0" ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( eprint:isManifestedAs )`[[BR]] `ResourceRef ( pdfformat1 )`[[BR]] `)`[[BR]] == Description of a Manifestation of an Expression of the eprint == DT=(ID="Manifestation" standalone="no" RC=[http://purl.org/eprint/entityType/Manifestation/]) === Entity type === ---- ST=(min="1" max="1" type="nonliteral" PC={http://purl.org/dc/elements/1.1/type}) || Definition || The type nature or genre of the content of the resource. || || Eprint-specific recommendation || Each of the entity ''descriptions'' in the ''description sets'' conforming with this application profile will need to be explicitly typed. This is done using a dc:type ''statement'' with one of the following ''value URIs'' taken from the [http://purl.org/eprint/entityType/ Eprints EntityType Vocabulary Encoding Scheme] corresponding to the entity being described. || NLC=( VURIConstraint=( occurrence="mandatory" {http://purl.org/eprint/entityType/Manifestation/}) VESConstraint=( occurrence="mandatory" {http://purl.org/eprint/entityType/}) VStringConstraint=(max="0" ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( dc:type )`[[BR]] `Vocabulary Encoding Scheme URI ( eprint:EntityType )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] === Format === ---- ST=(type="nonliteral" PC={http://purl.org/dc/elements/1.1/format}) || Definition || The physical or digital manifestation of the resource. || || Eprint-specific recommendation || The media-type of the described manifestation of an expression of the eprint. [[BR]] [[BR]] Recommended best practice is to select a ''value string'' from the IANA registered list of Internet Media Types (MIME types). || NLC=( VURIConstraint=( occurrence="disallowed") VESConstraint=( occurrence="disallowed") VStringConstraint=(max="1" LangC=(occurrence="disallowed") SESConstraint=(occurrence="mandatory" {http://purl.org/dc/terms/IMT}) ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( dc:format )`[[BR]] `Vocabulary Encoding Scheme URI ( dcterms:IMT )`[[BR]] `Value String ("application/pdf" )`[[BR]] `)`[[BR]] === Date Modified === ---- ST=(type="literal" PC={http://purl.org/dc/terms/modified}) || Definition || Date on which the resource was changed. || || Eprint-specific recommendation || The last modified date of the described manifestation of an expression of the eprint. [[BR]] [[BR]] Use a ''value string'' to provide the date, formatted according to the W3C Date Time Format (W3CDTF) specification. || LC=(SESConstraint=(occurrence="mandatory" {http://purl.org/dc/terms/W3CDTF}) ) '''For example:''' `Statement (`[[BR]] `Property URI ( dcterms:modified )`[[BR]] `Literal Value String ( "2005-02-14"`[[BR]] `Syntax Encoding Scheme URI ( dcterms:W3CDTF )`[[BR]] `)`[[BR]] `)`[[BR]] === Publisher === ---- ST=(type="nonliteral" PC={http://purl.org/dc/elements/1.1/publisher}) || Definition || An entity responsible for making the resource available. || || Eprint-specific recommendation || The publisher of the described manifestation of an expression of the eprint, typically either the author's institution or a commercial publisher. [[BR]] [[BR]] Use this ''property'' to provide the publisher's name and/or the URI of the publisher and/or to link to a ''related description'' (with the ''description set'') about the publisher. || NLC=(description="agent" [http://purl.org/dc/terms/Agent,http://purl.org/eprint/entityType/Person/,http://purl.org/eprint/entityType/Organization/] VURIConstraint=( occurrence="optional") VESConstraint=( occurrence="optional") VStringConstraint=(max="1" LangC=(occurrence="optional") SESConstraint=(occurrence="disallowed") ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( dc:publisher )`[[BR]] `Value String ( "Springer" )`[[BR]] `ResourceRef ( organisation1 )`[[BR]] `)`[[BR]] === Is Available As === ---- ST=(type="nonliteral" PC={http://purl.org/eprint/terms/isAvailableAs}) || Definition || A resource that is an exemplar of the described manifestation of an expression of the eprint. || || Eprint-specific recommendation || A copy of the described manifestation of an expression of the eprint. In FRBR terms, an eprint is a Work and a copy is an Item. [[BR]] [[BR]] Use this ''property'' to provide the URI of a copy of a manifestation of an expression of the eprint. || NLC=(description="copy" [http://purl.org/eprint/entityType/Copy/,http://purl.org/dc/terms/DigitalResource] VURIConstraint=( occurrence="mandatory") VESConstraint=( occurrence="disallowed") VStringConstraint=(max="0" ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( eprint:isAvailableAs )`[[BR]] `Value URI ( http://www.example.com/work/version/copy.pdf )`[[BR]] `)`[[BR]] == Description of a Copy of a Manifestation of an Expression of the eprint == DT=(ID="Copy" standalone="no" RC=[http://purl.org/eprint/entityType/Copy/,http://purl.org/dc/terms/DigitalResource]) === Entity type === ---- ST=(min="1" max="1" type="nonliteral" PC={http://purl.org/dc/elements/1.1/type}) || Definition || The type nature or genre of the content of the resource. || || Eprint-specific recommendation || Each of the entity ''descriptions'' in the ''description sets'' conforming with this application profile will need to be explicitly typed. This is done using a dc:type ''statement'' with one of the following ''value URIs'' taken from the [http://purl.org/eprint/entityType/ Eprints EntityType Vocabulary Encoding Scheme] corresponding to the entity being described. || NLC=( VURIConstraint=( occurrence="mandatory" {http://purl.org/eprint/entityType/Copy/}) VESConstraint=( occurrence="mandatory" {http://purl.org/eprint/entityType/}) VStringConstraint=(max="0" ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( dc:type )`[[BR]] `Vocabulary Encoding Scheme URI ( eprint:EntityType )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] === Access Rights === ---- ST=(type="nonliteral" PC={http://purl.org/dc/terms/accessRights}) || Definition || Information about who can access the resource or an indication of its security status. || || Eprint-specific recommendation || Information about who can access the described copy of a manifestation of an expression of the eprint. In FRBR terms, an eprint is a Work and a copy is an Item. Recommended best practice is to provide a value URI for a class from the [http://purl.org/eprint/accessRights/ Eprints AccessRights Vocabulary Encoding Scheme]. || NLC=( VURIConstraint=( occurrence="mandatory" {http://purl.org/eprint/accessRights/OpenAccess,http://purl.org/eprint/accessRights/RestrictedAccess,http://purl.org/eprint/accessRights/ClosedAccess}) VESConstraint=( occurrence="mandatory" {http://purl.org/eprint/accessRights/}) VStringConstraint=(max="0" ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( dcterms:accessRights )`[[BR]] `Vocabulary Encoding Scheme URI ( eprint:accessRights )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] === Licence === ---- ST=(type="nonliteral" PC={http://purl.org/dc/terms/license}) || Definition || A legal document giving official permission to do something with the resource. || || Eprint-specific recommendation || The terms under which the described copy of a manifestation of an expression of the eprint is made available. Typically, the URI of a licence statement should be provided as a ''value URI''. || NLC=( VURIConstraint=( occurrence="mandatory") VESConstraint=( occurrence="disallowed" ) VStringConstraint=(max="0" ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( dcterms:license )`[[BR]] `Value URI ( http://creativecommons.org/licenses/by/2.0/ )`[[BR]] `)`[[BR]] === Date Available === ---- ST=(max="1" type="literal" PC={http://purl.org/dc/terms/available}) || Definition || Date (often a range) that the resource will become or did become available. || || Eprint-specific recommendation || The date that the described copy of a manifestation of an expression of the eprint will become or did become public. [[BR]] [[BR]] Use a ''value string'' to provide the date, formatted according to the W3C Date Time Format (W3CDTF) specification. || LC=(SESConstraint=(occurrence="mandatory" {http://purl.org/dc/terms/W3CDTF}) ) '''For example:''' `Statement (`[[BR]] `Property URI ( dcterms:available )`[[BR]] `Literal Value String ( "2004-09-23"`[[BR]] `Syntax Encoding Scheme URI ( dcterms:W3CDTF )`[[BR]] `)`[[BR]] `)`[[BR]] === Is Part Of === ---- ST=(type="nonliteral" PC={http://purl.org/dc/terms/isPartOf}) || Definition || The described resource is a physical or logical part of the referenced resource. || || Eprint-specific recommendation || A collection, typically a bibliographic collection, of which the described copy is a member. [[BR]] [[BR]] Use both a ''value URI'' and a ''value string'' to indicate the collection. || NLC=( VURIConstraint=( occurrence="mandatory") VESConstraint=( occurrence="disallowed") VStringConstraint=(max="1" LangC=(occurrence="optional") SESConstraint=(occurrence="optional") ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( dcterms:isPartOf )`[[BR]] `Value URI ( )`[[BR]] `Value String ( "JSTOR" )`[[BR]] `)`[[BR]] == Description of an Agent == DT=(ID="Agent" standalone="no" RC=[http://purl.org/eprint/entityType/Person/,http://purl.org/eprint/entityType/Organization/]) === Entity type === ---- ST=(min="1" max="1" type="nonliteral" PC={http://purl.org/dc/elements/1.1/type}) || Definition || The type nature or genre of the content of the resource. || || Eprint-specific recommendation || Each of the entity ''descriptions'' in the ''description sets'' conforming with this application profile will need to be explicitly typed. This is done using a dc:type ''statement'' with one of the following ''value URIs'' taken from the [http://purl.org/eprint/entityType/ Eprints EntityType Vocabulary Encoding Scheme] corresponding to the entity being described. || NLC=( VURIConstraint=( occurrence="mandatory" {http://purl.org/eprint/entityType/Person/,http://purl.org/eprint/entityType/Organization/}) VESConstraint=( occurrence="mandatory" {http://purl.org/eprint/entityType/}) VStringConstraint=(max="0" ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( dc:type )`[[BR]] `Vocabulary Encoding Scheme URI ( eprint:EntityType )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dc:type )`[[BR]] `Vocabulary Encoding Scheme URI ( eprint:EntityType )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] === Name === ---- ST=(type="literal" PC={http://xmlns.com/foaf/0.1/name}) || Definition || A name for some thing. || || Eprint-specific recommendation || A name for the agent (person or organisation). [[BR]] [[BR]] In general, use foaf:family_name and foaf:givenname for describing persons and foaf:name for describing organisations. [[BR]] [[BR]] Where a name is provided, see [#A_note_about_the_form_of_personal_and_organisational_names_used_in_value_strings A note about the form of personal and organisational names used in value strings]. || '''For example:''' `Statement (`[[BR]] `Property URI ( foaf:name )`[[BR]] `Literal Value String ( "University of York" )`[[BR]] `)`[[BR]] === Family Name === ---- ST=(type="literal" PC={http://xmlns.com/foaf/0.1/family_name}) || Definition || The family name of some person. || || Eprint-specific recommendation || The family name of a person. [[BR]] [[BR]] In general, use foaf:family_name and foaf:givenname for describing persons and foaf:name for describing organisations. || '''For example:''' `Statement (`[[BR]] `Property URI ( foaf:family_name )`[[BR]] `Literal Value String ( "Powell" )`[[BR]] `)`[[BR]] === Given Name === ---- ST=(type="literal" PC={http://xmlns.com/foaf/0.1/givenname}) || Definition || The given name of some person. || || Eprint-specific recommendation || The given name of a person. [[BR]] [[BR]] In general, use foaf:family_name and foaf:givenname for describing persons and foaf:name for describing organisations. || '''For example:''' `Statement (`[[BR]] `Property URI ( foaf:givenname )`[[BR]] `Literal Value String ( "Andy" )`[[BR]] `)`[[BR]] === Workplace Homepage === ---- ST=(type="nonliteral" PC={http://xmlns.com/foaf/0.1/workplaceHomepage}) || Definition || A workplace homepage of some person; the homepage of an organization they work for. || || Eprint-specific recommendation || The homepage of the organisation for which the author of the eprint works. [[BR]] [[BR]] Use this ''property'' to provide the URI of the organisational homepage as a ''value URI''. || NLC=( VURIConstraint=( occurrence="mandatory") VESConstraint=( occurrence="disallowed") VStringConstraint=(max="0" ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( foaf:workplaceHomepage )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] === Mailbox === ---- ST=(type="nonliteral" PC={http://xmlns.com/foaf/0.1/mbox}) || Definition || A personal mailbox, ie. an Internet mailbox associated with exactly one owner, the first owner of this mailbox. This is a 'static inverse functional property', in that there is (across time and change) at most one individual that ever has any particular value for foaf:mbox. || || Eprint-specific recommendation || A mailbox associated with a person, formatted as a 'mailto' URI. || NLC=( VURIConstraint=( occurrence="mandatory") VESConstraint=( occurrence="disallowed") VStringConstraint=(max="0" ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( foaf:mbox )`[[BR]] `Value URI ( "mailto:fred@example.com" )`[[BR]] `)`[[BR]] === Homepage === ---- ST=(type="nonliteral" PC={http://xmlns.com/foaf/0.1/homepage}) || Definition || A homepage for some thing. || || Eprint-specific recommendation || Provide the URI of the agent's Web homepage as a ''value URI''. || NLC=( VURIConstraint=( occurrence="mandatory") VESConstraint=( occurrence="disallowed") VStringConstraint=(max="0" ) ) '''For example:''' `Statement (`[[BR]] `Property URI ( foaf:homepage )`[[BR]] `Value URI ( "http://www.bham.ac.uk/" )`[[BR]] `)`[[BR]] }}} = Entity typing = Each of the entity ''descriptions'' in the ''description sets'' conforming with this application profile will need to be explicitly typed. This is done using a dc:type ''statement'' with one of the following ''value URIs'' taken from the [http://purl.org/eprint/entityType/ Eprints EntityType Vocabulary Encoding Scheme]: * http://purl.org/eprint/entityType/ScholarlyWork * http://purl.org/eprint/entityType/Expression * http://purl.org/eprint/entityType/Manifestation * http://purl.org/eprint/entityType/Copy * http://purl.org/eprint/entityType/Person * http://purl.org/eprint/entityType/Organization '''For example:''' `Statement (`[[BR]] `Property URI ( dc:type )`[[BR]] `Vocabulary Encoding Scheme URI ( eprint:EntityType )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] [[Anchor(A_note_about_the_form_of_personal_and_organisational_names_used_in_value_strings)]] = A note about the form of personal and organisational names used in value strings = Where personal or organisational names are provided as ''value strings'', the following guidelines should be followed. Personal names should be listed surname or family name first, followed by comma-space, then the "usual" or preferred form of forenames and/or initials followed by a full stop. If necessary, this may be followed by the full set of spelled-out forenames in round brackets. Use the same form of name for all eprints, irrespective of the form used on the item itself. || '''For example:''' `Statement (`[[BR]] `Property URI ( marcrel:EDT )`[[BR]] `Value String ( "Bloggs, Fred" )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( marcrel:EDT )`[[BR]] `Value String ( "Sulston, John E." )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( marcrel:FND )`[[BR]] `Value String ( "Walker, J. J. (John Joseph)" )`[[BR]] `)`[[BR]] In the case of organizations where there is clearly a hierarchy present, list the parts of the hierarchy from largest to smallest, separated by full stops. If it is not clear whether there is a hierarchy present, or unclear which is the larger or smaller portion of the body, give the name as it appears in the eprint. || '''For example:''' `Statement (`[[BR]] `Property URI ( marcrel:THS )`[[BR]] `Value String ( "Loughborough University. Department of Computer Science" )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dc:creator )`[[BR]] `Value String ( "University of Reading. Rural History Centre" )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dc:publisher )`[[BR]] `Value String ( "John Wiley & Sons, Inc. (US)" )`[[BR]] `)`[[BR]] The inclusion of personal and corporate name headings from authority lists constructed according to AACR2, e.g. the Library of Congress Name Authority File (LCNA), is also acceptable. [[Anchor(A_note_about_using_identifiers)]] = A note about using identifiers = Each of the entities in the model may be assigned a URI, encoded as the ''resource URI'' in the description of that entity. It should be noted, however, that assigning and encoding a URI is not mandatory for any of the entities. Although the lack of a URI for any entity means that the entity can not be referenced from within metadata records in other eprint systems, the assignment of URIs to entities should be performed with care (and, where possible, after first checking whether a URI has already been assigned to the entity elsewhere). Multiple URIs for a single entity are likely to cause problems for downstream eprint systems, since it may be difficult for them to determine algorithmically whether any two URIs identify the same entity. Where the ScholarlyWork and Expression entities in a ''description set'' have additional URIs, these should be encoded in one or more dc:identifier ''statements''. As noted in the relevant sections above, in cases where there are multiple URIs for any entity, one of the URIs should be used as the ''resource URI''. Recommended best practice is to use a DOI or Handle as the ''resource URI'', where these exist. The URIs assigned to each of the entities should uniquely identify a single entity. There may be more than one URI per entity, but each URI should only identify one entity. It is an implementation issue whether the URIs assigned to the ScholarlyWork and Expression entities dereference to a representation of that entity. However, it is anticipated that eprint systems are likely to be configured such that the URI for ScholarlyWork and/or Expression entities dereference to a 'jump-off page' for the eprint, as served by the archive. In all cases where a dc:identifier ''statement'' is provided, use a ''syntax encoding scheme URI'' to indicate that a URI is being provided. || '''For example:''' `Statement (`[[BR]] `Property URI ( dc:identifier )`[[BR]] `Value String ( "http://eprints.bath.ac.uk/archive/00000003/"`[[BR]] `Syntax Encoding Scheme URI ( dcterms:URI )`[[BR]] `)`[[BR]] `)`[[BR]] It is not yet clear whether current practice is to assign DOIs at the level of the Work or at the level of the Expression (as those terms are used in FRBR) or in a more fine-grained way. The current [http://www.crossref.org/01company/15doi_info.html Crossref documentation] indicates that DOIs should be assigned to the 'work', however it is not clear that this usage of the word 'work' corresponds with its usage in FRBR - in fact, it is rather more likely that it corresponds with the use of the term Expression in FRBR. There is also other evidence that publishers typically assign DOIs at the level of the FRBR Expression. For example, the [http://www.doi.org/handbook_2000/intro.html#1.6.4 DOI Handbook discussion about 'granularity'] concludes that in practice it is safer to assign separate DOIs to each language translation of a given article, i.e. to assign DOIs at the level of the Expression. As a result, it is suggested that the following guidelines are followed when making use of DOIs in the context of this application profile: * If the DOI has been assigned to all possible expressions and manifestations of the eprint (e.g. it is intended to resolve to both the HTML format of the preprint and the PDF format of the formally published article), use the DOI as the ''resource URI'' for the ScholarlyWork entity (and also encode it as the ''value string'' of a dc:identifier ''statement'' for that entity). * If the DOI has been assigned to all manifestations of a particular expression of the eprint (e.g. it is intended to resolve to all the formats of the Spanish language version of the formally published article), use the DOI as the ''resource URI'' for the Expression entity. * If the DOI has been assigned to a particular manifestation of an expression of the eprint (e.g. it is intended to resolve only to the PDF format of the French-language translation of the formally published article), use the DOI as the ''resource URI'' for the Manifestation entity. * If the DOI has been assigned to a particular copy of a manifestation of an expression of the eprint (e.g. it is only intended to resolve to the particular copy of an article as served by a particular Web server), use the DOI as the ''resource URI'' for the Copy entity. In all cases, the 'http://dx.doi.org/10.100/12345' form of URI encoding should be used. Note that publisher-assigned DOIs are highly likely to fall into cases 1 or 2. = A note about mapping the Scholarly Works Application Profile to Simple DC = http://www.ukoln.ac.uk/repositories/digirep/index/Mapping_the_Scholarly_Works_Application_Profile_to_Simple_DC Mapping the Scholarly Works Application Profile to Simple DC] is available as a separate document. The mapping enables software to 'dumb-down' (i.e. transform) a ''description set'' that conforms with this application profile to a ''description set'' that conforms with simple DC. In this context, 'simple DC' means a ''description set'' that comprises a single ''description'' that only uses the 15 ''properties'' in the Dublin Core Metadata Element Set. It is worth noting that by using this mapping, a ''description set'' that complies with this application profile will be dumbed-down to form a ''description'' that complies with the [http://www.rdn.ac.uk/projects/eprints-uk/docs/simpledc-guidelines/ Using simple DC to describe eprints] document produced by the [http://www.rdn.ac.uk/projects/eprints-uk/ ePrints UK project]. It is also worth noting that the resulting simple DC ''description'' is about the eprint as a ScholarlyWork. While this is not the only approach to mapping this application profile to simple DC (for example, it would also be possible to map this application profile to a set of simple DC ''descriptions'' about each of the Copy entities) it fits well with the intended usage of this application profile in the [http://www.openarchives.org/ OAI Protocol for Metadata Harvesting]. In this case, each [http://www.openarchives.org/OAI/openarchivesprotocol.html#Item OAI item] will have associated records that correspond to both the oai_dc format and an XML format based on this application profile. The particular mapping discussed here and in the separate document does not preclude alternative mappings being generated in the future. = Examples = == Example 1 == `@prefix dc: .`[[BR]] `@prefix dcterms: .`[[BR]] `@prefix eprint: .`[[BR]] ``[[BR]] `DescriptionSet (`[[BR]] `Description (`[[BR]] `Resource URI ( )`[[BR]] `Statement (`[[BR]] `Property URI ( dc:type )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dc:title )`[[BR]] `Literal Value String ( "Attempts to detect retrotransposition and de novo deletion of Alus and other dispersed`[[BR]] `repeats at specific loci in the human genome" )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dcterms:abstract )`[[BR]] `Value String ( "Dispersed repeat elements contribute to genome instability by de novo insertion and unequal`[[BR]] `recombination between repeats. To study the dynamics of these processes, we have developed`[[BR]] `single DNA molecule approaches to detect de novo insertions at a single locus and Alu-mediated`[[BR]] `deletions at two different loci in human genomic DNA. Validation experiments showed these`[[BR]] `approaches could detect insertions and deletions at frequencies below 10(-6) per cell. However,`[[BR]] `bulk analysis of germline (sperm) and somatic DNA showed no evidence for genuine mutant molecules,`[[BR]] `placing an upper limit of insertion and deletion rates of 2 x 10(-7) and 3 x 10(-7), respectively,`[[BR]] `in the individuals tested. Such re-arrangements at these loci therefore occur at a rate lower`[[BR]] `than that detectable by the most sensitive methods currently available." )`[[BR]] `)`[[BR]] `# keywords to be added`[[BR]] `# Alu; deletion; dispersed repeats; insertion; recombination; retroposition`[[BR]] `Statement (`[[BR]] `Property URI (dc:creator )`[[BR]] `Value String ( "Hollies, C.R." )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI (dc:creator )`[[BR]] `Value String ( "Monckton, D.G." )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI (dc:creator )`[[BR]] `Value String ( "Jeffreys, A.J." )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dc:identifier )`[[BR]] `Literal Value String ( "http://eprints.gla.ac.uk/503/"`[[BR]] `Syntax Encoding Scheme URI ( dcterms:URI )`[[BR]] `)`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( eprint:isExpressedAs )`[[BR]] `ResourceRef ( expression1 )`[[BR]] `)`[[BR]] `)`[[BR]] ``[[BR]] `Description (`[[BR]] `ResourceId ( expression1 )`[[BR]] `Statement (`[[BR]] `Property URI ( dc:type )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dc:language )`[[BR]] `Vocabulary Encoding Scheme URI ( dcterms:RFC3066 )`[[BR]] `Value String ( "en" )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `PropertyURI ( dc:type )`[[BR]] `Vocabulary Encoding Scheme URI ( eprint:Type )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dcterms:available )`[[BR]] `Literal Value String ( "2001-02"`[[BR]] `Syntax Encoding Scheme URI ( dcterms:W3CDTF )`[[BR]] `)`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( eprint:status )`[[BR]] `Vocabulary Encoding Scheme URI ( eprint:Status )`[[BR]] `Value URI ( < http://purl.org/eprint/status/PeerReviewed> )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( eprint:copyrightHolder )`[[BR]] `Value String ( "Nature Publishing Group" )`[[BR]] `)`[[BR]] `# Citation and OpenURL context object to be added`[[BR]] `Statement (`[[BR]] `Property URI ( eprint:isManifestedAs )`[[BR]] `ResourceRef ( pdfmanifestation )`[[BR]] `)`[[BR]] `)`[[BR]] ``[[BR]] `Description (`[[BR]] `ResourceId ( pdfmanifestation )`[[BR]] `Statement (`[[BR]] `Property URI ( dc:type )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dc:format )`[[BR]] `Vocabulary Encoding Scheme URI ( dcterms:IMT )`[[BR]] `Value String ( "application/pdf" )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( eprint:isAvailableAs )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( eprint:isAvailableAs )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] `)`[[BR]] ``[[BR]] `Description (`[[BR]] `Resource URI ( )`[[BR]] `Statement (`[[BR]] `Property URI ( dc:type )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dcterms:accessRights )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] `)`[[BR]] ``[[BR]] `Description (`[[BR]] `Resource URI ( )`[[BR]] `Statement (`[[BR]] `Property URI ( dc:type )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dcterms:accessRights )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] `)`[[BR]] `)`[[BR]] == Example 2 == `@prefix dc: .`[[BR]] `@prefix dcterms: .`[[BR]] `@prefix eprint: .`[[BR]] `@prefix foaf: .`[[BR]] ``[[BR]] `DescriptionSet (`[[BR]] `Description (`[[BR]] `Resource URI ( )`[[BR]] `Statement (`[[BR]] `Property URI ( dc:type )`[[BR]] `ValueURI ( )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dc:identifier )`[[BR]] `Literal Value String ( "http://eprints.soton.ac.uk/22934/" `[[BR]] `Syntax Encoding Scheme URI ( dcterms:URI )`[[BR]] `)`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dc:title )`[[BR]] `Literal Value String ( "Structurally integrated brushless PM motor for miniature propeller thrusters" )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dc:creator )`[[BR]] `Value String ( "Abu Sharkh, S.M.A. (Suleiman)" )`[[BR]] `ResourceRef ( AbuSharkhSM )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dc:creator )`[[BR]] `Value String ( "Lai, S.H." )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dc:creator )`[[BR]] `Value String ( "Turnock, S.R." )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dcterms:abstract )`[[BR]] `Value String ( "The design, analysis and performance of a brushless PM motor that is integrated`[[BR]] `in the structure of a miniature 50 mm diameter propeller thruster is considered;`[[BR]] `the stator is fitted in the faired thin duct that surrounds the propeller to improve`[[BR]] `its efficiency and protect it from damage, and the rotor is fitted to the rim of the`[[BR]] `propeller. Such a thruster is intended for use on small autonomous underwater vehicles`[[BR]] `that are being developed for defence, scientific and industry applications. Fitting a`[[BR]] `relatively large airgap motor with protective coating within the volume of a thin`[[BR]] `propeller duct (<10 mm thick) imposes extreme constraints on the dimensions of the`[[BR]] `machine, including a very thin rotor and stator radial thickness and relatively short`[[BR]] `axial length in addition to the relatively large airgap, which raises theoretical and`[[BR]] `practical issues that have not been considered in the literature. The design of such`[[BR]] `a machine is discussed, a demonstrator device is described and FEA and experimental`[[BR]] `results are reported." )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dc:subject )`[[BR]] `Vocabulary Encoding Scheme URI ( dcterms:LCSH )`[[BR]] `Value String ( "T Technology--TC Hydraulic engineering. Ocean engineering" )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dc:subject )`[[BR]] `Vocabulary Encoding Scheme URI ( dcterms:LCSH )`[[BR]] `Value String ( "T Technology--TK Electrical engineering. Electronics Nuclear engineering" )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dc:subject )`[[BR]] `Vocabulary Encoding Scheme URI ( dcterms:LCSH )`[[BR]] `Value String ( "T Technology--TL Motor vehicles. Aeronautics. Astronautics" )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( eprint:affiliatedInstitution )`[[BR]] `Value String ( "University of Southampton" )`[[BR]] `ResourceRef ( sotonuni )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( eprint:isExpressedAs )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] `)`[[BR]] ``[[BR]] `Description (`[[BR]] `Resource URI ( )`[[BR]] `Statement (`[[BR]] `Property URI ( dc:type )`[[BR]] `ValueURI ( )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dc:language )`[[BR]] `Value String ( "en" )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dc:type )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dc:identifier )`[[BR]] `Literal Value String ( "http://dx.doi.org/doi:10.1049/ip-epa:20040736" `[[BR]] `Syntax Encoding Scheme URI ( dcterms:URI )`[[BR]] `)`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dcterms:available )`[[BR]] `Literal Value String ( "2004" `[[BR]] `Syntax Encoding Scheme URI (dcterms:W3CDTF )`[[BR]] `)`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( eprint:status )`[[BR]] `Vocabulary Encoding Scheme ( eprint:status )`[[BR]] `ValueURI ( )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dcterms:copyrightHolder )`[[BR]] `Value String ( "Institution of Engineering and Technology" )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dcterms:bibliographicCitation )`[[BR]] `Literal Value String ( "IEE Proceedings - Electric Power Applications, 151, (5), 513-519 (2004)" )`[[BR]] `Literal Value String ( "&ctx_ver=Z39.88-2004&rft_val_fmt=info:ofi/fmt:kev:mtx:journal&rft.genre=article`[[BR]] `&rft.atitle=Structurally+integrated+brushless+PM+motor+for+miniature+propeller+thrusters`[[BR]] `&rft.jtitle=IEE+Proceedings+-+Electric+Power+Applications&rft.volume=151&rft.issue=5`[[BR]] `&rft.spage=513&rft.date=2004&rft.issn=1350-2352`[[BR]] `&rft.aulast=Sharkh&rft.auinit=S+M+A`[[BR]] `&rfr_id=info:sid/eprints.soton.ac.uk"`[[BR]] `Syntax Encoding Scheme URI ( )`[[BR]] `)`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( eprint:isManifestedAs )`[[BR]] `ResourceRef ( manifestation1 )`[[BR]] `)`[[BR]] `)`[[BR]] ``[[BR]] `Description (`[[BR]] `ResourceId ( manifestation1 )`[[BR]] `Statement (`[[BR]] `Property URI ( dc:type )`[[BR]] `ValueURI ( )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dc:format )`[[BR]] `Vocabulary Encoding Scheme URI ( dcterms:IMT )`[[BR]] `Value String ( "application/pdf" )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dc:publisher )`[[BR]] `Value String ( "Institution of Engineering and Technology" )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( eprint:isAvailableAs )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] `)`[[BR]] ``[[BR]] `Description (`[[BR]] `Resource URI ( )`[[BR]] `Statement (`[[BR]] `Property URI ( dc:type )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dcterms:licence )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dcterms:accessRights )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dcterms:isPartOf )`[[BR]] `Value URI ( )`[[BR]] `Value String ( "Institution of Engineering and Technology" )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( dcterms:isPartOf )`[[BR]] `Value URI ( )`[[BR]] `Value String ( "IET Digital Library" )`[[BR]] `)`[[BR]] `)`[[BR]] ``[[BR]] `Description (`[[BR]] `ResourceId ( sotonuni )`[[BR]] `Statement (`[[BR]] `Property URI ( dc:type )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( foaf:name )`[[BR]] `Literal Value String ( "University of Southampton" )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( foaf:homepage )`[[BR]] `Value URI ( "http://www.soton.ac.uk/" )`[[BR]] `)`[[BR]] `)`[[BR]] ``[[BR]] `Description (`[[BR]] `ResourceId ( AbuSharkhSM )`[[BR]] `Statement (`[[BR]] `Property URI ( dc:type )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( foaf:givenname )`[[BR]] `Literal Value String ( "Suleiman" )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( foaf:familyname )`[[BR]] `Literal Value String ( "Abu Sharkh" )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( foaf:homepage )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] `Statement (`[[BR]] `Property URI ( foaf:workplaceHomepage )`[[BR]] `Value URI ( )`[[BR]] `)`[[BR]] `)`[[BR]] `)`[[BR]]