jimregan / mlode

Automatically exported from code.google.com/p/mlode
0 stars 0 forks source link

Lexical error at the new dump file #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Lexical error at line 7, column 44.  Encountered: "\"", after : 
"<http://purl.org/dc/terms/"

What steps will reproduce the problem?

wget http://www.glottolog.org/downloadarea/languoids.n3.tgz
tar xvf languoids.n3.tgz
less languoids/0-10000languoids.n3 | grep 'ttp://purl.org/dc/terms/'

What is the expected output? What do you see instead?

Output:
@prefix dcterms: <http://purl.org/dc/terms/" .
Expected:
@prefix dcterms: <http://purl.org/dc/terms/> .

How many triples are affected? (if less than 3-5% of the whole data set,
please set priority to _low_)

Please use labels and text to provide additional information.

Original issue reported on code.google.com by mohamedd...@gmail.com on 28 Aug 2012 at 1:01

GoogleCodeExporter commented 9 years ago
changed this in all files. Instead of packing them all, you can access them 
individually at 
http://www.glottolog.org/downloadarea/languoids/0-10000languoids.n3 etc

Original comment by sebastia...@googlemail.com on 28 Aug 2012 at 3:21

GoogleCodeExporter commented 9 years ago

Original comment by mohamedd...@gmail.com on 28 Aug 2012 at 4:02