Hadrien

Results 3 issues of Hadrien

According to [RDF 1.1 Turtle specification](https://www.w3.org/TR/turtle/#grammar-production-PN_LOCAL), the grammar accepts local names as production node, for ex `foaf:name` This local name can contain escape sequences: ![image](https://user-images.githubusercontent.com/43246610/172656652-468c95bc-75fa-42d2-be71-da36c33075ad.png) which are enumerated as follows:...

enhancement

As of current, datatype `rdf:langString` is not supported. If we try to convert the following shex ``` { a [ interop:AccessNeedDescription ] ; interop:inAccessDescriptionSet IRI // shex:reference ; interop:hasAccessNeed IRI...

This PR is similar to #139 and fixes the same issue with a different data type.