SolidOS / solid-tutorial-rdflib.js

Tutorials for using rdflib.js
MIT License
35 stars 7 forks source link

$rdf.bnode() #8

Open ludwigschub opened 5 years ago

ludwigschub commented 5 years ago

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
dmitrizagidulin commented 5 years ago

You can also do rdf.blankNode()

ludwigschub commented 5 years ago

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

dmitrizagidulin commented 5 years ago

Yes, it definitely should be removed :)