Hi,

Sorry, my last e-mail contained quite alot of mistakes, so here is the corrected version: I could reproduce the following bug with Virtuoso OSE 6.1.2 and 6.1.1 (other versions not tested):

Sparql Insert Into<http://test.org>  {<http://linkedgeodata.org/triplify/node855074925>  
<http://linkedgeodata.org/property/addr%3Acountry>  "Halle" .};
Sparql Insert Into<http://test.org>  {<http://linkedgeodata.org/triplify/node855074925>  
<http://linkedgeodata.org/property/addr%3Astreet>  "Halle" .};

Sparql Construct {?s ?p ?o .} From<http://test.org>  {?s ?p ?o .};

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

There are now two identical triples with "Halle", however actually one if those 
triple lacks the<...addr%3Acountry>-predicate.

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


Kind regards,
Claus Stadler

On 09/01/2010 11:07 AM, Mitko Iliev wrote:
Hi,

Are you doing CONSTRUCT as i don't think COUNT returns N3 triples serialization. Please clarify how much is count(*) and what exact construct are you doing .

Best Regards,
Mitko

On Sep 1, 2010, at 12:16 AM, CStadler wrote:

Sparql Select Count(*) From <http://test.org <http://test.org/>> {?s ?p ?o .};

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


--
Mitko Iliev
Developer Virtuoso Team
OpenLink Software
http://www.openlinksw.com/virtuoso
Cross Platform Web Services Middleware


Reply via email to