-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Related to BorderCloud/TFT-tests#15, it would be useful to canonize xsd:duration, xsd:yearMonthDuration, xsd:dayTimeDuration.
I tried with jsonld-cli and a duration like "PT1M0.000S"^^<http://www.w3.org/2001/XMLSchema#duration>
is not normalized to "PT1M"^^<http://www.w3.org/2001/XMLSchema#duration> (removing the empty seconds).
If jsonld-cli doesn't use this library, please accept my apologies and point me to the right repo.
Reactions are currently unavailable