Uses of Class
org.eclipse.rdf4j.rio.RDFFormat
Packages that use RDFFormat
Package
Description
Interfaces and classes for handling queries and query results.
The rdf4j SPARQL 1.1 parser.
The Repository API: the main API for accessing rdf databases and SPARQL endpoints.
Abstract base classes and wrappers for the main Repository API interfaces.
A repository wrapper with convenience functions for handling contexts.
A repository that serves as a proxy client for a remote repository on an RDF4J Server.
Functionality for Repository lifecycle management and sharing.
A
Repository that serves as a SPARQL endpoint client.Helper classes for working with Repositories.
Rio: The RDF4J parser/writer API.
Parser/writer for the RDF4J binary RDF format.
Parser/writer for the HDT v1.0 format.
Parser/writer for the JSON-L format.
Writer for the Notation-3 (N3) format.
Parser/writer for the N-Quads format.
Parser/writer for the N-Triples format.
Parser/writer for the RDF/JSON format.
Parser/writer for the RDF/XML format.
Pretty-printing for the RDF/XML format.
Parser/writer for the TriG format.
Parser/writer for the TriX format.
Parser/writer for the Turtle format.
-
Uses of RDFFormat in org.eclipse.rdf4j.http.client
Fields in org.eclipse.rdf4j.http.client declared as RDFFormatMethods in org.eclipse.rdf4j.http.client that return RDFFormatModifier and TypeMethodDescription(package private) static RDFFormatSPARQLProtocolSession.getContentTypeSerialisation(org.apache.http.HttpResponse response) SPARQLProtocolSession.getPreferredRDFFormat()Gets the preferredRDFFormatfor encoding RDF documents.Methods in org.eclipse.rdf4j.http.client with parameters of type RDFFormatModifier and TypeMethodDescriptionvoidRDF4JProtocolSession.addData(InputStream contents, String baseURI, RDFFormat dataFormat, Resource... contexts) voidRDF4JProtocolSession.removeData(InputStream contents, String baseURI, RDFFormat dataFormat, Resource... contexts) voidSPARQLProtocolSession.setPreferredRDFFormat(RDFFormat format) Sets the preferred format for encoding RDF documents.protected voidRDF4JProtocolSession.upload(InputStream contents, String baseURI, RDFFormat dataFormat, boolean overwrite, boolean preserveNodeIds, Protocol.Action action, Resource... contexts) voidRDF4JProtocolSession.upload(InputStream contents, String baseURI, RDFFormat dataFormat, boolean overwrite, boolean preserveNodeIds, Resource... contexts) protected voidRDF4JProtocolSession.upload(Reader contents, String baseURI, RDFFormat dataFormat, boolean overwrite, boolean preserveNodeIds, Protocol.Action action, Resource... contexts) voidRDF4JProtocolSession.upload(Reader contents, String baseURI, RDFFormat dataFormat, boolean overwrite, boolean preserveNodeIds, Resource... contexts) Method parameters in org.eclipse.rdf4j.http.client with type arguments of type RDFFormatModifier and TypeMethodDescriptionprivate org.apache.http.HttpResponseSPARQLProtocolSession.sendGraphQueryViaHttp(org.apache.http.client.methods.HttpUriRequest method, boolean requireContext, Set<RDFFormat> rdfFormats) -
Uses of RDFFormat in org.eclipse.rdf4j.http.client.shacl
Fields in org.eclipse.rdf4j.http.client.shacl declared as RDFFormatConstructors in org.eclipse.rdf4j.http.client.shacl with parameters of type RDFFormatModifierConstructorDescriptionRemoteShaclValidationException(StringReader stringReader, String s, RDFFormat format) (package private)RemoteValidation(StringReader stringReader, String baseUri, RDFFormat format) -
Uses of RDFFormat in org.eclipse.rdf4j.query
Methods in org.eclipse.rdf4j.query with parameters of type RDFFormatModifier and TypeMethodDescriptionstatic GraphQueryResultQueryResults.parseGraphBackground(InputStream in, String baseURI, RDFFormat format, WeakReference<?> callerReference) Deprecated.WeakReferenceinvalid input: '<'?> callerReference argument will be removed -
Uses of RDFFormat in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql that return RDFFormat -
Uses of RDFFormat in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio with parameters of type RDFFormatModifier and TypeMethodDescriptionstatic voidQueryResultIO.writeGraph(GraphQueryResult gqr, RDFFormat format, OutputStream out) Writes a graph query result document in a specific RDF format to an output stream. -
Uses of RDFFormat in org.eclipse.rdf4j.repository
Methods in org.eclipse.rdf4j.repository with parameters of type RDFFormatModifier and TypeMethodDescriptionvoidAdds RDF data from the specified file to a specific contexts in the repository.default voidAdds RDF data from the specified file to a specific contexts in the repository.voidRepositoryConnection.add(InputStream in, String baseURI, RDFFormat dataFormat, Resource... contexts) Adds RDF data from an InputStream to the repository, optionally to one or more named contexts.default voidRepositoryConnection.add(InputStream in, RDFFormat dataFormat, Resource... contexts) Adds RDF data from an InputStream to the repository, optionally to one or more named contexts.voidAdds RDF data from a Reader to the repository, optionally to one or more named contexts.default voidAdds RDF data from a Reader to the repository, optionally to one or more named contexts.voidAdds the RDF data that can be found at the specified URL to the repository, optionally to one or more named contexts.default voidAdds the RDF data that can be found at the specified URL to the repository, optionally to one or more named contexts. -
Uses of RDFFormat in org.eclipse.rdf4j.repository.base
Methods in org.eclipse.rdf4j.repository.base with parameters of type RDFFormatModifier and TypeMethodDescriptionvoidAbstractRepositoryConnection.add(File file, String baseURI, RDFFormat dataFormat, Resource... contexts) voidAbstractRepositoryConnection.add(InputStream in, String baseURI, RDFFormat dataFormat, Resource... contexts) voidAbstractRepositoryConnection.add(Reader reader, String baseURI, RDFFormat dataFormat, Resource... contexts) voidAbstractRepositoryConnection.add(URL url, String baseURI, RDFFormat dataFormat, Resource... contexts) voidRepositoryConnectionWrapper.add(File file, String baseURI, RDFFormat dataFormat, Resource... contexts) voidRepositoryConnectionWrapper.add(InputStream in, String baseURI, RDFFormat dataFormat, Resource... contexts) voidRepositoryConnectionWrapper.add(Reader reader, String baseURI, RDFFormat dataFormat, Resource... contexts) voidRepositoryConnectionWrapper.add(URL url, String baseURI, RDFFormat dataFormat, Resource... contexts) -
Uses of RDFFormat in org.eclipse.rdf4j.repository.contextaware
Methods in org.eclipse.rdf4j.repository.contextaware with parameters of type RDFFormatModifier and TypeMethodDescriptionvoidvoidvoidContextAwareConnection.add(InputStream in, String baseURI, RDFFormat dataFormat, Resource... contexts) voidContextAwareConnection.add(InputStream in, RDFFormat dataFormat, Resource... contexts) voidContextAwareConnection.add(Reader reader, String baseURI, RDFFormat dataFormat, Resource... contexts) voidvoidvoid -
Uses of RDFFormat in org.eclipse.rdf4j.repository.http
Fields in org.eclipse.rdf4j.repository.http declared as RDFFormatMethods in org.eclipse.rdf4j.repository.http that return RDFFormatModifier and TypeMethodDescriptionprivate RDFFormatHTTPRepositoryConnection.getBackwardCompatibleFormat(RDFFormat format) HTTPRepository.getPreferredRDFFormat()Indicates the current preferredRDFFormat.Methods in org.eclipse.rdf4j.repository.http with parameters of type RDFFormatModifier and TypeMethodDescriptionvoidvoidHTTPRepositoryConnection.add(InputStream in, String baseURI, RDFFormat dataFormat, Resource... contexts) voidHTTPRepositoryConnection.add(Reader reader, String baseURI, RDFFormat dataFormat, Resource... contexts) voidprivate RDFFormatHTTPRepositoryConnection.getBackwardCompatibleFormat(RDFFormat format) voidHTTPRepository.setPreferredRDFFormat(RDFFormat format) Sets the preferred serialization format for RDF to the suppliedRDFFormat, overriding theSPARQLProtocolSession's default preference. -
Uses of RDFFormat in org.eclipse.rdf4j.repository.manager
Fields in org.eclipse.rdf4j.repository.manager declared as RDFFormatModifier and TypeFieldDescriptionprivate static final RDFFormatLocalRepositoryManager.CONFIG_FORMAT -
Uses of RDFFormat in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql with parameters of type RDFFormatModifier and TypeMethodDescriptionvoidvoidSPARQLConnection.add(InputStream in, String baseURI, RDFFormat dataFormat, Resource... contexts) voidvoid -
Uses of RDFFormat in org.eclipse.rdf4j.repository.util
Methods in org.eclipse.rdf4j.repository.util with parameters of type RDFFormatModifier and TypeMethodDescriptionvoidRDFLoader.load(File file, String baseURI, RDFFormat dataFormat, RDFHandler rdfHandler) Parses RDF data from the specified file to the given RDFHandler.voidRDFLoader.load(InputStream in, String baseURI, RDFFormat dataFormat, RDFHandler rdfHandler) Parses RDF data from an InputStream to the RDFHandler.voidRDFLoader.load(Reader reader, String baseURI, RDFFormat dataFormat, RDFHandler rdfHandler) Parses RDF data from a Reader to the RDFHandler.voidRDFLoader.load(URL url, String baseURI, RDFFormat dataFormat, RDFHandler rdfHandler) Parses the RDF data that can be found at the specified URL to the RDFHandler.private voidRDFLoader.loadInputStreamOrReader(Object inputStreamOrReader, String baseURI, RDFFormat dataFormat, RDFHandler rdfHandler) Adds the data that can be read from the supplied InputStream or Reader to this repository.private voidRDFLoader.loadZip(InputStream in, String baseURI, RDFFormat dataFormat, RDFHandler rdfHandler) -
Uses of RDFFormat in org.eclipse.rdf4j.rio
Subclasses with type arguments of type RDFFormat in org.eclipse.rdf4j.rioModifier and TypeClassDescriptionclassA registry that keeps track of the availableRDFParserFactorys.classA registry that keeps track of the availableRDFWriterFactorys.Fields in org.eclipse.rdf4j.rio declared as RDFFormatModifier and TypeFieldDescriptionstatic final RDFFormatRDFFormat.BINARYA binary RDF format.static final RDFFormatRDFFormat.HDTThe HDT file format, an RDF serialization format.static final RDFFormatRDFFormat.JSONLDThe JSON-LD file format, an RDF serialization format that supports recording of named graphs.static final RDFFormatRDFFormat.N3The N3/Notation3 file format.static final RDFFormatRDFFormat.NDJSONLDThe NDJSON-LD is a Newline Delimited JSON-LD format.static final RDFFormatRDFFormat.NQUADSThe N-Quads file format, an RDF serialization format that supports recording of named graphs.static final RDFFormatRDFFormat.NTRIPLESThe N-Triples file format.static final RDFFormatRDFFormat.RDFAThe RDFa file format, an RDF serialization format.static final RDFFormatRDFFormat.RDFJSONThe RDF/JSON file format, an RDF serialization format that supports recording of named graphs.static final RDFFormatRDFFormat.RDFXMLThe RDF/XML file format.static final RDFFormatRDFFormat.TRIGThe TriG file format, a Turtle-based RDF serialization format that supports recording of named graphs.static final RDFFormatRDFFormat.TRIGSTARThe TriG-star file format, a TriG-based RDF serialization format that supports RDF-star triples.static final RDFFormatRDFFormat.TRIXThe TriX file format, an XML-based RDF serialization format that supports recording of named graphs.static final RDFFormatRDFFormat.TURTLEThe Turtle file format.static final RDFFormatRDFFormat.TURTLESTARThe Turtle-star file format, a Turtle-based RDF serialization format that supports RDF-star triples.Methods in org.eclipse.rdf4j.rio that return RDFFormatModifier and TypeMethodDescriptionprotected RDFFormatRDFParserRegistry.getKey(RDFParserFactory factory) protected RDFFormatRDFWriterRegistry.getKey(RDFWriterFactory factory) RDFParser.getRDFFormat()Gets the RDF format that this parser can parse.RDFParserFactory.getRDFFormat()Returns the RDF format for this factory.RDFWriter.getRDFFormat()Gets the RDF format that this RDFWriter uses.RDFWriterFactory.getRDFFormat()Returns the RDF format for this factory.Methods in org.eclipse.rdf4j.rio that return types with arguments of type RDFFormatModifier and TypeMethodDescriptionRio.getParserFormatForFileName(String fileName) Tries to match the extension of a file name against the list of RDF formats that can be parsed.Rio.getParserFormatForMIMEType(String mimeType) Tries to match a MIME type against the list of RDF formats that can be parsed.Rio.getWriterFormatForFileName(String fileName) Tries to match the extension of a file name against the list of RDF formats that can be written.Rio.getWriterFormatForMIMEType(String mimeType) Tries to match a MIME type against the list of RDF formats that can be written.Methods in org.eclipse.rdf4j.rio with parameters of type RDFFormatModifier and TypeMethodDescriptionstatic RDFParserRio.createParser(RDFFormat format) Convenience methods for creating RDFParser objects.This method uses the registry returned byRDFParserRegistry.getInstance()to get a factory for the specified format and uses this factory to create the appropriate parser.static RDFParserRio.createParser(RDFFormat format, ValueFactory valueFactory) Convenience methods for creating RDFParser objects that use the specified ValueFactory to create RDF model objects.static RDFWriterRio.createWriter(RDFFormat format, OutputStream out) Convenience methods for creating RDFWriter objects.This method uses the registry returned byRDFWriterRegistry.getInstance()to get a factory for the specified format and uses this factory to create the appropriate writer.static RDFWriterRio.createWriter(RDFFormat format, OutputStream out, String baseURI) Convenience methods for creating RDFWriter objects.This method uses the registry returned byRDFWriterRegistry.getInstance()to get a factory for the specified format and uses this factory to create the appropriate writer.static RDFWriterRio.createWriter(RDFFormat format, Writer writer) Convenience methods for creating RDFWriter objects.This method uses the registry returned byRDFWriterRegistry.getInstance()to get a factory for the specified format and uses this factory to create the appropriate writer.static RDFWriterRio.createWriter(RDFFormat format, Writer writer, String baseURI) Convenience methods for creating RDFWriter objects.This method uses the registry returned byRDFWriterRegistry.getInstance()to get a factory for the specified format and uses this factory to create the appropriate writer.RDFFormat.getAcceptParams(Iterable<RDFFormat> rdfFormats, boolean requireContext, RDFFormat preferredFormat) Processes the supplied collection ofRDFFormats and assigns quality values to each based on whether context must be supported and whether the format is preferred.static ModelRio.parse(InputStream in, String baseURI, RDFFormat dataFormat, Resource... contexts) Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio.parse(InputStream in, String baseURI, RDFFormat dataFormat, ParserConfig settings, Resource... contexts) Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio.parse(InputStream in, String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, ModelFactory modelFactory, Resource... contexts) Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio.parse(InputStream in, String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, Resource... contexts) Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio.parse(InputStream in, RDFFormat dataFormat, Resource... contexts) Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio.parse(InputStream in, RDFFormat dataFormat, ParserConfig settings, Resource... contexts) Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static Modelstatic ModelRio.parse(Reader reader, String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, ModelFactory modelFactory, Resource... contexts) static ModelRio.parse(Reader reader, String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, Resource... contexts) static Modelstatic ModelRio.parse(Reader reader, RDFFormat dataFormat, ParserConfig settings, Resource... contexts) static Supplier<UnsupportedRDFormatException> Rio.unsupportedFormat(RDFFormat unsupportedFormat) Helper method to use to create a lambda forOptional.orElseThrow(Supplier)to indicate a format is unsupported.static voidWrites the given statements to the givenOutputStreamin the given format.static voidRio.write(Iterable<Statement> model, OutputStream output, String baseURI, RDFFormat dataFormat, WriterConfig settings) Writes the given statements to the givenOutputStreamin the given format.static voidRio.write(Iterable<Statement> model, OutputStream output, RDFFormat dataFormat) Writes the given statements to the givenOutputStreamin the given format.static voidRio.write(Iterable<Statement> model, OutputStream output, RDFFormat dataFormat, WriterConfig settings) Writes the given statements to the givenOutputStreamin the given format.static voidWrites the given statements to the givenWriterin the given format.static voidRio.write(Iterable<Statement> model, Writer output, String baseURI, RDFFormat dataFormat, WriterConfig settings) Writes the given statements to the givenWriterin the given format.static voidWrites the given statements to the givenWriterin the given format.static voidWrites the given statements to the givenWriterin the given format.static voidRio.write(Statement st, OutputStream output, RDFFormat dataFormat) Writes the given statement to the givenOutputStreamin the given format.static voidRio.write(Statement st, OutputStream output, RDFFormat dataFormat, WriterConfig settings) Writes the given single statement to the givenOutputStreamin the given format.static voidWrites the given single statement to the givenWriterin the given format.static voidRio.write(Statement statement, Writer output, RDFFormat dataFormat, WriterConfig settings) Writes the given single statement to the givenWriterin the given format.Method parameters in org.eclipse.rdf4j.rio with type arguments of type RDFFormatModifier and TypeMethodDescriptionRDFFormat.getAcceptParams(Iterable<RDFFormat> rdfFormats, boolean requireContext, RDFFormat preferredFormat) Processes the supplied collection ofRDFFormats and assigns quality values to each based on whether context must be supported and whether the format is preferred. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.binary
Methods in org.eclipse.rdf4j.rio.binary that return RDFFormatModifier and TypeMethodDescriptionBinaryRDFParser.getRDFFormat()BinaryRDFParserFactory.getRDFFormat()ReturnsRDFFormat.BINARY.BinaryRDFWriter.getRDFFormat()BinaryRDFWriterFactory.getRDFFormat()ReturnsRDFFormat.BINARY. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.hdt
Methods in org.eclipse.rdf4j.rio.hdt that return RDFFormatModifier and TypeMethodDescriptionHDTParser.getRDFFormat()HDTParserFactory.getRDFFormat()ReturnsRDFFormat.HDT. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.jsonld
Methods in org.eclipse.rdf4j.rio.jsonld that return RDFFormatModifier and TypeMethodDescriptionJSONLDParser.getRDFFormat()JSONLDParserFactory.getRDFFormat()JSONLDWriter.getRDFFormat()JSONLDWriterFactory.getRDFFormat() -
Uses of RDFFormat in org.eclipse.rdf4j.rio.n3
Methods in org.eclipse.rdf4j.rio.n3 that return RDFFormatModifier and TypeMethodDescriptionN3ParserFactory.getRDFFormat()ReturnsRDFFormat.N3.N3Writer.getRDFFormat()N3WriterFactory.getRDFFormat()ReturnsRDFFormat.N3. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.ndjsonld
Methods in org.eclipse.rdf4j.rio.ndjsonld that return RDFFormatModifier and TypeMethodDescriptionNDJSONLDParser.getRDFFormat()NDJSONLDParserFactory.getRDFFormat()NDJSONLDWriter.getRDFFormat()NDJSONLDWriterFactory.getRDFFormat() -
Uses of RDFFormat in org.eclipse.rdf4j.rio.nquads
Methods in org.eclipse.rdf4j.rio.nquads that return RDFFormatModifier and TypeMethodDescriptionNQuadsParser.getRDFFormat()NQuadsParserFactory.getRDFFormat()ReturnsRDFFormat.NQUADS.NQuadsWriter.getRDFFormat()NQuadsWriterFactory.getRDFFormat()ReturnsRDFFormat.NQUADS. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.ntriples
Methods in org.eclipse.rdf4j.rio.ntriples that return RDFFormatModifier and TypeMethodDescriptionNTriplesParser.getRDFFormat()NTriplesParserFactory.getRDFFormat()ReturnsRDFFormat.NTRIPLES.NTriplesWriter.getRDFFormat()NTriplesWriterFactory.getRDFFormat()ReturnsRDFFormat.NTRIPLES. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.rdfjson
Fields in org.eclipse.rdf4j.rio.rdfjson declared as RDFFormatModifier and TypeFieldDescriptionprivate final RDFFormatRDFJSONParser.actualFormatprivate final RDFFormatRDFJSONWriter.actualFormatMethods in org.eclipse.rdf4j.rio.rdfjson that return RDFFormatModifier and TypeMethodDescriptionRDFJSONParser.getRDFFormat()RDFJSONParserFactory.getRDFFormat()RDFJSONWriter.getRDFFormat()RDFJSONWriterFactory.getRDFFormat()Constructors in org.eclipse.rdf4j.rio.rdfjson with parameters of type RDFFormatModifierConstructorDescriptionRDFJSONParser(RDFFormat actualFormat) Creates a parser using the given RDFFormat to self identify.RDFJSONWriter(OutputStream out, RDFFormat actualFormat) RDFJSONWriter(Writer writer, RDFFormat actualFormat) -
Uses of RDFFormat in org.eclipse.rdf4j.rio.rdfxml
Methods in org.eclipse.rdf4j.rio.rdfxml that return RDFFormatModifier and TypeMethodDescriptionfinal RDFFormatRDFXMLParser.getRDFFormat()RDFXMLParserFactory.getRDFFormat()Returns the RDF format for this factory.RDFXMLWriter.getRDFFormat()RDFXMLWriterFactory.getRDFFormat()ReturnsRDFFormat.RDFXML. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.rdfxml.util
Methods in org.eclipse.rdf4j.rio.rdfxml.util that return RDFFormatModifier and TypeMethodDescriptionRDFXMLPrettyWriterFactory.getRDFFormat()ReturnsRDFFormat.RDFXML. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.trig
Methods in org.eclipse.rdf4j.rio.trig that return RDFFormatModifier and TypeMethodDescriptionTriGParser.getRDFFormat()TriGParserFactory.getRDFFormat()ReturnsRDFFormat.TRIG.TriGWriter.getRDFFormat()TriGWriterFactory.getRDFFormat()ReturnsRDFFormat.TRIG. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.trigstar
Methods in org.eclipse.rdf4j.rio.trigstar that return RDFFormatModifier and TypeMethodDescriptionTriGStarParser.getRDFFormat()TriGStarParserFactory.getRDFFormat()ReturnsRDFFormat.TRIGSTAR.TriGStarWriter.getRDFFormat()TriGStarWriterFactory.getRDFFormat()ReturnsRDFFormat.TRIGSTAR. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.trix
Methods in org.eclipse.rdf4j.rio.trix that return RDFFormatModifier and TypeMethodDescriptionfinal RDFFormatTriXParser.getRDFFormat()TriXParserFactory.getRDFFormat()ReturnsRDFFormat.TRIX.TriXWriter.getRDFFormat()TriXWriterFactory.getRDFFormat()ReturnsRDFFormat.TRIX. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.turtle
Methods in org.eclipse.rdf4j.rio.turtle that return RDFFormatModifier and TypeMethodDescriptionArrangedWriter.getRDFFormat()Deprecated.TurtleParser.getRDFFormat()TurtleParserFactory.getRDFFormat()ReturnsRDFFormat.TURTLE.TurtleWriter.getRDFFormat()TurtleWriterFactory.getRDFFormat()ReturnsRDFFormat.TURTLE. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.turtlestar
Methods in org.eclipse.rdf4j.rio.turtlestar that return RDFFormatModifier and TypeMethodDescriptionTurtleStarParser.getRDFFormat()TurtleStarParserFactory.getRDFFormat()ReturnsRDFFormat.TURTLESTAR.TurtleStarWriter.getRDFFormat()TurtleStarWriterFactory.getRDFFormat()ReturnsRDFFormat.TURTLESTAR.