On Fri, Oct 16, 2015 at 2:39 PM, Jakob Voß <[email protected]> wrote: > Hi, > > I found that WDQS misses several sitelinks. I tried to query sitelinks via > SPARQL: > > PREFIX schema: <http://schema.org/> > SELECT ?qid { > <https://en.wikipedia.org/wiki/Argon> schema:about ?qid > } > > This works for the Wikipedia URL given above, but many other don't return a > result, for instance: > > https://en.wikipedia.org/wiki/Getty_Thesaurus_of_Geographic_Names > => should be http://www.wikidata.org/entity/Q1520117 > > https://en.wikipedia.org/wiki/BioPAX > => should be http://www.wikidata.org/entity/Q4914639 > > https://en.wikipedia.org/wiki/Mathematics_Subject_Classification > => should be http://www.wikidata.org/entity/Q967960 > > I also tried querying the other way round: > > PREFIX schema: <http://schema.org/> > SELECT ?site{ > ?site schema:about <http://www.wikidata.org/entity/Q967960> > } > > It looks like the Blazegraph database does not contain all sitelinks. > > Jakob
Yeah it looks like Stas noticed as well and already has this task open to reload it: https://phabricator.wikimedia.org/T115549 Cheers Lydia -- Lydia Pintscher - http://about.me/lydia.pintscher Product Manager for Wikidata Wikimedia Deutschland e.V. Tempelhofer Ufer 23-24 10963 Berlin www.wikimedia.de Wikimedia Deutschland - Gesellschaft zur Förderung Freien Wissens e. V. Eingetragen im Vereinsregister des Amtsgerichts Berlin-Charlottenburg unter der Nummer 23855 Nz. Als gemeinnützig anerkannt durch das Finanzamt für Körperschaften I Berlin, Steuernummer 27/681/51985. _______________________________________________ Wikidata-tech mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-tech
