<rdf:RDF
    xmlns:iw="http://inferenceweb.stanford.edu/2004/03/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/03/iw.owl#Team"/>
  <owl:Class rdf:about="http://inferenceweb.stanford.edu/2004/03/iw.owl#MethodRule"/>
  <owl:Class rdf:about="http://inferenceweb.stanford.edu/2004/03/iw.owl#Source"/>
  <rdf:Property rdf:about="http://inferenceweb.stanford.edu/2004/03/iw.owl#hasSource"/>
  <rdf:Property rdf:about="http://inferenceweb.stanford.edu/2004/03/iw.owl#englishExample"/>
  <rdf:Property rdf:about="http://inferenceweb.stanford.edu/2004/03/iw.owl#name"/>
  <rdf:Property rdf:about="http://inferenceweb.stanford.edu/2004/03/iw.owl#firstSubmissionDate"/>
  <rdf:Property rdf:about="http://inferenceweb.stanford.edu/2004/03/iw.owl#englishDescriptionTemplate"/>
  <rdf:Property rdf:about="http://inferenceweb.stanford.edu/2004/03/iw.owl#lastSubmissionDate"/>
  <rdf:Property rdf:about="http://inferenceweb.stanford.edu/2004/03/iw.owl#submitter"/>
  <iw:MethodRule rdf:about="http://inferenceweb.stanford.edu/registry/MPR/DCTrainDatabaseQuery.owl#DCTrainDatabaseQuery"
     iw:firstSubmissionDate="20050728221510"
     iw:lastSubmissionDate="20050728221510">
    <iw:name>DC-Train Database Query</iw:name>
    <iw:englishExample>Say we want to determine what frame (distance from the bow of the ship in feet) a compartment lies at (i.e. where the front of the compartment is).  In our Gerona agent, we might have the following logical statement:

world-info( find, _, _, "Compartments", [ name &lt;- "02-112-0-Q", frame -> Frame ], _, _ )

This would map to a database query such as (in SQL):

SELECT [frame] FROM Compartments WHERE [name]='02-112-0-Q'

(The result would be 112, since the frame number is actually given in the compartment name.)</iw:englishExample>
    <iw:hasSource rdf:parseType="Collection">
      <iw:Source rdf:about="http://inferenceweb.stanford.edu/registry/PUB/DCTrainDigitalRepresentation.owl#DCTrainDigitalRepresentation"/>
      <iw:Source rdf:about="http://inferenceweb.stanford.edu/registry/PUB/DCTrainKnowledgeOntology.owl#DCTrainKnowledgeOntology"/>
    </iw:hasSource>
    <iw:submitter rdf:resource="http://inferenceweb.stanford.edu/registry/TM/Gerona-TEAM.owl#Gerona-TEAM"
       rdf:type="http://inferenceweb.stanford.edu/2004/03/iw.owl#Team"/>
    <iw:englishDescriptionTemplate>Much of the physical information about the DDG51-class destroyer simulated by the DC-Train system is stored in a massive database.  This information includes the location and geometry of compartments, firemain pipes, and descriptions of all the message types that can be passed between agents in the system.

The DC-Train system, along with agents like the Gerona-based Damage Control Expert (DCX), can query static information in the database through a unified communications interface.</iw:englishDescriptionTemplate>
  </iw:MethodRule>
  <rdf:List rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:RDF>
