Jump to content

Resource map

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 2601:282:4002:db5a:c49f:95b4:719e:979e (talk) at 21:27, 16 October 2015. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A Resource Map (ReM) is a conxdfghyujioiuytredsertyuioiuytrewertyuiopcept of the ORE Model allowing you to associate an identity with compound digital objects (aggregations of digital resources) and make assertions about their structure and semantics. Compound objects combine distributed resources, including multiple media types.

ReM Serialization

A Resource Map may be|serialized! (or represented) in several different formats including Atom feeds, 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

<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"
      xmlns:dcterms="http://purl.org/dc/terms/"
      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

  <id>http://arxiv.org/rem/astro-ph/0601007#aggregation</id>
  <link href="http://arxiv.org/rem/astro-ph/0601007" rel="self" type="application/atom+xml"/>
  <generator uri="http://arxiv.org/">arXiv.org e-Print Repository</generator>
  <updated>2007-10-10T18:30:02Z</updated>
  <category scheme="http://www.openarchives.org/ore/terms/"
  term="http://www.openarchives.org/ore/terms/Aggregation" label="Aggregation" />
  <link href="info:doi/10.1142/S0217732306019475" rel="related"/>
  <link href="info:arxiv/astro-ph/0601007v2" rel="related"/>
  <title>Parametrization of K-essence and Its Kinetic Term</title>
  <author><name>Hui Li</name></author>
  <author><name>Zong-Kuan Guo</name></author>
  <author><name>Yuan-Zhong Zhang</name></author>

 <entry>
   <id>http://oreproxy.org/r?what=http://export.arxiv.org/oai2?verb=GetRecord&amp;metadataPrefix=oai_dc&amp;identifier=astro-ph/0601007&amp;where=http://arxiv.org/rem/astro-ph/0601007%23aggregation</id>
   <link href="http://export.arxiv.org/oai2?verb=GetRecord&amp;metadataPrefix=oai_dc&amp;identifier=astro-ph/0601007"
   rel="alternate"/>
   <updated>2007-05-31T12:52:00Z</updated>
   <title>Dublin Core Metadata for "Parametrization of K-essence and Its Kinetic Term"</title>
   <category scheme="info:eu-repo/semantics/"
   term="info:eu-repo/semantics/DescriptiveMetadata" label="DescriptiveMetadata" />
   <rdf:Description
    rdf:about="http://export.arxiv.org/oai2?verb=GetRecord&amp;metadataPrefix=oai_dc&amp;identifier=astro-ph/0601007">
        <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>

 <entry>
   <id>http://oreproxy.org/r?what=http://arxiv.org/ps/astro-ph/0601007&amp;where=http://arxiv.org/rem/astro-ph/0601007%23aggregation</id>
   <link href="http://arxiv.org/ps/astro-ph/0601007" rel="alternate" type="application/postscript"/>
   <updated>2007-05-31T12:52:00Z</updated>
   <title>PostScript Version of "Parametrization of K-essence and Its Kinetic Term"</title>
 </entry>

 <entry>
   <id>http://oreproxy.org/r?what=http://arxiv.org/pdf/astro-ph/0601007&amp;where=http://arxiv.org/rem/astro-ph/0601007%23aggregation</id>
   <link href="http://arxiv.org/pdf/astro-ph/0601007" rel="alternate" type="application/pdf"/>
   <updated>2007-05-31T12:52:00Z</updated>
   <title>PDF Version of "Parametrization of K-essence and Its Kinetic Term"</title>
 </entry>

 <entry>
   <id>http://oreproxy.org/r?what=http://arxiv.org/e-print/astro-ph/0601007&amp;where=http://arxiv.org/rem/astro-ph/0601007%23aggregation</id>
   <link href="http://arxiv.org/e-print/astro-ph/0601007" rel="alternate"/>
   <updated>2007-05-31T12:52:00Z</updated>
   <title>Other Versions of "Parametrization of K-essence and Its Kinetic Term"</title>
 </entry>

</feed>

Notes

  • Lagoze, Carl; Van de Sompel, Herbert (May 2007), Compound Information Objects: The OAI-ORE Perspective

See also