solid-tutorial-rdflib.js icon indicating copy to clipboard operation
solid-tutorial-rdflib.js copied to clipboard

$rdf.bnode()

Open geistinme opened this issue 7 years ago • 3 comments

is $rdf.bnode() deprecated? Since it doesn't work for me. I can only use:

let x = new $rdf.BlankNode();

bildschirmfoto 2019-02-25 um 09 35 40

geistinme avatar Feb 25 '19 08:02 geistinme

You can also do rdf.blankNode()

dmitrizagidulin avatar Feb 25 '19 13:02 dmitrizagidulin

But if .bnode doesn't work anymore it should be removed from README.md, right?

geistinme avatar Feb 25 '19 16:02 geistinme

Yes, it definitely should be removed :)

dmitrizagidulin avatar Feb 25 '19 17:02 dmitrizagidulin