<rs:md>
and <rs:ln>
elements are introduced to express metadata and links, respectively. Both are in the ResourceSync XML Namespace and can have attributes. The attributes defined in this namespace are listed in Table 3.2 and detailed below. The <rs:ln>
element as well as several of the ResourceSync attributes are based upon other specifications and in those cases inherit the semantics defined there; the "RFC" column of Table 3.2 refers to those specifications. Communities can introduce additional attributes when needed but must use an XML Namespace other than that of ResourceSync.--
You received this message because you are subscribed to the Google Groups "ResourceSync" group.
To unsubscribe from this group and stop receiving emails from it, send an email to resourcesync...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I saw in section 8.4 of the spec what appears to be a different approach to the same problem. It's a single resource list with two resources for each item -- one for the metadata, one for the PDF, and links between them marked with "describes" or "described-by". Is that the preferred way of doing what Simeon describes (and which is also a need that we have for eScholarship)?
Also a side note on section 8.4: the 'length' attributes in the example seem wonky. If they're the same PDF file, shouldn't it be the same length in both cases?
One final note: Great job on the new spec! I enjoyed reading through it and found it to be eminently clear, readable, and well focused on use cases.
--Martin
On Friday, May 10, 2013 8:53:00 AM UTC-7, Simeon Warner wrote:
I think we need to have so way to point to certain capability lists as
having specific meanings, preferably machine readable. One that seems
very obvious is the OAI-PMH replacement case: it would be good to be
able to say "this capability list is my metadata", maybe even "this
capability list if my DC metadata". Then by extension we might want to
say "the capability list is my full-text/PDF/whetever" though that very
quickly gets nebulous.
--
You received this message because you are subscribed to the Google Groups "ResourceSync" group.
To unsubscribe from this group and stop receiving emails from it, send an email to resourcesync...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
<sm:url>
<sm:loc>http://localhost:8080/xmlui/bitstream/123456789/7/1/ResearcherIdentifiers_TechnicalReport.pdf</sm:loc>
<sm:changefreq>never</sm:changefreq>
<rs:md atom:length="651281" atom:type="application/pdf" />
<rs:ln atom:href="http://localhost:8080/dspace-resourcesync/123456789/7?format=http://purl.org/dc/terms/" atom:rel="describedby" />
<rs:ln atom:href="http://localhost:8080/xmlui/123456789/3" atom:rel="collection" />
</sm:url>