7 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.

Statement Module Overview

    7.1 Blank Nodes

      7.1.1 Blank Node Labeler

    7.2 Component Predicates

    7.3 Generic Interface

    7.4 Statement Conversion