<rdf:RDF
    xmlns:iw="http://inferenceweb.stanford.edu/2004/07/iw.owl#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#">
  <owl:Class rdf:about="http://inferenceweb.stanford.edu/2004/07/iw.owl#Source"/>
  <owl:Class rdf:about="http://inferenceweb.stanford.edu/2004/07/iw.owl#Language"/>
  <owl:Class rdf:about="http://inferenceweb.stanford.edu/2004/07/iw.owl#Team"/>
  <owl:Class rdf:about="http://inferenceweb.stanford.edu/2004/07/iw.owl#DeclarativeRule"/>
  <rdf:Property rdf:about="http://inferenceweb.stanford.edu/2004/07/iw.owl#firstSubmissionDate"/>
  <rdf:Property rdf:about="http://inferenceweb.stanford.edu/2004/07/iw.owl#ruleSpec"/>
  <rdf:Property rdf:about="http://inferenceweb.stanford.edu/2004/07/iw.owl#name"/>
  <rdf:Property rdf:about="http://inferenceweb.stanford.edu/2004/07/iw.owl#lastSubmissionDate"/>
  <rdf:Property rdf:about="http://inferenceweb.stanford.edu/2004/07/iw.owl#hasSource"/>
  <rdf:Property rdf:about="http://inferenceweb.stanford.edu/2004/07/iw.owl#submitter"/>
  <rdf:Property rdf:about="http://inferenceweb.stanford.edu/2004/07/iw.owl#englishExample"/>
  <rdf:Property rdf:about="http://inferenceweb.stanford.edu/2004/07/iw.owl#englishDescription"/>
  <rdf:Property rdf:about="http://inferenceweb.stanford.edu/2004/07/iw.owl#hasLanguage"/>
  <iw:DeclarativeRule rdf:about="http://inferenceweb.stanford.edu/registry/DPR/MP.owl#MP"
     iw:firstSubmissionDate="20031207211941"
     iw:lastSubmissionDate="20041014172038">
    <iw:name>ND modus ponens</iw:name>
    <iw:englishDescription>If A holds and A implies B then B holds.</iw:englishDescription>
    <iw:englishExample>If every wine of type Chardonnay is WHITE ((type ?x Chardonnay) -> (hasColor ?x WHITE)) and WINE1 is of type Chardonnay (type WINE1 Chardonnay) then WINE1 is white (hasColor WINE1 WHITE).</iw:englishExample>
    <iw:hasSource rdf:parseType="Collection">
      <iw:Source rdf:about="http://inferenceweb.stanford.edu/registry/PUB/TROELSTRA2000.owl#TROELSTRA2000"/>
    </iw:hasSource>
    <iw:submitter rdf:resource="http://inferenceweb.stanford.edu/registry/TM/IW-TEAM.owl#IW-TEAM"
       rdf:type="http://inferenceweb.stanford.edu/2004/07/iw.owl#Team"/>
    <iw:ruleSpec>p; '(implies ' p q ')' |- q;; (Sent p q)</iw:ruleSpec>
    <iw:hasLanguage rdf:resource="http://inferenceweb.stanford.edu/registry/LG/PPDR.owl#PPDR"
       rdf:type="http://inferenceweb.stanford.edu/2004/07/iw.owl#Language"/>
  </iw:DeclarativeRule>
  <rdf:List rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:RDF>
