Hi all,
try several times this simple query on http://lod.openlinksw.com/sparql 
(default dataset name: http://dbpedia.org):
#############
SELECT COUNT(DISTINCT ?movie) WHERE {
   ?movie a dbpedia-owl:Film.
   ?movie rdfs:label ?label.
   FILTER ( lang(?label) = "en" )
}
#############
You will get each time a different number. :-)
Now, if you try the same query on http://dbpedia.org/sparql, you wil get 
the "correct" number (at least it does not change!): 60222

If you remove the filter condition, you will get the same result.

ps: Kingsley, I know the answer is yours! :-)

cheers,
roberto

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to