<HTML dir=ltr><HEAD>
<META content="text/html; charset=unicode" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.7600.16588"></HEAD>
<BODY>
<DIV><FONT color=#000000 size=2 face=Arial>Dear all</FONT></DIV>
<DIV><FONT size=2 face=Arial>I have a c-program which currently parses an rdf file and retrieves all of the nodes using:</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>const char *query_string="select ?label, ?comment from &lt;C:/datafile.rdf&gt; where (?x rdf:type rdfs:Class) (?x rdfs:label ?label) (?x rdfs:comment ?comment) using rdf for &lt;<A href="http://www.w3.org/1999/02/22-rdf-syntax-ns#>,rdfs">http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;,rdfs</A> for &lt;<A href="http://www.w3.org/2000/01/rdf-schema">http://www.w3.org/2000/01/rdf-schema</A>#&gt;";<BR></FONT></DIV>
<DIV><FONT size=2 face=Arial>Lets say I have a string defined as:</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>char keyword[]="City";</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>My question is can we have a where clause in the query, so that we only retrieve results where the strcmp(label, keyword) = 0 in other words only retrieve those results where the label is equal to the keyword which in this case is "City". </FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>If further explanation is needed let me know.</FONT></DIV>
<DIV><FONT size=2 face=Arial>Thank you</FONT></DIV>
<DIV><FONT size=2 face=Arial>Jagdev</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><P><HR>
Through our significant contribution to the creative industries and the city's cultural and artistic life,<BR>
Birmingham City University is proud to support Birmingham's bid to be UK City of Culture in 2013<BR>
<BR>
http://birminghamculture.org<BR>
http://www.bcu.ac.uk/about-us/excellent-arts
</P></DIV>
</BODY></HTML>