<?xml version="1.0" encoding="UTF-8"?>

<Rulebase xmlns="http://www.ruleml.org/0.87/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.ruleml.org/0.87/xsd http://www.ruleml.org/0.87/xsd/urcbindatalog.xsd">

<!-- Ground query asking for a triple -->

<clause>
<Query>
 <body>
  <Atom>
    <opr>
      <Rel href="http://dublincore.org/documents/dces/index.shtml.rdf#Creator"/>
    </opr>
    <Ind href="http://www.w3.org/Home/Lassila"/>
    <Ind>Ora Lassila</Ind>
  </Atom>
 </body>
</Query>
</clause>

</Rulebase>
