This tool produces a report of dataset linkages in the lodcloud
group on datahub.io. This is useful as a validation step in producing the LOD Cloud diagram.
- Ability to run PHP scripts (PHP 5) via the
php
command line app
php report.php
This produces a file called index.html
in the project directory. Open that in a browser to see the report.
git clone https://github.com/lod-cloud/linkset-check.git
cd linkset-check
git submodule update --init
The second command gets the Ckan_client-PHP code from its git repository.
- Download and uncompress https://github.com/lod-cloud/lod-cloud/archive/master.zip
- Download and uncompress https://github.com/cygri/Ckan_client-PHP/archive/master.zip
- Move the uncompressed
Ckan_client-PHP-master
directory tolod-cloud-master/Ckan_client-PHP
- This fetches each dataset individually. That's unnecessary with today's CKAN API.