LinkedSoftwareDependencies / Components-Generator.js

⚙️ Generate Components.js component files from TypeScript
13 stars 7 forks source link

Use %5E instead of ^ in generated contexts #125

Open rubensworks opened 10 months ago

rubensworks commented 10 months ago

As noted by @pchampin in https://github.com/comunica/comunica/issues/1296, we should aim to expand to valid IRIs. At the moment, we generate some context entries with ^ which are not allowed in IRIs, whereas we should prefer %5E.