Java org.apache.commons.rdf.jena JenaDataset fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.rdf.jena JenaDataset fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.rdf.jena JenaDataset.

The text is from its open source code.

Method

voidadd(BlankNodeOrIRI graphName, BlankNodeOrIRI subject, IRI predicate, RDFTerm object)
Add a quad to the dataset, possibly mapping any of the components to those supported by this dataset.
DatasetGraphasJenaDatasetGraph()
Return the underlying Jena DatasetGraph .
GraphgetGraph()
Get the default graph of this dataset.