Package org.eclipse.rdf4j.benchmark.rio
Enum RDFTestDataset
- All Implemented Interfaces:
Serializable
,Comparable<RDFTestDataset>
This enum holds locations for RDF files from the web. It allows downloading these into a a temporary location in
{java.io.tmpdir}/rdf4j-benchmark-datasets/{filename}
. Please note- Author:
- Frens Jan Rumph
-
Enum Constant Summary
Enum ConstantDescriptionA dump of the Berlin SPARQL Benchmark made available by the HOBBIT project.A Data Catalogue Vocabulary file from Federal Public Service Policy and Support DG Digital Transformation's github repository.A dump of the FishMark benchmark made available by the HOBBIT project.A dump of the gene database of National Center for Biotechnology Information made available by the Bio2RDF project.A dump of the Lexvo.org data.A dump of the SP2Bench benchmark made available by the HOBBIT project.A dump of the Semantic Web Dog Food dataset made available by the HOBBIT project. -
Method Summary
Modifier and TypeMethodDescriptiondownload()
Download the dataset file to{java.io.tmpdir}/rdf4j-benchmark-datasets/{fileName}
.static RDFTestDataset
Returns the enum constant of this type with the specified name.static RDFTestDataset[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
BSBM
A dump of the Berlin SPARQL Benchmark made available by the HOBBIT project.
25 GB extracted.
-
FISHMARK
A dump of the FishMark benchmark made available by the HOBBIT project.
1.8 GB extracted
-
SP2BENCH
A dump of the SP2Bench benchmark made available by the HOBBIT project.
2.7 GB extracted
-
SWDF
A dump of the Semantic Web Dog Food dataset made available by the HOBBIT project.
49 MB extracted
-
GENE2GO
A dump of the gene database of National Center for Biotechnology Information made available by the Bio2RDF project.
5.6 GB extracted
-
LEXVO
A dump of the Lexvo.org data.
67 MB extracted
-
DATAGOVBE
A Data Catalogue Vocabulary file from Federal Public Service Policy and Support DG Digital Transformation's github repository.
139 MB extracted
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
download
Download the dataset file to{java.io.tmpdir}/rdf4j-benchmark-datasets/{fileName}
.- Returns:
- The
File
to which the dataset was downloaded and extracted.
-