Module bnode_id

Source
Expand description

I define the BnodeId wrapper type, which guarantees that the underlying str satisfies the BLANK_NODE_LABEL rule in Turtle (without the leading _:).

Structsยง

BnodeId
See BnodeId::new.
InvalidBnodeId
This error is raised when trying to parse an invalid blank node identifier.