Content deleted Content added
m →Resource Maps: link to serialization |
→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
<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&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>
|