<?xml version="1.0"?>

<!-- 
  An example RDF record 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-08-23
-->

<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:0-89887-113-1">
      <dc:title>Patrologia Latina Database</dc:title>
      <dc:creator>Jacques Paul Migne</dc:creator>
      <dc:date>1993</dc:date>
      <dc:language>la</dc:language>
      <dc:format>CD-ROM</dc:format>
      <bc:extent>2 computer laser optical disks; 4 3/4 in</bc:extent>
      <dc:description>x
      The Patrologia Latina Database is an electronic
      version of the 221  volumes of the first edition of Jacques-Paul Migne's
      Patrologia Latina which was published between 1844 and 1865. The
      Patrologia Latina comprises the works of the Church Fathers from
      Tertullian in 200 AD to the death of Pope Innocent III in 1216. The
      database is fully searchable.
      </dc:description>
      <bc:systemRequirements>
      Multimedia PC 486x or higher, 8mb
      memory, CD-ROM drive, sound card, SVGA 256-colour monitor, Windows 95 or
      Windows 3.1
      </bc:systemRequirements>
      <dc:subject
          rdf:value="Christian literature, Early"
	  bc:subjectScheme="LCSH"
       />
      <dc:identifier
          rdf:value="isbn:0-89887-113-1"
	  bc:identifierScheme="URN"
       />
      <bc:placePublication>Cambridge</bc:placePublication>
      <dc:publisher>Chadwyck-Healey</dc:publisher>
  </rdf:Description>
</rdf:RDF>