Object Reuse and Exchange: Difference between revisions

Content deleted Content added
Fmccown (talk | contribs)
m Resource Maps: link to serialization
Fmccown (talk | contribs)
Resource Maps: update example
Line 7:
== Resource Maps ==
 
Resource Maps (ReMs) may be [[serialization|serialized]] (or represented) in several different formats including [[Atom feed]]s, [[RDF/XML]], [[RDFa]], and others. The example below illustrates how a ReM can represent the [[arXiv]] [[e-print]] at http://arxiv.org/abs/astro-ph/0601007 using an Atom feed. Metadata such as the [[digital object identifier]], title, and authors for the e-print are included first in the Atom feed. The e-print is a compound digital object composed of threefive aggregated resources which are listed next: [[OAI-PMH]] [[metadata]] about the e-print, a [http://arxiv.org/abs/astro-ph/0601007 splash page], a [http://arxiv.org/ps/astro-ph/0601007 PostScript version] of the e-print, a [http://arxiv.org/pdf/astro-ph/0601007 PDF version], and a [http://arxiv.org/e-print/astro-ph/0601007 gzipped tar file] containing multiple versions of the e-print. Metadata such as the [[digital object identifier]], title, and authors for the e-print are also included in the Atom feed.
 
<source lang="xml">
Line 40:
<dcterms:conformsTo rdf:resource="http://www.openarchives.org/OAI/2.0/oai_dc/"/>
</rdf:Description>
</entry>
 
<entry>
<id>http://oreproxy.org/r?what=http://arxiv.org/abs/astro-ph/0601007&amp;where=http://arxiv.org/rem/astro-ph/0601007%23aggregation</id>
<link href="http://arxiv.org/abs/astro-ph/0601007" rel="alternate" type="text/html"/>
<updated>2007-05-31T12:52:00Z</updated>
<title>Splash Page for "Parametrization of K-essence and Its Kinetic Term"</title>
<category scheme="info:eu-repo/semantics/"
term="info:eu-repo/semantics/humanStartPage" label="humanStartPage" />
</entry>