RDF Graph Minimisation
Project description
Source Code: http://github.com/wwaites/graphmin
Home Page: http://river.styx.org/ww/2010/10/graphmin
Installation
For the inferencing, a special branch of rdflib is needed:
## don't install this stuff system-wide, use virtualenv virtualenv foo . ./foo/bin/activate ## install the prerequisites pip install pyparsing pip install -e svn+http://python-dlp.googlecode.com/svn/trunk/layercake-python#egg=rdflib pip install hg+https://fuxi.googlecode.com/hg/#egg=fuxi ## install this package from git git clone git://github.com/wwaites/graphmin.git cd graphmin python setup.py develop
Example
Running this example:
graphmin -i examples/ex1.n3 -f n3 -r examples/rdfs-rules.n3
Should give this result:
@prefix eg: <http://example.org/>. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>. eg:a a eg:A.
Because the statement eg:a a rdfs:Resource in ex1.n3 is entailed by the RDFS inference rules.
References
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
graphmin-0.1.8.tar.gz
(3.7 kB
view details)
File details
Details for the file graphmin-0.1.8.tar.gz
.
File metadata
- Download URL: graphmin-0.1.8.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f46ce3151f096ed7965901df1d49f2350bcf8d75e77f88a1f6e99d7abcb79a28 |
|
MD5 | ac4303aeaadad14d2f31b72aeac66b47 |
|
BLAKE2b-256 | a30416548cd3277883ba0e4bb6489a689b6cd83539d49c5bbd21ff88341198dc |