Just like .n3 format allows for namespaces of the following form:
@base <http://example.org/alice/foaf.rdf#>
<a> <b> <c>.
Is it also possible to write namespaces in .nq format such that jena
accepts them. I mean is the following format valid for jena (in .nq
format).
@base <http://example.org/alice/foaf.rdf#>
<a> <b> <c> <d>.
