Hello Claus,

I can't reproduce the serialization bug with my last build, so the bug
it either fixed in the last VOS or on its way to the public snapshot.

SQL> Sparql Insert Into <http://test.org>
{ <http://linkedgeodata.org/triplify/node855074925>
<http://linkedgeodata.org/property/addr%3Acountry> "Halle" .};
callret-0
VARCHAR
_______________________________________________________________________________

Insert into <http://test.org>, 1 (or less) triples -- done

1 Rows. -- 5 msec.
SQL> Sparql Insert Into <http://test.org>
{ <http://linkedgeodata.org/triplify/node855074925>
<http://linkedgeodata.org/property/addr%3Astreet> "Halle" .};
callret-0
VARCHAR
_______________________________________________________________________________

Insert into <http://test.org>, 1 (or less) triples -- done

1 Rows. -- 1 msec.
SQL> 
SQL> Sparql Construct {?s ?p ?o .} From <http://test.org> {?s ?p ?o .};
fmtaggret-
LONG VARCHAR
_______________________________________________________________________________

@prefix ns0:    <http://linkedgeodata.org/triplify/> .
ns0:node855074925       <http://linkedgeodata.org/property/addr%
3Acountry>      "Halle" ;
        <http://linkedgeodata.org/property/addr%3Astreet>       "Halle" .

1 Rows. -- 2 msec.

Best Regards,

Ivan Mikhailov
OpenLink Software
http://virtuoso.openlinksw.com



Reply via email to