Hello!

I noticed the following weird behavior on the public DBpedia endpoint:

"""
select ?uri ?subject
where {
FILTER (str(?uri) = 'http://dbpedia.org/resource/London' || str(?uri)
= 'http://dbpedia.org/resource/Family_(biology)')
?uri <http://purl.org/dc/terms/subject> ?subject
}
"""

hangs forever, while

"""
select ?uri ?subject
where {
FILTER (str(?uri) = 'http://dbpedia.org/resource/London')
?uri <http://purl.org/dc/terms/subject> ?subject
}
"""

is very quick.

Looking at the queries, the earlier seems of approximately the same
complexity as the latter?

Best,
y

------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to