Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.05 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.05 KB

LOD Cloud Linkset Check

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.

Requirements

  • Ability to run PHP scripts (PHP 5) via the php command line app

Usage

php report.php

This produces a file called index.html in the project directory. Open that in a browser to see the report.

Installation from GitHub

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.

Installation without git

TODO

  • This fetches each dataset individually. That's unnecessary with today's CKAN API.