Uses of Interface
org.apache.jena.riot.WriterDatasetRIOT
-
Packages that use WriterDatasetRIOT Package Description org.apache.jena.riot org.apache.jena.riot.system org.apache.jena.riot.thrift org.apache.jena.riot.writer -
-
Uses of WriterDatasetRIOT in org.apache.jena.riot
Methods in org.apache.jena.riot that return WriterDatasetRIOT Modifier and Type Method Description WriterDatasetRIOTWriterDatasetRIOTFactory. create(RDFFormat syntaxForm) -
Uses of WriterDatasetRIOT in org.apache.jena.riot.system
Methods in org.apache.jena.riot.system with parameters of type WriterDatasetRIOT Modifier and Type Method Description static WriterGraphRIOTBaseRiotLib. adapter(WriterDatasetRIOT writer) -
Uses of WriterDatasetRIOT in org.apache.jena.riot.thrift
Classes in org.apache.jena.riot.thrift that implement WriterDatasetRIOT Modifier and Type Class Description classWriterDatasetThriftWrite a dataset as RDF Thrift -
Uses of WriterDatasetRIOT in org.apache.jena.riot.writer
Classes in org.apache.jena.riot.writer that implement WriterDatasetRIOT Modifier and Type Class Description classJsonLDWriterWriter that prints out JSON-LD.classNQuadsWriterclassNullWriterNull writer for datasets - can be used for RDF graphs via the adapter in from RiotWriterLibclassTriGWriterTriG pretty writerclassTriGWriterBaseTriG writer base class - ways to invoke a TriG writerclassTriGWriterBlocksTriG writer that streams - print in blocks of quads clustered by adjacent same graph and same subjectclassTriGWriterFlatTriG writer that writes quads one per line in TriG form with prefixes and short form literals (e.g.classWriterDatasetRIOTBaseclassWriterTriXWrite TriX.
-