I would like to write the following RDF data into MarkLogic:
<http://John> <http://have> 2112351960 .
<http://John> <http://have> 2.112351960E9 .
Expected result
The data in the database is as following:
<http://John> <http://have> 2112351960 .
<http://John> <http://have> 2.112351960E9 .
Actual result
There is only one RDF triple in the database.
<http://John> <http://have> 2112351960 .
Alternatives
I can get expected result in Apache Jena and RDF4j.
Can someone give me an answer or a hint about it?