Hi,
i was trying the following request but the filter inside the request have
been ignored. i think that is a bug in virtuose, could that be true? and is
there a workaround about it?

SELECT DISTINCT ?property ?range WHERE
{

 ?s ?property ?object.

 FILTER(regex(str(?property), 'birth', 'i')).

 BIND(datatype(?object) AS ?range).

 OPTIONAL {?property <http://www.w3.org/2000/01/rdf-schema#range> ?range. }

} LIMIT 10



best regards
stephan
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to