Published February 24, 2022
| Version v1.0.0
Software
Open
RDF Property and Datatype Usage Scanner v1.0.0
Creators
Description
A Java 11 tool to survey the usage of datatypes in the Web Data Commons (December 2020) dataset.
Usage
How to start the experiment:
- Preparation: Clone the repository and run
mvn clean package
to build the tool. - Run:
java -jar target/CreateDatabase.jar
to create the database./measure.sh
to start the measurejava -jar target/ExportDatabaseToCSV.jar
to export each table of the database as a .csv.gz file
For automatic restart on Linux edit crontab using crontab -e
and add the line: @reboot bash <path to script>/measure.sh
(keep an empty line at the end of the document)
Files
fusion-jena/rdf-property-and-datatype-usage-scanner-v1.0.0.zip
Files
(66.5 kB)
Name | Size | Download all |
---|---|---|
md5:ac53d2b542e9d61df6b086d29865d5cb
|
66.5 kB | Preview Download |
Additional details
Related works
- Compiles
- Dataset: 10.5281/zenodo.6205111 (DOI)
- Is supplement to
- https://github.com/fusion-jena/rdf-property-and-datatype-usage-scanner/tree/v1.0.0 (URL)