GitXplorerGitXplorer
a

reasoner-test-suite

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
f8fe704dd4cd757316b7160df4acf54ac8b8a631

Individual results for inconsistent benchmark

aadrianomelo committed 9 years ago
Unverified
1eb5eb428cb571d29cac999d89688ff76c56b6bb

Script to generate scalabily graphs

aadrianomelo committed 9 years ago
Unverified
ecc51bb8c4d29cc5c348f0e1c91280eebd52c78a

Scalability benchmark added

aadrianomelo committed 9 years ago
Unverified
1d058f671c0b28e89e158ea939edc076e5197b42

Update README with features

aadrianomelo committed 9 years ago
Unverified
6f3d1cac02826a33274c0965c1f1281c6bf52e2a

Competition description for inconsistent ontologies

aadrianomelo committed 9 years ago
Unverified
01ccd3a81d1052a1d3b6ac569488b556bea24e66

Pie chart with expressivity

aadrianomelo committed 9 years ago

README

The README file for this repository.

reasoner-test-suite

Set of ontologies and resources to evaluate OWL reasoners

Features

How to..

Update expressivity information:

awk -F "," '{print $16}' test-cases/all/filelist.csv | sort | uniq -c | sort -n -r > test-cases/all/filelist.csv.expressivity.txt

Update summary information:

R CMD BATCH --no-save --no-restore scrits/summary.r /tmp/out ; cat /tmp/out

Create a file with metadata information about the ontologies:

cat test-cases/all/ontologies.csv | grep -f test-cases/inconsistent/filelist.txt > test-cases/inconsistent/filelist.csv