herminiogg / ShExML

A heterogeneous data mapping language based on Shape Expressions
http://shexml.herminiogarcia.com
MIT License
15 stars 2 forks source link

Avoid URL generation when a string contains an URL #100

Closed herminiogg closed 2 years ago

herminiogg commented 2 years ago

Currently, ShExML engine is generating a URI node whenever the value contains a URL. However, the expected behavior should be only to generate a URI node if it starts with an actual URL.