<?xml version="1.0"?>

<!-- 
  An example RDF record (BIBLINK Workspace Record 03) using the  BIBLINK Core schema: 
    http://www.schemas-forum.org/registry/schemas/biblink/BC-schema.html
  and the RDF schema for the BIBLINK Core Application Profile:
    http://www.schemas-forum.org/registry/schemas/biblink/1.0/bc-ap

  Manjula Patel -m.patel@ukoln.ac.uk
  2000-09-06
-->

<rdf:RDF 
  xmlns:rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc = "http://purl.org/dc/elements/1.0/"
  xmlns:bc = "http://www.schemas-forum.org/registry/schemas/biblink/1.0/bc-ap#">

  <rdf:Description about="urn:isbn:0952369230">
      <dc:identifier
          rdf:value="0952369230"
	  bc:identifierScheme="ISBN"
       />
      <dc:title>Cartoons</dc:title>
      <bc:creatorOrganisation>University of Kent at Canterbury</bc:creatorOrganisation>
      <dc:publisher>Context Limited</dc:publisher>
      <dc:date>1999</dc:date>
      <bc:placePublication>London</bc:placePublication>
      <dc:subject>
	  <rdf:Bag>
		<rdf:li rdf:value="Caricatures and cartoons"
			bc:subjectScheme="LCSH" />
		<rdf:li rdf:value="741.5941"
			bc:subjectScheme="DDC" />
	  </rdf:Bag>
      </dc:subject>
      <dc:description>
          Summary: Contains over 18,000 cartoons published in British news papers from 1912-1990
      </dc:description>
      <bc:price>450</bc:price>
      <dc:language>en</dc:language>
      <dc:source>
          Prints and artwork held at the Centre for the Study of Cartoons and Caricature,
          The Templeman Library, The University of Kent at Canterbury
      </dc:source>
      <bc:systemRequirements>
          IBM compatible PC; 486 processor or later; 8MB RAM; Windows 3.1 or later
      </bc:systemRequirements>
  </rdf:Description>
</rdf:RDF>