Wikidata-Toolkit icon indicating copy to clipboard operation
Wikidata-Toolkit copied to clipboard

Java library to interact with Wikibase

Results 83 Wikidata-Toolkit issues
Sort by recently updated
recently updated
newest added

Hi, I am testing the sample example FetchOnlineDataExample but getting a Java related error: Could not retrive data: java.io.IOException: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 407 Proxy Authentication...

Way to reproduce the issue: ``` BigDecimal amount = new BigDecimal("12.34E+5"); QuantityValue value = Datamodel.makeQuantityValue(amount, "1"); ObjectMapper mapper = new ObjectMapper(); System.out.println(mapper.writeValueAsString(value)); ``` You get `{"value":{"amount":"+1.234E+6","unit":"1"},"type":"quantity"}`, which is refused by...

The Wikibase UI exposes just two things to users when creating a QuantityValue: the amount and the unit. The lower and upper bounds are inferred from the amount using various...

enhancement

I would like to use wbsetclaimvalue to change values for existing statements, like what is being done with the Pywikibot tutorial: https://www.wikidata.org/wiki/Wikidata:Pywikibot_-_Python_3_Tutorial/Changing_Items I can write the code for this. I...

When parsing some big revision dumps this error is raised: ``` sept. 23, 2016 7:05:46 PM org.wikidata.wdtk.dumpfiles.MwRevisionDumpFileProcessor processDumpFileContents SEVERE: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[291117,14066] Message: JAXP00010004: The accumulated size of entities...

Hello, I'm trying to call the wikidata API with the following URL: https://www.wikidata.org/w/api.php?action=wbsearchentities&format=json&type=item&language=fr&strictlanguage=&search=orange I excepted a french result for the french word but I get always an english result.

Even though the WMF does not make it easy to check for these dump files it is still possible to check, or at least try.. I my application at https://github.com/wikimedia/analytics-wmde-toolkit-analyzer...

Dear Devs, I'm making use of the wikidata-toolkit in a little project at https://bitbucket.org/mjw99/wikidatachemscraper/overview . Essentially, I'm trying to harvest all chemical structure diagrams that are in the SVG format...

bug

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...

bug
RDF export

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...

bug
RDF export