<!--



 *** Moved to http://switchb.org/kpreid/2003/quote ***
 *** This copy will not be updated and may disappear ***



-->
<?xml version="1.0" encoding="us-ascii" standalone="yes"?>
<rdf:RDF 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  xml:lang="en"
>

<rdf:Description rdf:about="">
    <rdfs:comment>*** Moved to http://switchb.org/kpreid/2003/quote ***
    *** This copy will not be updated and may disappear ***</rdfs:comment>
</rdf:Description>

<rdfs:Class rdf:ID="Quote">
  <rdfs:label>quote</rdfs:label>
</rdfs:Class>

<rdfs:Property rdf:ID="text">
  <rdfs:label>text</rdfs:label>
  <rdfs:domain rdf:resource="#Quote"/>
  <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdfs:Property>

<rdfs:Property rdf:ID="lines">
  <rdfs:label>text lines</rdfs:label>
  <rdfs:domain rdf:resource="#Quote"/>
  <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq"/>
</rdfs:Property>

<rdfs:Property rdf:ID="cite">
  <rdfs:label>citation</rdfs:label>
  <rdfs:domain rdf:resource="#Quote"/>
</rdfs:Property>

<rdfs:Property rdf:ID="speaker">
  <rdfs:label>speaker</rdfs:label>
  <rdfs:domain rdf:resource="#Quote"/>
  <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
</rdfs:Property>

<rdfs:Property rdf:ID="quotedBy">
  <rdfs:label>quoted by</rdfs:label>
  <rdfs:domain rdf:resource="#Quote"/>
  <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
</rdfs:Property>

<rdfs:Property rdf:ID="context">
  <rdfs:label>context</rdfs:label>
  <rdfs:domain rdf:resource="#Quote"/>
</rdfs:Property>

<rdfs:Property rdf:ID="obscure">
  <rdfs:domain rdf:resource="#Quote"/>
</rdfs:Property>

</rdf:RDF>
