<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#DeclarativeRule"/>
  <owl:Class rdf:about="http://inferenceweb.stanford.edu/2004/07/iw.owl#Team"/>
  <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#englishDescription"/>
  <rdf:Property rdf:about="http://inferenceweb.stanford.edu/2004/07/iw.owl#hasLanguage"/>
  <iw:Source rdf:about="http://inferenceweb.stanford.edu/registry/TM/SDS-TEAM.owl#SDS-TEAM"
     rdf:type="http://inferenceweb.stanford.edu/2004/07/iw.owl#Team"/>
  <iw:DeclarativeRule rdf:about="http://inferenceweb.stanford.edu/registry/DPR/MeetServicePostcondition.owl#MeetServicePostcondition"
     iw:firstSubmissionDate="20041111135429"
     iw:lastSubmissionDate="20041118003418">
    <iw:name>Meet Service Postcondition</iw:name>
    <iw:englishDescription>This rule asserts that the postconditions required to integrate the output of a service have been met by the SDS "s". Currently this entails that output "z" of service "r" can be translated to output "b" which is desired for integration.</iw:englishDescription>
    <iw:hasSource rdf:parseType="Collection">
      <iw:Source rdf:about="http://inferenceweb.stanford.edu/registry/TM/SDS-TEAM.owl#SDS-TEAM"/>
    </iw:hasSource>
    <iw:submitter rdf:resource="http://inferenceweb.stanford.edu/registry/TM/SDS-TEAM.owl#SDS-TEAM"/>
    <iw:ruleSpec>(=>	(and 	(needOutput ?s ?b)
			(hasOutput ?r ?z)
			(haveTranslation ?z ?b))
		(meetServicePostcondition ?s ?r))</iw:ruleSpec>
    <iw:hasLanguage rdf:resource="http://inferenceweb.stanford.edu/registry/LG/KIF.owl#KIF"
       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>
