Incorrect results appear to be generated when running this against:
http://dbpedia.org/sparql
As written, two rows are returned which are correct. When the NOT EXISTS
filter is uncommented, no results are returned despite that triple clearly
not existing.
======================================
prefix : <http://dbpedia.org/ontology/>
with <http://dbpedia.org>
SELECT distinct(?o) WHERE {
?s :birthPlace ?o .
FILTER ( ?o IN (<http://dbpedia.org/resource/Colchester>, <
http://dbpedia.org/resource/Cookstown>))
# If you uncomment this line, no results will be returned.
# FILTER NOT EXISTS { ?o <THISDOESNOTEXIST> "NONEXISTENT
LITERAL"^^xsd:string .}
} LIMIT 10
======================================
Am I misinterpreting the implementation of NOT EXISTS?
--
Quentin | Clear Blue Water Pty Ltd
quent...@clearbluewater.com.au
------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing
conversations that shape the rapidly evolving mobile landscape. Sign up now.
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users