neosemantics
neosemantics copied to clipboard
Parsing typed dateTime values with timezone information is not supported
ISO 8601 format date/time strings with embedded timezone information are interpreted as strings instead of as typed dateTime values.
For example,
<urn:guid:246f5a94b4d111eabb02d4258b8e4db9> a ex:Example ;
dcterms:modified "2020-06-22T21:41:34.066344+00:00"^^xsd:dateTime .
the dcterms:modified property is interpreted as a string.
See also https://community.neo4j.com/t/roundtripping-typed-literals-with-rdf-import-export/20619/4