TravisWhitaker / rdf

Representation and Incremental Processing of RDF Data
MIT License
8 stars 6 forks source link

IRI parser fails for empty fragments and query strings #7

Open akshaymankar opened 1 year ago

akshaymankar commented 1 year ago

For instance parsing an IRI like "http://www.w3.org/2001/XMLSchema#" fails. According the RFC 3987 Section 2.2, they are allowed to be empty, even if ? or # are specified.