Skip navigation links

Package org.eclipse.rdf4j.model

RDF Model API

See: Description

Package org.eclipse.rdf4j.model Description

RDF Model API

The RDF model interfaces are organized in the following hierarchy:

       Value          Statement       Model
      /     \
     /       \
 Resource  Literal
   /  \
  /    \
IRI   BNode

An individual RDF triple or statement is represented by the Statement interface. Collections of RDF statements are represented by the Model interface.

Creation of new Model elements (IRIs, Literals, BNodes, Statements) is done by means of a ValueFactory

Skip navigation links

Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.