Skip to content

feat: [literal] Add the language literal if exist

Fabien Amarger requested to merge topic/default/literal_lang into branch/default

It could be improve by using triple interface from rdflib.js and not an ad hoc one. The rdflib.js triple interface define that the object could be an URI or a Literal, and all the possible attribute.

Merge request reports