On 5/22/07, Bernhard Eversberg <ev_at_biblio.tu-bs.de> wrote:
> Anyway, has anyone seen an XML schema or something that might
> illuminate us as to how an ex-MARC record might look in RDF?
Yeah, sure, I've seen a few, but they're not very human-readable.
Here's a tiny one for DC ;
<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
xmlns:dc='http://purl.org/dc/elements/1.1/'>
<rdf:Description>
<dc:subject
rdf:resource='http://purl.org/gem/instance/subject/GEM-S/arts_photography'/>
</rdf:Description>
</rdf:RDF>
See if you can make it out within about 30 seconds. :) The interesting
part here is again, using URI's as identifiers. Do they make any sense
here?
Alex
--
---------------------------------------------------------------------------
Project Wrangler, SOA, Information Alchymist, UX, RESTafarian, Topic Maps
------------------------------------------ http://shelter.nu/blog/ --------
Received on Tue May 22 2007 - 19:27:21 EDT