<?xml version="1.0"?>

<!-- 
  An example RDF record (BIBLINK Workspace Record 04) 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:issn:14618745">
      <dc:identifier
          rdf:value="14618745"
	  bc:identifierScheme="ISSN"
       />
      <dc:title>Times electronic law reports</dc:title>
      <dc:publisher>Context Limited</dc:publisher>
      <dc:date>199-</dc:date>
      <dc:description>
       Summary: Contains the full text of every law report published in Times 
       newspaper from 1990 to the present day
      </dc:description>
      <bc:edition>Version TLR 2.1 </bc:edition>
      <bc:placePublication>London</bc:placePublication>
      <bc:price>Annual subscription 450 (first year) 250 (subsequent years) </bc:price>
      <bc:frequency>Quarterly</bc:frequency>
      <dc:language>en</dc:language>
      <bc:systemRequirements>
       IBM compatible PC; 486 processor 16MB RAM; Windows 95 or later
      </bc:systemRequirements>
      <dc:subject>
	  <rdf:Bag>
		<rdf:li rdf:value="Law"
			bc:subjectScheme="LCSH" />
		<rdf:li rdf:value="349.41"
			bc:subjectScheme="DDC" />
	  </rdf:Bag>
      </dc:subject>
  </rdf:Description>
</rdf:RDF>