Hi, Executing the following SPARQL query I am receiving a huge difference in the number of results:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX dbpedia-owl:<http://dbpedia.org/ontology/> SELECT COUNT (DISTINCT ?uri) FROM <http://dbpedia.org> WHERE { ?uri rdf:type dbpedia-owl:Person. } The counts for each endpoint are: http://dbpedia.org/sparql: #1760734 http://live.dbpedia.org/sparql: #936709 Why such a great difference? Best regards, J ------------------------------------------------------------------------------ _______________________________________________ DBpedia-developers mailing list DBpedia-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dbpedia-developers