Closed GoogleCodeExporter closed 9 years ago
Setting the product tag to Product-PythonAPI instead of Product-JavaAPI as this
is a Python issue and not a Java one.
Original comment by elmccar...@gmail.com
on 21 Dec 2011 at 5:11
We've narrowed it down to the "indented comments" such as:
# links:dbpedia 67
void:subset [
a void:Linkset;
void:target <http://dsi.lod-cloud.net/dataset/congresspeople>,
<http://thedatahub.org/dataset/dbpedia> ;
# http://dbpedia.org/resource
void:triples 67;
];
(it could also be a newline problem - the rest of the file is a comment...)
Original comment by tim...@gmail.com
on 21 Dec 2011 at 5:53
According to http://stackoverflow.com/a/7241617/438254 curl with -d will have a
tendency to strip newlines. I've added positive and negative tests to tests.py
for this, after having narrowed it down.
Original comment by mccus...@gmail.com
on 26 Dec 2013 at 7:31
Original issue reported on code.google.com by
tim...@gmail.com
on 21 Dec 2011 at 5:02