neosemantics icon indicating copy to clipboard operation
neosemantics copied to clipboard

Parsing typed dateTime values with timezone information is not supported

Open mdw00d opened this issue 5 years ago • 0 comments

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

mdw00d avatar Jun 30 '20 15:06 mdw00d