Uses of Class
org.apache.jena.riot.RDFWriterBuilder
-
Uses of RDFWriterBuilder in org.apache.jena.riot
Modifier and TypeMethodDescriptionRDFWriterBuilder.clone()
Set the context for the writer when built.static RDFWriterBuilder
RDFWriter.create()
Create anRDFWriterBuilder
.static RDFWriterBuilder
RDFWriterBuilder.create()
Set the output format to aRDFFormat
.Set the output language to aLang
; this will set the format.Add a setting to the context for the writer when built.Added a setting to the context for the writer when built.static RDFWriterBuilder
RDFWriter.source
(org.apache.jena.graph.Graph graph) Create anRDFWriterBuilder
and set the source of writing to the graph argument.static RDFWriterBuilder
Create anRDFWriterBuilder
and set the source of writing to the graph argument.static RDFWriterBuilder
RDFWriter.source
(org.apache.jena.rdf.model.Model model) Create anRDFWriterBuilder
and set the source of writing to the graph argument.static RDFWriterBuilder
RDFWriter.source
(DatasetGraph dataset) Create anRDFWriterBuilder
and set the source of writing to the graph argument.RDFWriterBuilder.source
(org.apache.jena.graph.Graph graph) Set the source of writing to the graph argument.Set the source of writing to theDatasetGraph
argument.RDFWriterBuilder.source
(org.apache.jena.rdf.model.Model model) Set the source of writing to the graph argument.RDFWriterBuilder.source
(DatasetGraph dataset) Set the source of writing to theDatasetGraph
argument.