02.08.2011 18:34, J. McRee Elrod:
   http://www.allegro-c.de/db/a30/bl.htm

Am I correct that there is no MARC display available?

OK, for what it's worth and for good measure, I've added that in;
no big deal since we've got what it takes.
Now, MARC appears directly underneath the regular display. But only
as complete and as correct as the stuff that was released.
The format made available by BL is an XML schema of their
own design, documented here:

  http://www.bl.uk/bibliographic/datafree.html
  (under "Data model & draft schema")

A sample XML record:

<rdf:Description>
<dcterms:title>The elves and the emperor</dcterms:title>
<dcterms:creator>
<rdf:Description>
<rdfs:label>Robinson, Hilary, 1962-</rdfs:label>
</rdf:Description>
</dcterms:creator>
<dcterms:contributor>
<rdf:Description>
<rdfs:label>Sanfilippo, Simona.</rdfs:label>
</rdf:Description>
</dcterms:contributor>
<dcterms:type>
<rdf:Description>
<rdfs:label>text</rdfs:label>
</rdf:Description>
</dcterms:type>
<dcterms:type>
<rdf:Description>
<rdfs:label>monographic</rdfs:label>
</rdf:Description>
</dcterms:type>
<isbd:P1016>
<rdf:Description>
<rdfs:label>London</rdfs:label>
</rdf:Description>
</isbd:P1016>
<dcterms:publisher>
<rdf:Description>
<rdfs:label>Wayland</rdfs:label>
</rdf:Description>
</dcterms:publisher>
<dcterms:issued>2009</dcterms:issued>
<dcterms:language>
<rdf:Description>
<rdf:value rdf:datatype="http://purl.org/dc/terms/ISO639-2";>eng</rdf:value>
</rdf:Description>
</dcterms:language>
<dcterms:extent>
<rdf:Description>
<rdfs:label>31 p</rdfs:label>
</rdf:Description>
</dcterms:extent>
<dcterms:description>Originally published: 2008.</dcterms:description>
<dcterms:subject>
<skos:Concept>
<skos:notation rdf:datatype="ddc:Notation">428.6</skos:notation>
<skos:inScheme rdf:resource="http://dewey.info/scheme/e22"; />
</skos:Concept>
</dcterms:subject>
<dcterms:isPartOf>
<rdf:Description>
<rdfs:label>Fairytale jumbles</rdfs:label>
</rdf:Description>
</dcterms:isPartOf>
<dcterms:isPartOf>
<rdf:Description>
<rdfs:label>Start reading. Purple band 8</rdfs:label>
</rdf:Description>
</dcterms:isPartOf>
<dcterms:identifier>(Uk)015346892</dcterms:identifier>
<dcterms:identifier>GBA979108</dcterms:identifier>
<bibo:isbn>9780750255233</bibo:isbn>
<bibo:isbn>0750255234</bibo:isbn>
<dcterms:identifier>URN:ISBN:9780750255233</dcterms:identifier>
<dcterms:identifier>URN:ISBN:0750255234</dcterms:identifier>
</rdf:Description>

which translates like this:

=LDR  01234cam a22002771i 45e0
=001  015346892
=007  ta
=008  \\991231s2009\\\\n\\\\\\\\\\\\\\0000\eng\d
=020  \\$a9780750255233
=040   $ea
=082  00$a428.6
=100  1\$aRobinson, Hilary (1962-)
=245  04$aThe elves and the emperor /$cHilary Robinson
=260  \\$aLondon :$bWayland,$c2009
=300  \\$a31 p
=440  \0$aFairytale jumbles
=440  \0$aStart reading. Purple band 8
=500  \\$aOriginally published: 2008.
=700  12$aSanfilippo, Simona


B.E.

Reply via email to