<docbook><section><title>VirtuosoOdsControllersUserEx8</title><bridgehead class="http://www.w3.org/1999/xhtml:h2">Example Usage of ODS Framework Controller for User Search</bridgehead>
<programlisting>$ curl -i &quot;http://demo.openlinksw.com/ods/api/user.search?pattern=demo&quot;
HTTP/1.1 200 OK
Server: Virtuoso/05.12.3041 (Solaris) x86_64-sun-solaris2.10-64  VDB
Connection: Keep-Alive
Date: Tue, 29 Dec 2009 12:01:34 GMT
Accept-Ranges: bytes
Content-Type: application/sparql-results+xml
Content-Length: 623

&lt;sparql xmlns=&quot;http://www.w3.org/2005/sparql-results#&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xsi:schemaLocation=&quot;http://www.w3.org/200
1/sw/DataAccess/rf1/result2.xsd&quot;&gt;
 &lt;head&gt;
  &lt;variable name=&quot;user&quot;/&gt;
  &lt;variable name=&quot;property&quot;/&gt;
  &lt;variable name=&quot;value&quot;/&gt;
 &lt;/head&gt;
 &lt;results distinct=&quot;false&quot; ordered=&quot;true&quot;&gt;
  &lt;result&gt;
   &lt;binding name=&quot;user&quot;&gt;&lt;uri&gt;http://demo.openlinksw.com/dataspace/WebCal#this&lt;/uri&gt;&lt;/binding&gt;
   &lt;binding name=&quot;property&quot;&gt;&lt;uri&gt;http://rdfs.org/sioc/ns#name&lt;/uri&gt;&lt;/binding&gt;
   &lt;binding name=&quot;value&quot;&gt;&lt;literal&gt;PHP WebCalendar Demo user&lt;/literal&gt;&lt;/binding&gt;
  &lt;/result&gt;
 &lt;/results&gt;
&lt;/sparql&gt;
</programlisting></section></docbook>