anusii / rdflib

A pure Dart package for working with RDF (resource description framework).
https://pub.dev/packages/rdflib
GNU General Public License v3.0
13 stars 3 forks source link

Identify language tags #35

Closed anushkavidanage closed 1 week ago

anushkavidanage commented 1 week ago

A function change to identify language tags properly from a given literal. The current implementation identifies even non-language tags as languages. For instance, any substring with @ symbol will be parsed as a language.