Uses of Class
org.apache.jena.riot.RDFFormat
-
Packages that use RDFFormat Package Description org.apache.jena.riot org.apache.jena.riot.system org.apache.jena.riot.thrift org.apache.jena.riot.writer org.apache.jena.web -
-
Uses of RDFFormat in org.apache.jena.riot
Fields in org.apache.jena.riot declared as RDFFormat Modifier and Type Field Description static RDFFormatRDFFormat. JSONLDstatic RDFFormatRDFFormat. JSONLD_COMPACT_FLATstatic RDFFormatRDFFormat. JSONLD_COMPACT_PRETTYstatic RDFFormatRDFFormat. JSONLD_EXPAND_FLATstatic RDFFormatRDFFormat. JSONLD_EXPAND_PRETTYstatic RDFFormatRDFFormat. JSONLD_FLATstatic RDFFormatRDFFormat. JSONLD_FLATTEN_FLATstatic RDFFormatRDFFormat. JSONLD_FLATTEN_PRETTYstatic RDFFormatRDFFormat. JSONLD_FRAME_FLATstatic RDFFormatRDFFormat. JSONLD_FRAME_PRETTYstatic RDFFormatRDFFormat. JSONLD_PRETTYstatic RDFFormatRDFFormat. NQN-Quads - RDF 1.1 form - UTF-8static RDFFormatRDFFormat. NQUADSN-Quads - RDF 1.1 form - UTF-8static RDFFormatRDFFormat. NQUADS_ASCIIN-Quads - Use ASCIIstatic RDFFormatRDFFormat. NQUADS_UTF8N-Quads in UTF-8static RDFFormatRDFFormat. NTN-Triples - RDF 1.1 form - UTF-8static RDFFormatRDFFormat. NTRIPLESN-Triples - RDF 1.1 form - UTF-8static RDFFormatRDFFormat. NTRIPLES_ASCIIN-Triples - Use ASCIIstatic RDFFormatRDFFormat. NTRIPLES_UTF8N-Triples in UTF-8static RDFFormatRDFFormat. RDF_THRIFTRDF Thrift output.static RDFFormatRDFFormat. RDF_THRIFT_VALUESA variant of an an RDFFormat that uses value encoding (e.g.static RDFFormatRDFFormat. RDFJSONstatic RDFFormatRDFFormat. RDFNULLThe "null" output format (a sink that prints nothing, usually quite efficiently)static RDFFormatRDFFormat. RDFXMLstatic RDFFormatRDFFormat. RDFXML_ABBREVstatic RDFFormatRDFFormat. RDFXML_PLAINstatic RDFFormatRDFFormat. RDFXML_PRETTYstatic RDFFormatRDFFormat. SHACLCSHACL Compact Syntaxstatic RDFFormatRDFFormat. TRIGTriG - default formstatic RDFFormatRDFFormat. TRIG_BLOCKSTriG - write in blocks of triples, with same subject, no nested object or RDF listsstatic RDFFormatRDFFormat. TRIG_FLATTriG - one line per triplestatic RDFFormatRDFFormat. TRIG_PRETTYTriG - pretty formstatic RDFFormatRDFFormat. TRIXstatic RDFFormatRDFFormat. TTLTurtle - short namestatic RDFFormatRDFFormat. TURTLETurtle - default formstatic RDFFormatRDFFormat. TURTLE_BLOCKSTurtle - write in blocks of triples, with same subject, no nested object or RDF listsstatic RDFFormatRDFFormat. TURTLE_FLATTurtle - one line per triplestatic RDFFormatRDFFormat. TURTLE_PRETTYTurtle - pretty formMethods in org.apache.jena.riot that return RDFFormat Modifier and Type Method Description static RDFFormatRDFWriterRegistry. defaultSerialization(Lang lang)Return the format registered as the default for the languageMethods in org.apache.jena.riot that return types with arguments of type RDFFormat Modifier and Type Method Description static java.util.Collection<RDFFormat>RDFWriterRegistry. registered()All registered formatsstatic java.util.Collection<RDFFormat>RDFWriterRegistry. registeredDatasetFormats()All registered dataset formatsstatic java.util.Collection<RDFFormat>RDFWriterRegistry. registeredGraphFormats()All registered graph formatsMethods in org.apache.jena.riot with parameters of type RDFFormat Modifier and Type Method Description static booleanRDFWriterRegistry. contains(RDFFormat format)Is the RDFFormat registered for use?WriterDatasetRIOTWriterDatasetRIOTFactory. create(RDFFormat syntaxForm)WriterGraphRIOTWriterGraphRIOTFactory. create(RDFFormat syntaxForm)RDFWriterBuilderRDFWriterBuilder. format(RDFFormat format)Set the output format to aRDFFormat.static WriterDatasetRIOTFactoryRDFWriterRegistry. getWriterDatasetFactory(RDFFormat serialization)Get the dataset writer factory associated with the output formatstatic WriterGraphRIOTFactoryRDFWriterRegistry. getWriterGraphFactory(RDFFormat serialization)Get the graph writer factory associated with the output formatstatic voidRDFWriterRegistry. register(Lang lang, RDFFormat format)Register the default serialization for the language (replace any existing registration).static voidRDFWriterRegistry. register(RDFFormat serialization, WriterDatasetRIOTFactory datasetWriterFactory)Register the serialization for datasets and it's associated factorystatic voidRDFWriterRegistry. register(RDFFormat serialization, WriterGraphRIOTFactory graphWriterFactory)Register the serialization for graphs and it's associated factorystatic voidRDFDataMgr. write(java.io.OutputStream out, Graph graph, RDFFormat serialization)Write the graph to the output stream in the default serialization for the language.static voidRDFDataMgr. write(java.io.OutputStream out, Dataset dataset, RDFFormat serialization)Write the graph to the output stream in the default serialization for the language.static voidRDFDataMgr. write(java.io.OutputStream out, Model model, RDFFormat serialization)Write the model to the output stream in the default serialization for the language.static voidRDFDataMgr. write(java.io.OutputStream out, DatasetGraph dataset, RDFFormat serialization)Write the graph to the output stream in the default serialization for the language.static voidRDFDataMgr. write(java.io.StringWriter out, Graph graph, RDFFormat serialization)Write the graph to the output stream in the default serialization for the language.static voidRDFDataMgr. write(java.io.StringWriter out, Dataset dataset, RDFFormat serialization)Write the graph to the output stream in the default serialization for the language.static voidRDFDataMgr. write(java.io.StringWriter out, Model model, RDFFormat serialization)Write the graph to the output stream in the default serialization for the language.static voidRDFDataMgr. write(java.io.StringWriter out, DatasetGraph dataset, RDFFormat serialization)Write the graph to the output stream in the default serialization for the language.static voidRDFDataMgr. write(java.io.Writer out, Graph graph, RDFFormat serialization)Deprecated.Use of writers is deprecated - use anOutputStreamstatic voidRDFDataMgr. write(java.io.Writer out, Dataset dataset, RDFFormat serialization)Deprecated.Use of writers is deprecated - use anOutputStreamstatic voidRDFDataMgr. write(java.io.Writer out, Model model, RDFFormat serialization)Deprecated.Use of writers is deprecated - use anOutputStreamstatic voidRDFDataMgr. write(java.io.Writer out, DatasetGraph dataset, RDFFormat serialization)Deprecated.Use of writers is deprecated - use anOutputStream -
Uses of RDFFormat in org.apache.jena.riot.system
Methods in org.apache.jena.riot.system that return RDFFormat Modifier and Type Method Description RDFFormatStreamRDFWriter.WriterRegistry. choose(Lang lang)static RDFFormatStreamRDFWriter. defaultSerialization(Lang lang)Return the format registered as the default for the languageRDFFormatStreamRDFWriter.WriterRegistry. defaultSerialization(Lang lang)Return the format registered as the default for the languageMethods in org.apache.jena.riot.system that return types with arguments of type RDFFormat Modifier and Type Method Description static java.util.Collection<RDFFormat>StreamRDFWriter. registered()Methods in org.apache.jena.riot.system with parameters of type RDFFormat Modifier and Type Method Description booleanStreamRDFWriter.WriterRegistry. contains(RDFFormat serialization)Return true if the format is registeredStreamRDFStreamRDFWriterFactory. create(java.io.OutputStream output, RDFFormat format, Context context)TStreamRDFWriter.WriterRegistry. get(RDFFormat serialization)Return the T for a given RDFFormat.static StreamRDFStreamRDFWriter. getWriterStream(java.io.OutputStream output, RDFFormat format)Get a StreamRDF destination that will output in syntaxRDFFormatand is guaranteed to do so in a scaling, streaming fashion.static StreamRDFStreamRDFWriter. getWriterStream(java.io.OutputStream output, RDFFormat format, Context context)Get a StreamRDF destination that will output in syntaxRDFFormatand is guaranteed to do so in a scaling, streaming fashion.static voidStreamRDFWriter. register(Lang lang, RDFFormat format)Register the default serialization for the language (replace any existing registration).static voidStreamRDFWriter. register(RDFFormat serialization, StreamRDFWriterFactory streamWriterFactory)Register the serialization for datasets and it's associated factoryvoidStreamRDFWriter.WriterRegistry. register(Lang lang, RDFFormat format)Register the default serialization for the language (replace any existing registration).voidStreamRDFWriter.WriterRegistry. register(RDFFormat serialization, T streamWriterFactory)Register the serialization for datasets and it's associated factorystatic booleanStreamRDFWriter. registered(RDFFormat format)static voidStreamRDFWriter. write(java.io.OutputStream output, Graph graph, RDFFormat format)Write a Graph in streaming fashionstatic voidStreamRDFWriter. write(java.io.OutputStream output, Graph graph, RDFFormat format, Context context)Write a Graph in streaming fashionstatic voidStreamRDFWriter. write(java.io.OutputStream output, DatasetGraph datasetGraph, RDFFormat format, Context context)Write a DatasetGraph in streaming fashion -
Uses of RDFFormat in org.apache.jena.riot.thrift
Constructors in org.apache.jena.riot.thrift with parameters of type RDFFormat Constructor Description WriterDatasetThrift(RDFFormat fmt)WriterGraphThrift(RDFFormat fmt) -
Uses of RDFFormat in org.apache.jena.riot.writer
Constructors in org.apache.jena.riot.writer with parameters of type RDFFormat Constructor Description JsonLDWriter(RDFFormat syntaxForm) -
Uses of RDFFormat in org.apache.jena.web
Methods in org.apache.jena.web that return RDFFormat Modifier and Type Method Description RDFFormatDatasetGraphAccessorHTTP. getOutboundSyntax()Deprecated.RDF syntax to use when sending graphs with POST and PUT.Methods in org.apache.jena.web with parameters of type RDFFormat Modifier and Type Method Description voidDatasetGraphAccessorHTTP. setOutboundSyntax(RDFFormat format)Deprecated.Set the RDF syntax to use when sending graphs with POST and PUT.
-