seebi / rdf.sh

A multi-tool shell script for doing Semantic Web jobs on the command line.
GNU General Public License v3.0
119 stars 9 forks source link

turtleize changes datatype #17

Open VladimirAlexiev opened 4 years ago

VladimirAlexiev commented 4 years ago

If I turtleize a file and then diff to itself, I see that some datatypes are changed

< ... "80685"^^<http://www.w3.org/2001/XMLSchema#decimal> .
---
> ... "80685"^^<http://www.w3.org/2001/XMLSchema#integer> .
hoijui commented 5 months ago

Do you mean, you read Turtle and write Turtle, and the output is not the same as the input? Can you supply a minimal example for the input, and maybe supply the complete diff too (optional)?

VladimirAlexiev commented 5 months ago

@hoijui Sorry, I can't currently reproduce this due to https://github.com/seebi/rdf.sh/issues/19. Can you comment there?