Triply-Dev / YASGUI.YASQE-deprecated

Deprecated, see https://github.com/TriplyDB/Yasgui for the Yasgui monorepo
MIT License
73 stars 36 forks source link

Prefix declarations are not added for datatype IRIs #109

Closed wouterbeek closed 4 years ago

wouterbeek commented 7 years ago

(1) Subject IRIs, (2) predicate IRIs, (3) object IRIs, (4) graph IRIs, and (5) datatype IRIs are all abbreviated in the same way and by using the same set of prefix declarations. Currently prefix declarations are automatically added for (1-4) but not for (5).

Reproducible case:

select * { ?s ?p "a"^^xsd:string }

Notice that the prefix declaration for xsd was not added.

LaurensRietveld commented 4 years ago

This is fixed in the latest version (see https://github.com/TriplyDB/Yasgui and https://yasgui.triply.cc)