[Virtuoso-users] Pseudo-Duplicate triples/Missing predicates on retrieval of RDF data

2010-08-31 Thread CStadler
On 08/31/2010 11:06 PM, CStadler wrote: Hi, I found out another problem with incorrect data being returned: Sparql Insert Into { "Halle" .}; Sparql Insert Into

Re: [Virtuoso-users] python_exec bif docs?

2010-08-31 Thread Aldo Bucchi
Hi Mitko, On Tue, Aug 31, 2010 at 8:30 AM, Mitko Iliev wrote: > Hi Aldo, > > I think it is not related to comments. The 1st argument of python_exec should > be string, so you can't use file_to_string_output as it returns stream > object. In this case you need to use file_to_string (x). You're

Re: [Virtuoso-users] python_exec bif docs?

2010-08-31 Thread Mitko Iliev
Hi Aldo, I think it is not related to comments. The 1st argument of python_exec should be string, so you can't use file_to_string_output as it returns stream object. In this case you need to use file_to_string (x). Best Regards, Mitko On Aug 31, 2010, at 6:08 AM, Aldo Bucchi wrote: > * If th

Re: [Virtuoso-users] python_exec bif docs?

2010-08-31 Thread Aldo Bucchi
OK, I found some docs in the new tutorial VAD ( thanks Ted for the hint ). The python_exec takes following arguments: code - a string containing the Python code function_name - a string containing the name of Python function to be executed param1 : a string containing first parameter