6 Module statement🔗ℹ

 (require rdf/core/statement) package: rdf-core

This module models a single RDF statement (subject, predicate, and object) as a generic interface that may be implemented by other concrete structures. It therefore also describes these components themselves with predicates and structures of their own.

    6.1 Blank Nodes

    6.2 Component Predicates

    6.3 Generic Interface

    6.4 Statement Conversion