(mainly for Claude - I did check jena-pemissions and didn't see any usage)

There are a bunch of deprecated statics in Node (the correct way is to use NodeFactory)

Node.createAnon()
Node.createAnon(AnonId)
Node.createLiteral(LiteralLabel)
Node.createURI(String)
Node.createVariable(String)
Node.createLiteral(String)
Node.createLiteral(String, String, boolean)
Node.createLiteral(String, String, RDFDatatype)
Node.createLiteral(String, RDFDatatype)
Node.createUncachedLiteral(Object, String, RDFDatatype)
Node.createUncachedLiteral(Object, RDFDatatype)

It looks like they are not used by the jena codebase and are there for compatibility only.

Any reason not to remove them?

        Andy

Reply via email to