{ "info": { "author": "William Waites", "author_email": "ww@styx.org", "bugtrack_url": null, "classifiers": [], "description": "RDF Graph Minimisation Experiment\n=================================\n\n * Source Code: http://github.com/wwaites/graphmin\n * PyPI: http://pypi.python.org/pypi/graphmin\n * Home Page: http://river.styx.org/ww/2010/10/graphmin\n\nInstallation\n------------\n\nFor the inferencing, a special branch of rdflib is \nneeded::\n\n ## don't install this stuff system-wide, use virtualenv\n virtualenv foo\n . ./foo/bin/activate\n\n ## install the prerequisites\n pip install pyparsing\n pip install -e svn+http://python-dlp.googlecode.com/svn/trunk/layercake-python#egg=rdflib\n pip install hg+https://fuxi.googlecode.com/hg/#egg=fuxi\n\n ## install this package from git\n git clone git://github.com/wwaites/graphmin.git\n cd graphmin\n python setup.py develop\n\nExample\n-------\n\nRunning this example::\n\n graphmin -i examples/ex1.n3 -f n3 -r examples/rdfs-rules.n3 \n\nShould give this result::\n\n @prefix eg: .\n @prefix rdf: .\n\n eg:a a eg:A.\n\nBecause the statement *eg:a a rdfs:Resource* in ex1.n3 is entailed by\nthe RDFS inference rules.\n\nReferences\n----------\n\n * http://code.google.com/p/fuxi/wiki/TopDownSW", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://river.styx.org/ww/2010/10/graphmin", "keywords": "", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "graphmin", "package_url": "https://pypi.org/project/graphmin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/graphmin/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://river.styx.org/ww/2010/10/graphmin" }, "release_url": "https://pypi.org/project/graphmin/0.1.8/", "requires_dist": null, "requires_python": null, "summary": "RDF Graph Minimisation", "version": "0.1.8" }, "last_serial": 792673, "releases": { "0.1.7": [], "0.1.8": [ { "comment_text": "", "digests": { "md5": "ac4303aeaadad14d2f31b72aeac66b47", "sha256": "f46ce3151f096ed7965901df1d49f2350bcf8d75e77f88a1f6e99d7abcb79a28" }, "downloads": -1, "filename": "graphmin-0.1.8.tar.gz", "has_sig": false, "md5_digest": "ac4303aeaadad14d2f31b72aeac66b47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3651, "upload_time": "2010-10-22T02:49:19", "url": "https://files.pythonhosted.org/packages/a3/04/16548cd3277883ba0e4bb6489a689b6cd83539d49c5bbd21ff88341198dc/graphmin-0.1.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ac4303aeaadad14d2f31b72aeac66b47", "sha256": "f46ce3151f096ed7965901df1d49f2350bcf8d75e77f88a1f6e99d7abcb79a28" }, "downloads": -1, "filename": "graphmin-0.1.8.tar.gz", "has_sig": false, "md5_digest": "ac4303aeaadad14d2f31b72aeac66b47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3651, "upload_time": "2010-10-22T02:49:19", "url": "https://files.pythonhosted.org/packages/a3/04/16548cd3277883ba0e4bb6489a689b6cd83539d49c5bbd21ff88341198dc/graphmin-0.1.8.tar.gz" } ] }