Loads an N-Triples file into an RDD.
Loads an N-Triples file into an RDD.
the Spark session
the path to the N-Triples file(s)
the RDD of triples
Load RDF data into an RDD[Triple].
Load RDF data into an RDD[Triple]. Currently, only N-Triples and Turtle syntax are supported.
the path to the RDF data file(s)
the RDF language (Turtle or N-Triples)
the RDD of triples