Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

The DC:RELATION field can typically be used for describing relations to other expressions, or versions of the document.
For example the Published version of an article and the author version of an article. These can be referred to each other by using the "most appropriate" identifier that is actionable (URL). For example

This record with ID 1111, is a paper that has been submitted for peer reviewing. This paper has a relation with the peer reviewed article with ID 2222.

Code Block
xml
xml
<oai_dc:dc > 
<de:identifier>[http://hdl.handle.net/1234/1111]</dc:identifier> 
<dc:type>info:eu-repo/semantics/paper</dc:type> 
<dc:type>info:eu-repo/semantics/submittedVersion</dc:type> 
<dc:relation>[http://hdl.handle.net/1234/2222]</dc:relation> 
</oai_dc:dc>

The metadata record below shows the record of the article with ID 2222. This article has a relation with the submitted paper.

Code Block
xml
xml
<oai_dc:dc > \\
<de:identifier>[http://hdl.handle.net/1234/2222]</dc:identifier> \\
<dc:type>info:eu-repo/semantics/article</dc:type> \\
<dc:type>info:eu-repo/semantics/publishedVersion</dc:type> \\
<dc:relation>[http://hdl.handle.net/1234/1111]</dc:relation> \\
</oai_dc:dc>