Skip to content

This is a project to compare space travel data from Wikidata and DBpedia using ABECTO.

License

Notifications You must be signed in to change notification settings

fusion-jena/abecto-space-travel-comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Comparison of Space Travel Data in Wikidata and DBpedia with ABECTO

This is a project to compare space travel data from Wikidata and DBpedia using ABECTO and generate a report for the Wikidata Mismatch Finder.

Execution on GitHub Actions

There is a GitHub Actions Workflow configured in .github/workflows/space-travel-comparison.yml that can be manually started on Actions > Space Travel Comparison by users with sufficient privileges. (You might fork this repository, to try it.) If a token was provided, the results will get uploaded to the Wikidata Mismatch Finder.

Execution on Your Machine

To running the project on your machine, please take the following steps:

  1. clone and build ABECTO

    git clone --depth 1 -b v1.0.1 [email protected]:fusion-jena/abecto.git
    mvn -f abecto -B -Dmaven.test.skip=true package
    
  2. clone this project

    git clone [email protected]:fusion-jena/abecto-space-travel-comparison.git
    
  3. execute the comparison pipeline defined in space-travel-comparison.trig

    java -jar abecto/target/abecto.jar --trig abecto-space-travel-comparison/space-travel-comparison-result.trig abecto-space-travel-comparison/space-travel-comparison.trig
    
  4. create a Wikidata Mismatch Finder report

    java -jar abecto/target/abecto.jar --loadOnly --export wdMismatchFinder=abecto-space-travel-comparison/space-travel-comparison-wdMismatchFinder.csv abecto-space-travel-comparison/space-travel-comparison-result.trig
    
  5. upload the report (replace <TOKEN> with your personal access token)

    curl -X POST "https://mismatch-finder.toolforge.org/api/imports" \
      -H "Accept: application/json" \
      -H "Authorization: Bearer <TOKEN>" \
      -F "mismatch_file=@abecto-space-travel-comparison/space-travel-comparison-wdMismatchFinder.csv " \
      -F "description=Mismatches found by a comparison of space travel data from Wikidata and DBpedia using ABECTO. See: https://github.com/fusion-jena/abecto-space-travel-comparison" \
      -F "external_source=DBpedia" \
      -F "external_source_url=http://dbpedia.org/"
    

Licenses

About

This is a project to compare space travel data from Wikidata and DBpedia using ABECTO.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published