Hi,
I am having a problem with the Virtuoso Facets Web Service.
We have a conference model with instances having properties like 
http://3ba..se/conferences/camera-readySubmission, 
http://3ba.se/conferences/acceptanceNotification, 
http://3ba.se/conferences/abstractsDue and so on.
I am trying to list the properties of those instances having a certain filter 
(For example, http://3ba.se/conferences/start = 2006-06-26 )
So the query :

<?xml version="1.0"?>
<query xmlns="http://openlinksw.com/services/facets/1.0"  inference="">
<class iri="http://swrc.ontoware.org/ontology#Conference"; />
<property iri="http://3ba.se/conferences/start";>
<value datatype="http://www.w3.org/2001/XMLSchema#date"; op="=" 
>2006-06-26</value>
</property>
<view type="properties" />
</query>

should return the properties of such instances.There are 3 conferences which 
have a start date 2006-06-26, but the web service doesnt return any result for 
this query. However, when the operator is changed to  >= or <= it gives result
 
What could be the problem?




      See the Web&#39;s breaking stories, chosen by people like you. Check out 
Yahoo! Buzz. http://in.buzz.yahoo.com/

Reply via email to