hgeorgsch / armchar-swish

ArM character server implementation using Haskell and Swish
GNU General Public License v3.0
0 stars 1 forks source link

Allow for either prefixed name or full URI in JSON #39

Closed hgeorgsch closed 2 years ago

hgeorgsch commented 2 years ago

fromRDFLabel does not make the distinction, and thus the JSON object will be the same. However, we need to check for angle brackets and parse as a URI as required, when parsing JSON.