Hi,
I ran the following query against the two DBPedia live endpoints mentioned on 
the DBpedia Live website (http://live.dbpedia.org/) and I get very different 
results. Does anyone know why this could be happening? Do the graphs 
"<http://dbpedia.org>" on these end points not contain the same data set?

Query:
PREFIX  dbo:  <http://dbpedia.org/ontology/>
PREFIX  rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX  dbpprop: <http://dbpedia.org/property/>

SELECT  count(*)
FROM <http://dbpedia.org>
WHERE
  { ?person rdf:type dbo:Person .
    ?person dbpprop:name ?name .
    ?person dbo:birthDate ?birthDate .
    ?person dbo:abstract ?abstract .
    ?person dbo:wikiPageID ?wikiPageID .
    ?person dbo:wikiPageRevisionID ?wikiPageRevisionID
    OPTIONAL
      { ?person dbo:wikiPageModified ?wikiPageModified }
    OPTIONAL
      { ?person dbo:wikiPageExtracted ?wikiPageExtracted }
    FILTER langMatches(lang(?abstract), "en")
  }

Result when run on end point http://live.dbpedia.org/sparql: 3792391

Result when run on end point http://dbpedia-live.openlinksw.com/sparql: 63450663

Thanks,
Shruti
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to