<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:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:daml="http://www.daml.org/2001/03/daml+oil#"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
  <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#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#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"/>
  <iw:DeclarativeRule rdf:about="http://inferenceweb.stanford.edu/registry/DPR/Member.owl#Member">
    <iw:englishExample>&lt;p>
Given the triple &lt;code>(subClassOf SHELLFISH SEAFOOD)&lt;/code> derive that &lt;code>?x=SEAFOOD&lt;/code> is a member of the Value Collection &lt;code>(subClassOf SHELLFISH ?x)&lt;/code>.
&lt;p>
</iw:englishExample>
    <iw:name>Membership Rule</iw:name>
    <iw:englishDescription>&lt;p>
This proof step indicates that, in JTP's frame system, a specific Value Collection contains the value in question.  
&lt;p>
A Value Collection can be thought of as the set of values of &lt;code>?x&lt;/code> that satisfy a triple of the form &lt;code>(property subject ?x)&lt;/code>, or of the form &lt;code>(property ?x value)&lt;/code>.
&lt;p>
Given a triple &lt;code>(property subject value)&lt;/code> this proof step could represent the inference that &lt;code>?x=value&lt;/code> belongs to the Value Collection &lt;code>(property subject ?x)&lt;/code>, or the inference that &lt;code>?x=subject&lt;/code> belongs to the Value Collection &lt;code>(property ?x value)&lt;/code>.
</iw:englishDescription>
    <iw:lastSubmissionDate>20060105112055</iw:lastSubmissionDate>
    <iw:submitter>
      <iw:Team rdf:about="http://inferenceweb.stanford.edu/registry/TM/IW-TEAM.owl#IW-TEAM"/>
    </iw:submitter>
    <iw:firstSubmissionDate>20041014145053</iw:firstSubmissionDate>
  </iw:DeclarativeRule>
</rdf:RDF>
