Uses of Class
org.eclipse.rdf4j.rio.RDFFormat
-
-
Uses of RDFFormat in org.eclipse.rdf4j.console.util
Methods in org.eclipse.rdf4j.console.util that return RDFFormat Modifier and Type Method Description RDFFormat
ConsoleRDFWriter. getRDFFormat()
-
Uses of RDFFormat in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client that return RDFFormat Modifier and Type Method Description RDFFormat
SPARQLProtocolSession. getPreferredRDFFormat()
Gets the preferredRDFFormat
for encoding RDF documents.Methods in org.eclipse.rdf4j.http.client with parameters of type RDFFormat Modifier and Type Method Description void
RDF4JProtocolSession. addData(InputStream contents, String baseURI, RDFFormat dataFormat, Resource... contexts)
void
RDF4JProtocolSession. removeData(InputStream contents, String baseURI, RDFFormat dataFormat, Resource... contexts)
void
SPARQLProtocolSession. setPreferredRDFFormat(RDFFormat format)
Sets the preferred format for encoding RDF documents.protected void
RDF4JProtocolSession. upload(InputStream contents, String baseURI, RDFFormat dataFormat, boolean overwrite, boolean preserveNodeIds, Protocol.Action action, Resource... contexts)
void
RDF4JProtocolSession. upload(InputStream contents, String baseURI, RDFFormat dataFormat, boolean overwrite, boolean preserveNodeIds, Resource... contexts)
protected void
RDF4JProtocolSession. upload(Reader contents, String baseURI, RDFFormat dataFormat, boolean overwrite, boolean preserveNodeIds, Protocol.Action action, Resource... contexts)
void
RDF4JProtocolSession. upload(Reader contents, String baseURI, RDFFormat dataFormat, boolean overwrite, boolean preserveNodeIds, Resource... contexts)
-
Uses of RDFFormat in org.eclipse.rdf4j.http.client.shacl
Constructors in org.eclipse.rdf4j.http.client.shacl with parameters of type RDFFormat Constructor Description RemoteShaclValidationException(StringReader stringReader, String s, RDFFormat format)
-
Uses of RDFFormat in org.eclipse.rdf4j.query
Methods in org.eclipse.rdf4j.query with parameters of type RDFFormat Modifier and Type Method Description static GraphQueryResult
QueryResults. parseGraphBackground(InputStream in, String baseURI, RDFFormat format, WeakReference<?> callerReference)
Deprecated.WeakReference> 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 Modifier and Type Method Description RDFFormat
SPARQLUpdateDataBlockParser. getRDFFormat()
-
Uses of RDFFormat in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio with parameters of type RDFFormat Modifier and Type Method Description static void
QueryResultIO. 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 RDFFormat Modifier and Type Method Description void
RepositoryConnection. add(File file, String baseURI, RDFFormat dataFormat, Resource... contexts)
Adds RDF data from the specified file to a specific contexts in the repository.default void
RepositoryConnection. add(File file, RDFFormat dataFormat, Resource... contexts)
Adds RDF data from the specified file to a specific contexts in the repository.void
RepositoryConnection. 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 void
RepositoryConnection. add(InputStream in, RDFFormat dataFormat, Resource... contexts)
Adds RDF data from an InputStream to the repository, optionally to one or more named contexts.void
RepositoryConnection. add(Reader reader, String baseURI, RDFFormat dataFormat, Resource... contexts)
Adds RDF data from a Reader to the repository, optionally to one or more named contexts.default void
RepositoryConnection. add(Reader reader, RDFFormat dataFormat, Resource... contexts)
Adds RDF data from a Reader to the repository, optionally to one or more named contexts.void
RepositoryConnection. add(URL url, String baseURI, RDFFormat dataFormat, Resource... contexts)
Adds the RDF data that can be found at the specified URL to the repository, optionally to one or more named contexts.default void
RepositoryConnection. add(URL url, RDFFormat dataFormat, Resource... contexts)
Adds 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 RDFFormat Modifier and Type Method Description void
AbstractRepositoryConnection. add(File file, String baseURI, RDFFormat dataFormat, Resource... contexts)
void
AbstractRepositoryConnection. add(InputStream in, String baseURI, RDFFormat dataFormat, Resource... contexts)
void
AbstractRepositoryConnection. add(Reader reader, String baseURI, RDFFormat dataFormat, Resource... contexts)
void
AbstractRepositoryConnection. add(URL url, String baseURI, RDFFormat dataFormat, Resource... contexts)
void
RepositoryConnectionWrapper. add(File file, String baseURI, RDFFormat dataFormat, Resource... contexts)
void
RepositoryConnectionWrapper. add(InputStream in, String baseURI, RDFFormat dataFormat, Resource... contexts)
void
RepositoryConnectionWrapper. add(Reader reader, String baseURI, RDFFormat dataFormat, Resource... contexts)
void
RepositoryConnectionWrapper. 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 RDFFormat Modifier and Type Method Description void
ContextAwareConnection. add(File file, String baseURI, RDFFormat dataFormat, Resource... contexts)
void
ContextAwareConnection. add(File file, RDFFormat dataFormat, Resource... contexts)
void
ContextAwareConnection. add(InputStream in, String baseURI, RDFFormat dataFormat, Resource... contexts)
void
ContextAwareConnection. add(InputStream in, RDFFormat dataFormat, Resource... contexts)
void
ContextAwareConnection. add(Reader reader, String baseURI, RDFFormat dataFormat, Resource... contexts)
void
ContextAwareConnection. add(Reader reader, RDFFormat dataFormat, Resource... contexts)
void
ContextAwareConnection. add(URL url, String baseURI, RDFFormat dataFormat, Resource... contexts)
void
ContextAwareConnection. add(URL url, RDFFormat dataFormat, Resource... contexts)
-
Uses of RDFFormat in org.eclipse.rdf4j.repository.http
Methods in org.eclipse.rdf4j.repository.http that return RDFFormat Modifier and Type Method Description RDFFormat
HTTPRepository. getPreferredRDFFormat()
Indicates the current preferredRDFFormat
.Methods in org.eclipse.rdf4j.repository.http with parameters of type RDFFormat Modifier and Type Method Description void
HTTPRepository. 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.sparql
Methods in org.eclipse.rdf4j.repository.sparql with parameters of type RDFFormat Modifier and Type Method Description void
SPARQLConnection. add(File file, String baseURI, RDFFormat dataFormat, Resource... contexts)
void
SPARQLConnection. add(InputStream in, String baseURI, RDFFormat dataFormat, Resource... contexts)
void
SPARQLConnection. add(Reader reader, String baseURI, RDFFormat dataFormat, Resource... contexts)
void
SPARQLConnection. add(URL url, String baseURI, RDFFormat dataFormat, Resource... contexts)
-
Uses of RDFFormat in org.eclipse.rdf4j.repository.util
Methods in org.eclipse.rdf4j.repository.util with parameters of type RDFFormat Modifier and Type Method Description void
RDFLoader. load(File file, String baseURI, RDFFormat dataFormat, RDFHandler rdfHandler)
Parses RDF data from the specified file to the given RDFHandler.void
RDFLoader. load(InputStream in, String baseURI, RDFFormat dataFormat, RDFHandler rdfHandler)
Parses RDF data from an InputStream to the RDFHandler.void
RDFLoader. load(Reader reader, String baseURI, RDFFormat dataFormat, RDFHandler rdfHandler)
Parses RDF data from a Reader to the RDFHandler.void
RDFLoader. load(URL url, String baseURI, RDFFormat dataFormat, RDFHandler rdfHandler)
Parses the RDF data that can be found at the specified URL to the RDFHandler. -
Uses of RDFFormat in org.eclipse.rdf4j.rio
Fields in org.eclipse.rdf4j.rio declared as RDFFormat Modifier and Type Field Description static RDFFormat
RDFFormat. BINARY
A binary RDF format.static RDFFormat
RDFFormat. HDT
The HDT file format, an RDF serialization format.static RDFFormat
RDFFormat. JSONLD
The JSON-LD file format, an RDF serialization format that supports recording of named graphs.static RDFFormat
RDFFormat. N3
The N3/Notation3 file format.static RDFFormat
RDFFormat. NDJSONLD
The NDJSON-LD is a Newline Delimited JSON-LD format.static RDFFormat
RDFFormat. NQUADS
The N-Quads file format, an RDF serialization format that supports recording of named graphs.static RDFFormat
RDFFormat. NTRIPLES
The N-Triples file format.static RDFFormat
RDFFormat. RDFA
The RDFa file format, an RDF serialization format.static RDFFormat
RDFFormat. RDFJSON
The RDF/JSON file format, an RDF serialization format that supports recording of named graphs.static RDFFormat
RDFFormat. RDFXML
The RDF/XML file format.static RDFFormat
RDFFormat. TRIG
The TriG file format, a Turtle-based RDF serialization format that supports recording of named graphs.static RDFFormat
RDFFormat. TRIGSTAR
The TriG-star file format, a TriG-based RDF serialization format that supports RDF-star triples.static RDFFormat
RDFFormat. TRIX
The TriX file format, an XML-based RDF serialization format that supports recording of named graphs.static RDFFormat
RDFFormat. TURTLE
The Turtle file format.static RDFFormat
RDFFormat. TURTLESTAR
The Turtle-star file format, a Turtle-based RDF serialization format that supports RDF-star triples.Methods in org.eclipse.rdf4j.rio that return RDFFormat Modifier and Type Method Description protected RDFFormat
RDFParserRegistry. getKey(RDFParserFactory factory)
protected RDFFormat
RDFWriterRegistry. getKey(RDFWriterFactory factory)
RDFFormat
RDFParser. getRDFFormat()
Gets the RDF format that this parser can parse.RDFFormat
RDFParserFactory. getRDFFormat()
Returns the RDF format for this factory.RDFFormat
RDFWriter. getRDFFormat()
Gets the RDF format that this RDFWriter uses.RDFFormat
RDFWriterFactory. getRDFFormat()
Returns the RDF format for this factory.Methods in org.eclipse.rdf4j.rio that return types with arguments of type RDFFormat Modifier and Type Method Description static Optional<RDFFormat>
Rio. getParserFormatForFileName(String fileName)
Tries to match the extension of a file name against the list of RDF formats that can be parsed.static Optional<RDFFormat>
Rio. getParserFormatForMIMEType(String mimeType)
Tries to match a MIME type against the list of RDF formats that can be parsed.static Optional<RDFFormat>
Rio. getWriterFormatForFileName(String fileName)
Tries to match the extension of a file name against the list of RDF formats that can be written.static Optional<RDFFormat>
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 RDFFormat Modifier and Type Method Description static RDFParser
Rio. 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 RDFParser
Rio. createParser(RDFFormat format, ValueFactory valueFactory)
Convenience methods for creating RDFParser objects that use the specified ValueFactory to create RDF model objects.static RDFWriter
Rio. 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 RDFWriter
Rio. 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 RDFWriter
Rio. 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 RDFWriter
Rio. 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.static List<String>
RDFFormat. getAcceptParams(Iterable<RDFFormat> rdfFormats, boolean requireContext, RDFFormat preferredFormat)
Processes the supplied collection ofRDFFormat
s and assigns quality values to each based on whether context must be supported and whether the format is preferred.static Model
Rio. parse(InputStream in, String baseURI, RDFFormat dataFormat, Resource... contexts)
Adds RDF data from anInputStream
to aModel
, optionally to one or more named contexts.static Model
Rio. parse(InputStream in, String baseURI, RDFFormat dataFormat, ParserConfig settings, Resource... contexts)
Adds RDF data from anInputStream
to aModel
, optionally to one or more named contexts.static Model
Rio. parse(InputStream in, String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, ModelFactory modelFactory, Resource... contexts)
Adds RDF data from anInputStream
to aModel
, optionally to one or more named contexts.static Model
Rio. parse(InputStream in, String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, Resource... contexts)
Adds RDF data from anInputStream
to aModel
, optionally to one or more named contexts.static Model
Rio. parse(InputStream in, RDFFormat dataFormat, Resource... contexts)
Adds RDF data from anInputStream
to aModel
, optionally to one or more named contexts.static Model
Rio. parse(InputStream in, RDFFormat dataFormat, ParserConfig settings, Resource... contexts)
Adds RDF data from anInputStream
to aModel
, optionally to one or more named contexts.static Model
Rio. parse(Reader reader, String baseURI, RDFFormat dataFormat, Resource... contexts)
static Model
Rio. parse(Reader reader, String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, ModelFactory modelFactory, Resource... contexts)
static Model
Rio. parse(Reader reader, String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, Resource... contexts)
static Model
Rio. parse(Reader reader, RDFFormat dataFormat, Resource... contexts)
static Model
Rio. 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 void
Rio. write(Iterable<Statement> model, OutputStream output, String baseURI, RDFFormat dataFormat)
Writes the given statements to the givenOutputStream
in the given format.static void
Rio. write(Iterable<Statement> model, OutputStream output, String baseURI, RDFFormat dataFormat, WriterConfig settings)
Writes the given statements to the givenOutputStream
in the given format.static void
Rio. write(Iterable<Statement> model, OutputStream output, RDFFormat dataFormat)
Writes the given statements to the givenOutputStream
in the given format.static void
Rio. write(Iterable<Statement> model, OutputStream output, RDFFormat dataFormat, WriterConfig settings)
Writes the given statements to the givenOutputStream
in the given format.static void
Rio. write(Iterable<Statement> model, Writer output, String baseURI, RDFFormat dataFormat)
Writes the given statements to the givenWriter
in the given format.static void
Rio. write(Iterable<Statement> model, Writer output, String baseURI, RDFFormat dataFormat, WriterConfig settings)
Writes the given statements to the givenWriter
in the given format.static void
Rio. write(Iterable<Statement> model, Writer output, RDFFormat dataFormat)
Writes the given statements to the givenWriter
in the given format.static void
Rio. write(Iterable<Statement> model, Writer output, RDFFormat dataFormat, WriterConfig settings)
Writes the given statements to the givenWriter
in the given format.static void
Rio. write(Statement st, OutputStream output, RDFFormat dataFormat)
Writes the given statement to the givenOutputStream
in the given format.static void
Rio. write(Statement st, OutputStream output, RDFFormat dataFormat, WriterConfig settings)
Writes the given single statement to the givenOutputStream
in the given format.static void
Rio. write(Statement statement, Writer output, RDFFormat dataFormat)
Writes the given single statement to the givenWriter
in the given format.static void
Rio. write(Statement statement, Writer output, RDFFormat dataFormat, WriterConfig settings)
Writes the given single statement to the givenWriter
in the given format.Method parameters in org.eclipse.rdf4j.rio with type arguments of type RDFFormat Modifier and Type Method Description static List<String>
RDFFormat. getAcceptParams(Iterable<RDFFormat> rdfFormats, boolean requireContext, RDFFormat preferredFormat)
Processes the supplied collection ofRDFFormat
s 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 RDFFormat Modifier and Type Method Description RDFFormat
BinaryRDFParser. getRDFFormat()
RDFFormat
BinaryRDFParserFactory. getRDFFormat()
ReturnsBINARY
.RDFFormat
BinaryRDFWriter. getRDFFormat()
RDFFormat
BinaryRDFWriterFactory. getRDFFormat()
ReturnsBINARY
. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.hdt
Methods in org.eclipse.rdf4j.rio.hdt that return RDFFormat Modifier and Type Method Description RDFFormat
HDTParser. getRDFFormat()
RDFFormat
HDTParserFactory. getRDFFormat()
ReturnsHDT
. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.jsonld
Methods in org.eclipse.rdf4j.rio.jsonld that return RDFFormat Modifier and Type Method Description RDFFormat
JSONLDParser. getRDFFormat()
RDFFormat
JSONLDParserFactory. getRDFFormat()
RDFFormat
JSONLDWriter. getRDFFormat()
RDFFormat
JSONLDWriterFactory. getRDFFormat()
-
Uses of RDFFormat in org.eclipse.rdf4j.rio.n3
Methods in org.eclipse.rdf4j.rio.n3 that return RDFFormat Modifier and Type Method Description RDFFormat
N3ParserFactory. getRDFFormat()
ReturnsN3
.RDFFormat
N3Writer. getRDFFormat()
RDFFormat
N3WriterFactory. getRDFFormat()
ReturnsN3
. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.ndjsonld
Methods in org.eclipse.rdf4j.rio.ndjsonld that return RDFFormat Modifier and Type Method Description RDFFormat
NDJSONLDParser. getRDFFormat()
RDFFormat
NDJSONLDParserFactory. getRDFFormat()
RDFFormat
NDJSONLDWriter. getRDFFormat()
RDFFormat
NDJSONLDWriterFactory. getRDFFormat()
-
Uses of RDFFormat in org.eclipse.rdf4j.rio.nquads
Methods in org.eclipse.rdf4j.rio.nquads that return RDFFormat Modifier and Type Method Description RDFFormat
NQuadsParser. getRDFFormat()
RDFFormat
NQuadsParserFactory. getRDFFormat()
ReturnsNQUADS
.RDFFormat
NQuadsWriter. getRDFFormat()
RDFFormat
NQuadsWriterFactory. getRDFFormat()
ReturnsNQUADS
. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.ntriples
Methods in org.eclipse.rdf4j.rio.ntriples that return RDFFormat Modifier and Type Method Description RDFFormat
NTriplesParser. getRDFFormat()
RDFFormat
NTriplesParserFactory. getRDFFormat()
ReturnsNTRIPLES
.RDFFormat
NTriplesWriter. getRDFFormat()
RDFFormat
NTriplesWriterFactory. getRDFFormat()
ReturnsNTRIPLES
. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.rdfjson
Methods in org.eclipse.rdf4j.rio.rdfjson that return RDFFormat Modifier and Type Method Description RDFFormat
RDFJSONParser. getRDFFormat()
RDFFormat
RDFJSONParserFactory. getRDFFormat()
RDFFormat
RDFJSONWriter. getRDFFormat()
RDFFormat
RDFJSONWriterFactory. getRDFFormat()
Constructors in org.eclipse.rdf4j.rio.rdfjson with parameters of type RDFFormat Constructor Description RDFJSONParser(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 RDFFormat Modifier and Type Method Description RDFFormat
RDFXMLParser. getRDFFormat()
RDFFormat
RDFXMLParserFactory. getRDFFormat()
Returns the RDF format for this factory.RDFFormat
RDFXMLWriter. getRDFFormat()
RDFFormat
RDFXMLWriterFactory. getRDFFormat()
ReturnsRDFXML
. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.rdfxml.util
Methods in org.eclipse.rdf4j.rio.rdfxml.util that return RDFFormat Modifier and Type Method Description RDFFormat
RDFXMLPrettyWriterFactory. getRDFFormat()
ReturnsRDFXML
. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.trig
Methods in org.eclipse.rdf4j.rio.trig that return RDFFormat Modifier and Type Method Description RDFFormat
TriGParser. getRDFFormat()
RDFFormat
TriGParserFactory. getRDFFormat()
ReturnsTRIG
.RDFFormat
TriGWriter. getRDFFormat()
RDFFormat
TriGWriterFactory. getRDFFormat()
ReturnsTRIG
. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.trigstar
Methods in org.eclipse.rdf4j.rio.trigstar that return RDFFormat Modifier and Type Method Description RDFFormat
TriGStarParser. getRDFFormat()
RDFFormat
TriGStarParserFactory. getRDFFormat()
ReturnsTRIGSTAR
.RDFFormat
TriGStarWriter. getRDFFormat()
RDFFormat
TriGStarWriterFactory. getRDFFormat()
ReturnsTRIGSTAR
. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.trix
Methods in org.eclipse.rdf4j.rio.trix that return RDFFormat Modifier and Type Method Description RDFFormat
TriXParser. getRDFFormat()
RDFFormat
TriXParserFactory. getRDFFormat()
ReturnsTRIX
.RDFFormat
TriXWriter. getRDFFormat()
RDFFormat
TriXWriterFactory. getRDFFormat()
ReturnsTRIX
. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.turtle
Methods in org.eclipse.rdf4j.rio.turtle that return RDFFormat Modifier and Type Method Description RDFFormat
ArrangedWriter. getRDFFormat()
Deprecated.RDFFormat
TurtleParser. getRDFFormat()
RDFFormat
TurtleParserFactory. getRDFFormat()
ReturnsTURTLE
.RDFFormat
TurtleWriter. getRDFFormat()
RDFFormat
TurtleWriterFactory. getRDFFormat()
ReturnsTURTLE
. -
Uses of RDFFormat in org.eclipse.rdf4j.rio.turtlestar
Methods in org.eclipse.rdf4j.rio.turtlestar that return RDFFormat Modifier and Type Method Description RDFFormat
TurtleStarParser. getRDFFormat()
RDFFormat
TurtleStarParserFactory. getRDFFormat()
ReturnsTURTLESTAR
.RDFFormat
TurtleStarWriter. getRDFFormat()
RDFFormat
TurtleStarWriterFactory. getRDFFormat()
ReturnsTURTLESTAR
. -
Uses of RDFFormat in org.eclipse.rdf4j.spring.operationlog
Methods in org.eclipse.rdf4j.spring.operationlog with parameters of type RDFFormat Modifier and Type Method Description void
LoggingRepositoryConnection. add(File file, String baseURI, RDFFormat dataFormat, Resource... contexts)
void
LoggingRepositoryConnection. add(InputStream in, String baseURI, RDFFormat dataFormat, Resource... contexts)
void
LoggingRepositoryConnection. add(Reader reader, String baseURI, RDFFormat dataFormat, Resource... contexts)
void
LoggingRepositoryConnection. add(URL url, String baseURI, RDFFormat dataFormat, Resource... contexts)
-
Uses of RDFFormat in org.eclipse.rdf4j.spring.resultcache
Methods in org.eclipse.rdf4j.spring.resultcache with parameters of type RDFFormat Modifier and Type Method Description void
CachingRepositoryConnection. add(File file, String baseURI, RDFFormat dataFormat, Resource... contexts)
void
CachingRepositoryConnection. add(InputStream in, String baseURI, RDFFormat dataFormat, Resource... contexts)
void
CachingRepositoryConnection. add(Reader reader, String baseURI, RDFFormat dataFormat, Resource... contexts)
void
CachingRepositoryConnection. add(URL url, String baseURI, RDFFormat dataFormat, Resource... contexts)
-
Uses of RDFFormat in org.eclipse.rdf4j.spring.tx
Methods in org.eclipse.rdf4j.spring.tx with parameters of type RDFFormat Modifier and Type Method Description void
TransactionalRepositoryConnection. add(File file, String baseURI, RDFFormat dataFormat, Resource... contexts)
void
TransactionalRepositoryConnection. add(File file, RDFFormat dataFormat, Resource... contexts)
void
TransactionalRepositoryConnection. add(InputStream in, String baseURI, RDFFormat dataFormat, Resource... contexts)
void
TransactionalRepositoryConnection. add(InputStream in, RDFFormat dataFormat, Resource... contexts)
void
TransactionalRepositoryConnection. add(Reader reader, String baseURI, RDFFormat dataFormat, Resource... contexts)
void
TransactionalRepositoryConnection. add(Reader reader, RDFFormat dataFormat, Resource... contexts)
void
TransactionalRepositoryConnection. add(URL url, String baseURI, RDFFormat dataFormat, Resource... contexts)
void
TransactionalRepositoryConnection. add(URL url, RDFFormat dataFormat, Resource... contexts)
-