Load RDF data in N-Quads syntax into an DataSet[Triple], i.e.
Load RDF data in N-Quads syntax into an DataSet[Triple], i.e. the graph will be omitted.
whether blank lines will be allowed and skipped during parsing
the DataSet of triples
Load RDF data in N-Triples syntax into an DataSet[Triple].
Load RDF data in N-Triples syntax into an DataSet[Triple].
whether blank lines will be allowed and skipped during parsing
the DataSet of triples
Load RDF data into an org.apache.flink.api.scala.DataSet[Triple].
Load RDF data into an org.apache.flink.api.scala.DataSet[Triple]. Currently, N-Triples, N-Quads and Turtle syntax are supported.
the RDF language (N-Triples, N-Quads, Turtle)
the DataSet
Load RDF data in RDF/XML syntax into an DataSet[Triple].
Load RDF data in RDF/XML syntax into an DataSet[Triple].
Note, the data will not be splitted and only loaded via a single task because of the nature of XML and how Spark can handle this format.
the DataSet of triples
Load RDF data in Turtle syntax into an DataSet[Triple]
Load RDF data in Turtle syntax into an DataSet[Triple]
the DataSet of triples
Adds methods,
rdf(lang: Lang)
,ntriples
,nquads
, andturtle
, to ExecutionEnvironment that allows to read N-Triples, N-Quads and Turtle files.