classRiotFileInputFormat extends CombineFileInputFormat[LongWritable, Triple] with Logging
A custom Hadoop input format that uses the Apache Jena RDF I/O technology (RIOT) to parse
RDF data files.
Read https://jena.apache.org/documentation/io/
for more details.
The following RDF formats are supported by Jena:
N-Triples
Turtle
RDF/XML
N-Quads
JSON-LD
RDF/JSON
TriG
TriX
RDF Binary
Annotations
@Experimental()
Since
0.3.0
Linear Supertypes
Logging, CombineFileInputFormat[LongWritable, Triple], FileInputFormat[LongWritable, Triple], InputFormat[LongWritable, Triple], AnyRef, Any
A custom Hadoop input format that uses the Apache Jena RDF I/O technology (RIOT) to parse RDF data files. Read https://jena.apache.org/documentation/io/ for more details.
The following RDF formats are supported by Jena:
0.3.0