https://github.com/aksw/triplecheckmate
Linked Data Quality Evaluation software
https://github.com/aksw/triplecheckmate
Last synced: 1 day ago
JSON representation
Linked Data Quality Evaluation software
- Host: GitHub
- URL: https://github.com/aksw/triplecheckmate
- Owner: AKSW
- Created: 2012-12-05T14:41:00.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T11:09:04.000Z (about 9 years ago)
- Last Synced: 2025-09-09T02:26:25.978Z (9 months ago)
- Language: Java
- Size: 34.4 MB
- Stars: 7
- Watchers: 9
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE-2.0.html
Awesome Lists containing this project
README
TripleCheckMate
===============
Linked Data Quality Evaluation software
Note: that the code use to run the original DBpedia
evaluation campaign with triple check mate is here:
https://github.com/AKSW/TripleCheckMate/releases/tag/DBpediaCampaign
This software was developed as a general purpose tool for Linked Data Quality Evaluation.
It's first use was for DBpedia but (almost) everything is configurable or can easily change.
Accordingly, it was [forked](https://github.com/IMISE/TripleCheckMate) for the [SNIK Project](http://snik.eu/) ontology of the [IMISE](http://www.imise.uni-leipzig.de/) institute. General, non-SNIK-specific updates have been merged back into this project. The major difference is that the SNIK ontology largely consists of classes and nearly no instances, so that classes are randomly fetched and presented to the user for evaluation instead of instances. Thus, consider forking the SNIK adapted TripleCheckMate if you have a similar use case.
In the future it will be shipped with an h2 database inside the war file as a ready to go tool but till then you can also use MySQL or (hopefully) any JDBC enabled database. The default database file is in war/db/database.default.sql
A demo of TripleCheckMate can be found here: http://nl.dbpedia.org:8080/TripleCheckMate-Demo/
You can also watch a demo video here: http://www.youtube.com/watch?v=l-StthTvjFI
See the project wiki for more installation details: https://github.com/AKSW/TripleCheckMate/wiki
The software was built with Google Web Toolkit
https://developers.google.com/web-toolkit/
Homepage: http://aksw.org/Projects/TripleCheckMate.html
Variations of TripleCheckMate
=============================
https://github.com/IMISE/TripleCheckMate - A fork of TripleCheckMate adapted to work with SNIK