rdfa-streaming-parser.js
rdfa-streaming-parser.js copied to clipboard
Allow empty baseIRI
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