jimregan / mlode

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

Warning when converting languoids using rapper #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I tray using rapper to convert the data set from rdfxml to nTriples using
{{{ 
rapper -i rdfxml languoids.rdf -o ntriples > languoids.nt 2>languoidsWarning.log
}}}
2. I get some warning and  
3.I attached the warning file

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

Please use labels and text to provide additional information.

Original issue reported on code.google.com by mohamedd...@gmail.com on 16 Jul 2012 at 1:03

Attachments:

GoogleCodeExporter commented 9 years ago
Some minor corrections:
1. please don't set me on cc, but instead add yourself
2. {{{ }}} do not have any effect, so you don't need them here
3. when adding scripts please try to add the whole script, in this case:

wget http://www.glottolog.org/downloadarea/languoids.rdf.zip 
unzip http://www.glottolog.org/downloadarea/languoids.rdf.zip 
rapper -i rdfxml languoids.rdf -o ntriples > languoids.nt 2>languoidsWarning.log

Original comment by kur...@googlemail.com on 16 Jul 2012 at 1:50

GoogleCodeExporter commented 9 years ago
I've encountered this error before in WALS. Sebastian Nordhoff told me it was a 
rapper bug, although I could not verify it (a short google revealed nothing). 
However, the strings seem to come out correctly:

cat languoids.rdf | grep J̌aliat - 9 occurences of the string
cat languoids.nt | grep aliat - 9 occurences of the string

languoids.nt has only 31 triples less than languoids.rdf and they are the 
product of other syntax errors.

Original comment by der.brue...@googlemail.com on 16 Jul 2012 at 2:40

GoogleCodeExporter commented 9 years ago

Original comment by Johannes...@googlemail.com on 17 Jul 2012 at 1:06

GoogleCodeExporter commented 9 years ago

Original comment by sebastia...@googlemail.com on 27 Jul 2012 at 1:14