"use strict";
// Namespaces we commonly use and have common prefixes for around Solid//var solidNamespace = require('solid-namespace'); // Delegate to this which takes RDFlib as param.var $rdf = require('rdflib');
module.exports = solidNamespace($rdf); // ends//# sourceMappingURL=ns.js.map