anngvu / retold

Enabling interop between linked data modelling frameworks/formats
Eclipse Public License 2.0
0 stars 0 forks source link

Stricter generation of IDs during conversion to JSON-LD #11

Open anngvu opened 1 year ago

anngvu commented 1 year ago

We're currently converting things to IDs the way schematic does it, which is mainly by removing spaces. However, that still leaves illegal URIs as mentioned here https://github.com/ncihtan/data-models/issues/77. Might be worthwhile to explore a flag feature (for situations when someone does care) where we have an alternate, stricter method of generating IDs.