Ludwig
Ludwig
Since w3 removed support for the keygen element, is it maybe a good idea to update solid/solid-spec/recommendations-client.md accordingly? This whole thing is outdated: > ### Issuing the client certificate >...
is $rdf.bnode() deprecated? Since it doesn't work for me. I can only use: `let x = new $rdf.BlankNode();`
I can't find information on how to perform SPARQL-Queries on a triplestore using rdflib.js except in #160. Although I kind of understand it now, I would have been happier if...