Load an RDF graph from a single file or directory.
Load an RDF graph from a single file or directory.
the Spark session
the path to the file or directory
min number of partitions for Hadoop RDDs (SparkContext.defaultMinPartitions)
an RDF graph
Load an RDF graph from multiple files or directories.
Load an RDF graph from multiple files or directories.
the Spark session
the files or directories
min number of partitions for Hadoop RDDs (SparkContext.defaultMinPartitions)
an RDF graph
Load an RDF graph from a file or directory.
Load an RDF graph from a file or directory. The path can also contain multiple paths
and even wildcards, e.g.
"/my/dir1,/my/paths/part-00[0-5]*,/another/dir,/a/specific/file"
the Spark session
the absolute path of the file
min number of partitions for Hadoop RDDs (SparkContext.defaultMinPartitions)
an RDF graph
Load an RDF graph from a file or directory with a Spark DataFrame as underlying datastructure.
Load an RDF graph from a file or directory with a Spark DataFrame as underlying datastructure.
The path can also contain multiple paths and even wildcards, e.g.
"/my/dir1,/my/paths/part-00[0-5]*,/another/dir,/a/specific/file"
the Spark session
the absolute path of the file
min number of partitions for Hadoop RDDs (SparkContext.defaultMinPartitions)
an RDF graph based on a org.apache.spark.sql.DataFrame
Load an RDF graph from from from a file or directory with a Spark Dataset as underlying datastructure.
Load an RDF graph from from from a file or directory with a Spark Dataset as underlying datastructure.
The path can also contain multiple paths and even wildcards, e.g.
"/my/dir1,/my/paths/part-00[0-5]*,/another/dir,/a/specific/file"
the Spark session
the absolute path of the file
an RDF graph based on a Dataset
Load an RDF graph from from multiple files or directories with a Spark Dataset as underlying datastructure.
Load an RDF graph from from multiple files or directories with a Spark Dataset as underlying datastructure.
The path can also contain multiple paths and even wildcards, e.g.
"/my/dir1,/my/paths/part-00[0-5]*,/another/dir,/a/specific/file"
the Spark session
the absolute path of the file
an RDF graph based on a Dataset
Load an RDF graph from a file or directory with a Spark RDD as underlying datastructure.
Load an RDF graph from a file or directory with a Spark RDD as underlying datastructure. The path can also contain multiple paths and even wildcards, e.g. "/my/dir1,/my/paths/part-00[0-5]*,/another/dir,/a/specific/file"
the Spark session
the files
min number of partitions for Hadoop RDDs (SparkContext.defaultMinPartitions)
an RDF graph
A class that provides methods to load an RDF graph from disk.