[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ref-Links] Correction




Apologise for the wrong data in one of the examples in the draft yesterday
- guess I was looking somewhere else when I cut and pasted. This is how it
should have appeared - one article DOI which links to both the "Original
Article" and its "Corrigendum" online resources, as well as binding this
object to its parent object (the issue 305, #3) and to its application
profile (CrossRef).

Tony


% ruby -rdoi -e 'DigitalObject.get("10.1006/jmbi.2000.4282").dataGroupsDump'
DataGroups (2) = [

profile => doi:10.profile/crossref
resource => http://www.idealibrary.com/links/doi/10.1006/jmbi.2000.4282
label => J. Mol. Biol. 305, 3 (2000) 377 - Original Article
parent => doi:10.1006/jmbi.v305.v003

profile => doi:10.profile/crossref
resource => http://www.idealibrary.com/links/doi/10.1006/jmbi.2000.4440
label => J. Mol. Biol. 305, 3 (2000) 377 - Corrigendum

]


Of course, these DataGroups lead to a small wrinkle with my RDF
representation which is now essentially flat - bags I suppose are the
answer to group the related resources.

<?xml version="1.0"?>
<RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:doi="http://www2.harcourt-international.com/~tony/schema/doi-schema-2001-01-12#"
>

<doi:DigitalObject rdf:about="doi:10.1006/jmbi.2000.4282">
  <doi:profile rdf:resource="doi:10.profile/crossref">
  <doi:resource rdf:resource="http://www.idealibrary.com/links/doi/10.1006/jmbi.2000.4282">
  <doi:label>J. Mol. Biol. 305, 3 (2000) 377 - Original Article</doi:label>
  <doi:parent rdf:resource="doi:10.1006/jmbi.v305.v003">
  <doi:resource rdf:resource="http://www.idealibrary.com/links/doi/10.1006/jmbi.2000.4440">
  <doi:label>J. Mol. Biol. 305, 3 (2000) 377 - Corrigendum</doi:label>
</doi:DigitalObject>

</RDF>




------------------------------------------------------
Ref-Links maillist  -  Ref-Links@doi.org
http://www.doi.org/mailman/listinfo/ref-links