Uses of Class
org.apache.jena.riot.RDFFormat
Packages that use RDFFormat
Package
Description
ARQ - A query engine for Jena, implementing SPARQL.
-
Uses of RDFFormat in org.apache.jena.http
Fields in org.apache.jena.http declared as RDFFormatModifier and TypeFieldDescriptionstatic final RDFFormatHttpEnv.defaultQuadsFormatstatic final RDFFormatHttpEnv.defaultTriplesFormatMethods in org.apache.jena.http with parameters of type RDFFormatModifier and TypeMethodDescriptionstatic voidHttpRDF.httpPostDataset(HttpClient httpClient, String url, DatasetGraph dataset, RDFFormat format) static voidHttpRDF.httpPostDataset(HttpClient httpClient, String url, DatasetGraph dataset, RDFFormat format, Map<String, String> httpHeaders) static voidHttpRDF.httpPostGraph(HttpClient httpClient, String url, org.apache.jena.graph.Graph graph, RDFFormat format) static voidHttpRDF.httpPostGraph(HttpClient httpClient, String url, org.apache.jena.graph.Graph graph, RDFFormat format, Map<String, String> httpHeaders) static org.apache.jena.graph.GraphHttpRDF.httpPostGraphRtn(HttpClient httpClient, String url, org.apache.jena.graph.Graph graph, RDFFormat format, Map<String, String> httpHeaders) Post a graph and expect an RDF graph back as the result.static voidHttpRDF.httpPutDataset(HttpClient httpClient, String url, DatasetGraph dataset, RDFFormat format) static voidHttpRDF.httpPutDataset(HttpClient httpClient, String url, DatasetGraph dataset, RDFFormat format, Map<String, String> httpHeaders) static voidHttpRDF.httpPutGraph(HttpClient httpClient, String url, org.apache.jena.graph.Graph graph, RDFFormat fmt) static voidHttpRDF.httpPutGraph(HttpClient httpClient, String url, org.apache.jena.graph.Graph graph, RDFFormat format, Map<String, String> httpHeaders) -
Uses of RDFFormat in org.apache.jena.query
Methods in org.apache.jena.query with parameters of type RDFFormatModifier and TypeMethodDescriptionModelStore.contentType(RDFFormat rdfFormat) Set the Content-type for a POST, PUT request of a file or serialization of a graph of dataset is necessary. -
Uses of RDFFormat in org.apache.jena.riot
Fields in org.apache.jena.riot declared as RDFFormatModifier and TypeFieldDescriptionstatic final RDFFormatRDFFormat.JSONLDstatic final RDFFormatRDFFormat.JSONLD_FLATstatic final RDFFormatRDFFormat.JSONLD_PLAINstatic final RDFFormatRDFFormat.JSONLD_PRETTYstatic RDFFormatRDFFormat.JSONLD11JSON LD 1.1 default form - multi-line JSONstatic RDFFormatRDFFormat.JSONLD11_FLATJSON LD 1.1 - single-line JSONstatic RDFFormatRDFFormat.JSONLD11_PLAINJSON LD 1.1 - multi-line JSONstatic RDFFormatRDFFormat.JSONLD11_PRETTYJSON LD 1.1 - multi-line JSON - prefixes and native types.static final RDFFormatRDFFormat.NQN-Quads - RDF 1.1 form - UTF-8static final RDFFormatRDFFormat.NQUADSN-Quads - RDF 1.1 form - UTF-8static final RDFFormatRDFFormat.NQUADS_ASCIIN-Quads - Use ASCIIstatic final RDFFormatRDFFormat.NQUADS_UTF8N-Quads in UTF-8static final RDFFormatRDFFormat.NTN-Triples - RDF 1.1 form - UTF-8static final RDFFormatRDFFormat.NTRIPLESN-Triples - RDF 1.1 form - UTF-8static final RDFFormatRDFFormat.NTRIPLES_ASCIIN-Triples - Use ASCIIstatic final RDFFormatRDFFormat.NTRIPLES_UTF8N-Triples in UTF-8static final RDFFormatRDFFormat.RDF_PROTORDF Protobuf output.static final RDFFormatRDFFormat.RDF_PROTO_VALUESA variant of an an RDFFormat that uses value encoding (e.g. integers, doubles, decimals as binary).static final RDFFormatRDFFormat.RDF_THRIFTRDF Thrift output.static final RDFFormatRDFFormat.RDF_THRIFT_VALUESA variant of an an RDFFormat that uses value encoding (e.g. integers, doubles, decimals as binary).static final RDFFormatRDFFormat.RDFJSONstatic final RDFFormatRDFFormat.RDFNULLThe "null" output format (a sink that prints nothing, usually quite efficiently)static final RDFFormatRDFFormat.RDFRAWStream-only output format for development - flushes every line.static final RDFFormatRDFFormat.RDFXMLstatic final RDFFormatRDFFormat.RDFXML_ABBREVstatic final RDFFormatRDFFormat.RDFXML_PLAINstatic final RDFFormatRDFFormat.RDFXML_PRETTYstatic final RDFFormatRDFFormat.SHACLCSHACL Compact Syntaxstatic final RDFFormatRDFFormat.TRIGTriG - default formstatic final RDFFormatRDFFormat.TRIG_BLOCKSTriG - write in blocks of triples, with same subject, no nested object or RDF listsstatic final RDFFormatRDFFormat.TRIG_FLATTriG - one line per triplestatic final RDFFormatRDFFormat.TRIG_LONGTriG - with fixed indentation width and linebreaks after each sequence elementstatic final RDFFormatRDFFormat.TRIG_PRETTYTriG - pretty formstatic final RDFFormatRDFFormat.TRIXstatic final RDFFormatRDFFormat.TTLTurtle - short namestatic final RDFFormatRDFFormat.TURTLETurtle - default formstatic final RDFFormatRDFFormat.TURTLE_BLOCKSTurtle - write in blocks of triples, with same subject, no nested object or RDF listsstatic final RDFFormatRDFFormat.TURTLE_FLATTurtle - one line per triplestatic final RDFFormatRDFFormat.TURTLE_LONGTurtle - with fixed indentation width and linebreaks after each sequence elementstatic final RDFFormatRDFFormat.TURTLE_PRETTYTurtle - pretty formMethods in org.apache.jena.riot that return RDFFormatModifier and TypeMethodDescriptionstatic 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 RDFFormatModifier and TypeMethodDescriptionstatic Collection<RDFFormat>RDFWriterRegistry.registeredDatasetFormats()All registered dataset formatsstatic Collection<RDFFormat>RDFWriterRegistry.registeredFormats()All registered formatsstatic Collection<RDFFormat>RDFWriterRegistry.registeredGraphFormats()All registered graph formatsMethods in org.apache.jena.riot with parameters of type RDFFormatModifier and TypeMethodDescriptionstatic booleanIs the RDFFormat registered for use?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 voidRegister 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(OutputStream out, org.apache.jena.graph.Graph graph, RDFFormat serialization) Write the graph to the output stream in the default serialization for the language.static voidRDFDataMgr.write(OutputStream out, Dataset dataset, RDFFormat serialization) Write the graph to the output stream in the default serialization for the language.static voidRDFDataMgr.write(OutputStream out, org.apache.jena.rdf.model.Model model, RDFFormat serialization) Write the model to the output stream in the default serialization for the language.static voidRDFDataMgr.write(OutputStream out, DatasetGraph dataset, RDFFormat serialization) Write the graph to the output stream in the default serialization for the language.static voidRDFDataMgr.write(StringWriter out, org.apache.jena.graph.Graph graph, RDFFormat serialization) Write the graph to the output stream in the default serialization for the language.static voidRDFDataMgr.write(StringWriter out, Dataset dataset, RDFFormat serialization) Write the graph to the output stream in the default serialization for the language.static voidRDFDataMgr.write(StringWriter out, org.apache.jena.rdf.model.Model model, RDFFormat serialization) Write the graph to the output stream in the default serialization for the language.static voidRDFDataMgr.write(StringWriter out, DatasetGraph dataset, RDFFormat serialization) Write the graph to the output stream in the default serialization for the language. -
Uses of RDFFormat in org.apache.jena.riot.protobuf
Constructors in org.apache.jena.riot.protobuf with parameters of type RDFFormatModifierConstructorDescription -
Uses of RDFFormat in org.apache.jena.riot.system
Methods in org.apache.jena.riot.system that return RDFFormatModifier and TypeMethodDescriptionstatic RDFFormatStreamRDFWriter.defaultSerialization(Lang lang) Return the format registered as the default for the languageStreamRDFWriter.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 RDFFormatMethods in org.apache.jena.riot.system with parameters of type RDFFormatModifier and TypeMethodDescriptionbooleanReturn true if the format is registeredStreamRDFWriterFactory.create(OutputStream output, RDFFormat format, Context context) Return the T for a given RDFFormat.static StreamRDFStreamRDFWriter.getWriterStream(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(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 voidRegister 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 factoryvoidRegister the default serialization for the language (replace any existing registration).voidRegister the serialization for datasets and it's associated factorystatic booleanStreamRDFWriter.registered(RDFFormat format) static voidStreamRDFWriter.write(OutputStream output, org.apache.jena.graph.Graph graph, RDFFormat format) Write a Graph in streaming fashionstatic voidStreamRDFWriter.write(OutputStream output, org.apache.jena.graph.Graph graph, RDFFormat format, Context context) Write a Graph in streaming fashionstatic voidStreamRDFWriter.write(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 RDFFormatModifierConstructorDescription -
Uses of RDFFormat in org.apache.jena.riot.writer
Constructors in org.apache.jena.riot.writer with parameters of type RDFFormat -
Uses of RDFFormat in org.apache.jena.sparql.exec.http
Methods in org.apache.jena.sparql.exec.http with parameters of type RDFFormatModifier and TypeMethodDescriptionStoreProtocol.contentType(RDFFormat rdfFormat) Set the Content-type for a POST, PUT request of a file or serialization of a graph of dataset is necessary.