Hi,

Could you dump the rdf data for ex. using describe or to make construct in 
order we to investigate the problem?

For ex. to see what is the data for the property 
http://3ba.se/conferences/start,
to check the timezone etc.

Best Regards,
Rumi

  ----- Original Message ----- 
  From: Jinesh George 
  To: virtuoso-users@lists.sourceforge.net 
  Sent: Thursday, July 09, 2009 1:36 PM
  Subject: [Virtuoso-users] Help needed regarding Virtuoso Facets Web Service


        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?

       


------------------------------------------------------------------------------
  Looking for local information? Find it on Yahoo! Local


------------------------------------------------------------------------------


  ------------------------------------------------------------------------------
  Enter the BlackBerry Developer Challenge  
  This is your chance to win up to $100,000 in prizes! For a limited time, 
  vendors submitting new applications to BlackBerry App World(TM) will have
  the opportunity to enter the BlackBerry Developer Challenge. See full prize  
  details at: http://p.sf.net/sfu/Challenge


------------------------------------------------------------------------------


  _______________________________________________
  Virtuoso-users mailing list
  Virtuoso-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to