Markus Krötzsch
Markus Krötzsch
The current code in WebResourceFetcher does not follow HTTP redirects. This causes problems, for example, if somebody uses an http-based URL http://www.wikidata.org/w/api.php to access the Wikidata API. This URL redirects...
Statement ids in Wikibase have a fixed format, e.g., Q1294$AFB6473A-362F-429C-B2D8-8. This is validated in Wikibase when making API calls, and Wikidata Toolkit should likewise implement a basic validation in its...
When exporting a date like "4th century BC" (see https://www.wikidata.org/wiki/Q4318) leads to wrongly formatted XSD literals "-400" rather than "-0400". The reason for this is that the formatting method for...
The NTriples export contains URLs that use the character "|", which is [not allowed in NTriples](http://www.w3.org/TR/n-triples/#n-triples-grammar). For example, the export contains the following triple: ``` . ``` It is based...
The "simple statements" RDF export currently only exports statements without qualifiers ("cautious": no qualifiers that may change the meaning will ever be dropped). We should also support a "brave" mode,...
The query service for Wikidata will restrict parts of its dataset to statements that have the highest possible non-deprecated rank for their property and item. We should support this too....
The View view should show links to WIkipedia and other project pages.
When running a query directly using the run parameter, the LIMIT is part of the query string. It would be better if this would be controlled by the UI, so...
The run parameter currently only works well with queries that have a single result variable called "entity". For the future, it would be good if more result schemas could be...
It would be nice if we could use translatewiki.net to have people update our messages. There should be technical ways of connecting our message files to this infrastructure, but I...