@ -113,6 +113,7 @@ impl PyObjectProtocol for PyNamedNode {
///
///
/// :param value: the `blank node ID <https://www.w3.org/TR/rdf11-concepts/#dfn-blank-node-identifier>`_ (if not present, a random blank node ID is automatically generated).
/// :param value: the `blank node ID <https://www.w3.org/TR/rdf11-concepts/#dfn-blank-node-identifier>`_ (if not present, a random blank node ID is automatically generated).
/// :type value: str, optional
/// :type value: str, optional
/// :raises ValueError: if the blank node ID is invalid according to NTriples, Turtle and SPARQL grammars.
///
///
/// The :py:func:`str` function provides a serialization compatible with NTriples, Turtle and SPARQL:
/// The :py:func:`str` function provides a serialization compatible with NTriples, Turtle and SPARQL:
///
///
@ -746,6 +747,7 @@ impl PyIterProtocol for PyQuad {
///
///
/// :param value: the variable name as a string
/// :param value: the variable name as a string
/// :type value: str
/// :type value: str
/// :raises ValueError: if the variable name is invalid according to the SPARQL grammar.
///
///
/// The :py:func:`str` function provides a serialization compatible with SPARQL:
/// The :py:func:`str` function provides a serialization compatible with SPARQL: