| Package | Description |
|---|---|
| org.apache.jena.riot |
| Modifier and Type | Method and Description |
|---|---|
RDFWriterBuilder |
RDFWriterBuilder.base(String baseURI) |
RDFWriterBuilder |
RDFWriterBuilder.clone() |
RDFWriterBuilder |
RDFWriterBuilder.context(Context context)
Set the context for the writer when built.
|
static RDFWriterBuilder |
RDFWriter.create()
Create an
RDFWriterBuilder. |
RDFWriterBuilder |
RDFWriterBuilder.format(RDFFormat format)
Set the output format to a
RDFFormat. |
RDFWriterBuilder |
RDFWriterBuilder.lang(Lang lang)
Set the output language to a
Lang; this will set the format. |
RDFWriterBuilder |
RDFWriterBuilder.source(Dataset dataset)
Set the source of writing to the
DatasetGraph argument. |
RDFWriterBuilder |
RDFWriterBuilder.source(DatasetGraph dataset)
Set the source of writing to the
DatasetGraph argument. |
RDFWriterBuilder |
RDFWriterBuilder.source(Graph graph)
Set the source of writing to the graph argument.
|
RDFWriterBuilder |
RDFWriterBuilder.source(Model model)
Set the source of writing to the graph argument.
|
Licenced under the Apache License, Version 2.0