Hi Ghislain,

> @Wouter: See here https://dumps.wikimedia.org/wikidatawiki/entities/ ?

Thanks for the pointer!  I'm downloading from
https://dumps.wikimedia.org/wikidatawiki/entities/latest-all.ttl.gz now.

The Content-Type header for that URI seems incorrect to me: it says
`application/octet-stream`, but the file actually contains `text/turtle'.
(For specifying the compression mechanism the Content-Encoding header
should be used.)

The first part of the Turtle data stream seems to contain syntax errors for
some of the XSD decimal literals.  The first one appears on line 13,291:

```text/turtle
<http://www.wikidata.org/value/ec714e2ba0fd71ec7256d3f7f7606c35> <
http://wikiba.se/ontology-beta#geoPrecision> "1.0E-6"^^<
http://www.w3.org/2001/XMLSchema#decimal> .
```

Notice that scientific notation is not allowed in the lexical form of
decimals according to XML Schema Part 2: Datatypes
<https://www.w3.org/TR/xmlschema11-2/#decimal>.  (It is allowed in floats
and doubles.)  Is this a known issue or should I report this somewhere?

---
Cheers!,
Wouter.

Email: wou...@triply.cc
WWW: http://triply.cc
Tel: +31647674624
_______________________________________________
Wikidata mailing list
Wikidata@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata

Reply via email to