rdfa-streaming-parser.js icon indicating copy to clipboard operation
rdfa-streaming-parser.js copied to clipboard

Allow empty baseIRI

Open rubensworks opened this issue 6 years ago • 0 comments

Currently, relative IRIs without a defined baseIRI will be ignored. In some cases, it may be useful to have relative IRIs without a defined baseIRI. As such, an undefined baseIRI should result in the creation of relative IRIs in NamedNodes.

TODO: check what the spec says about this.

See discussion in https://github.com/rdfjs/N3.js/pull/182

rubensworks avatar Sep 17 '19 06:09 rubensworks