jimregan / mlode

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

Prefix error in new languoids dump #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Lexical error at line 16, missing: "#", after : "http://lexvo.org/ontology"

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 'http://lexvo.org/ontology'

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

Output:
@prefix lexvo: <http://lexvo.org/ontology> .
Expected:
@prefix lexvo: <http://lexvo.org/ontology#> .

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 2:11

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:01