Skip to content

cmader/LODStats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LODStats uses Redland (librdf) to access files adhering to the Resource
Description Framework (RDF) and compute various configurable statistics
about them.
Extending LODStats with custom statistics is easily accomplished.

Installation instructions:
# apt-get install python-librdf python-virtualenv gcc python-dev \
   python-setuptools
$ virtualenv --system-site-packages $HOME/lodstats-env
$ . $HOME/lodstats-env/bin/activate
(lodstats-env) $ cd lodstats
(lodstats-env) $ python setup.py install
(lodstats-env) $ lodstats --help
Usage: lodstats [options] [-m model.{rdf,nt,...}] file/URI
[...]
(lodstats-env) $ lodstats -vp some_rdf_file.nt

About

statement-stream based RDF statistics generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%