-
Notifications
You must be signed in to change notification settings - Fork 0
Performance Evaluations
Tobias John edited this page May 13, 2025
·
6 revisions
Different (preliminary) versions of RDFMutate have been used in publications, which included different evaluations of the performance of RDFMutate. This page provides instructions where to find the results and how to reproduce them.
- The artifact is available on Zenodo
- The data, the LaTex source files and the produced PDFs that we used in our submission are in the folder
evaluation/ISWC
- RDFMutate can be used to generate the data for the evaluation and LaTex can be used to produce the plots.
- requirements:
- a version of Java (we used Java 17)
- an installation of
pdflatex
- run the following to reproduce the evaluation (run time: ~2h):
cd evaluation ./iswcEvaluation.sh
- run the following to run the experiments with fewer data samples (run time: ~10min):
cd evaluation ./iswcEvaluationLimited.sh
- requirements:
Overview
User Documentation
Developer Documentation
Misc