{ "info": { "author": "Simeon Warner", "author_email": "simeon.warner@cornell.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# rdiffb - RDF diff with convenient bnode treatment\n\n[![Build Status](https://travis-ci.org/zimeon/rdiffb.svg?branch=master)](https://travis-ci.org/zimeon/rdiffb)\n[![Coverage Status](https://coveralls.io/repos/github/zimeon/rdiffb/badge.svg?branch=master)](https://coveralls.io/github/zimeon/rdiffb?branch=master)\n\n## Problem statement\n\nAs part of the [LD4L](http://ld4l.org/) Labs project we want a continuous integration environment for conversion of MARC21 bibliographic records into BIBFRAME or LD4L Ontology RDF data. To test against hand-crafted test cases we want an RDF comparison that will handle isomorphism of graphs both with bnodes and with certain other URIs that may be generated in conversion where the exact URI isn't known. It thus seems best to treat some generated URIs like bnodes for testing. This problem could be handled using a two stage process: URI -> bnode conversion for certain patterns, then graph comparison accounting for bnodes (isomorphism). Combining these two stages to keep track of id changes has the promise of more useful debugging information.\n\n## Other work on RDF graph diffs\n\n * [https://www.w3.org/2001/sw/wiki/How_to_diff_RDF]\n * [https://groups.google.com/forum/#!topic/thosch/SR902daW0LI]\n * [https://sourceforge.net/projects/knobot/files/rdf-utils/] \n * [http://rdflib3.readthedocs.io/en/latest/apidocs/rdflib.html#module-rdflib.compare]\n\n## Notes\n\n * [LD4L RDF `diff` Use Case](ld4l_use_case.md) in detail with examples using `rdfdiffb.py`\n * [Beware old versions of rdflib (<4.2.0) -- upgrade!](beware_old_rdflib.md)", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/zimeon/rdiffb", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "rdiffb", "package_url": "https://pypi.org/project/rdiffb/", "platform": "", "project_url": "https://pypi.org/project/rdiffb/", "project_urls": { "Homepage": "http://github.com/zimeon/rdiffb" }, "release_url": "https://pypi.org/project/rdiffb/0.4.0/", "requires_dist": null, "requires_python": "", "summary": "rdiffb", "version": "0.4.0" }, "last_serial": 4145252, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "bd79240338eeeecdec56e271ff11fbaa", "sha256": "8855544511e3bc4b949415f4149cb7f85325df5c8a8b40620e5f1fc63ecf2e6d" }, "downloads": -1, "filename": "rdiffb-0.2.0.tar.gz", "has_sig": false, "md5_digest": "bd79240338eeeecdec56e271ff11fbaa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7011, "upload_time": "2017-04-04T15:29:30", "url": "https://files.pythonhosted.org/packages/ac/77/cf45d7504c6be828939fc3d1caaf00030f95ebb4cc5c71802bc12f894f43/rdiffb-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "fb8ab2e9da94cd8073e3ae5ba5abb9ed", "sha256": "16c0c28324648a103b2e905bb1ebbe3f5aa65f6231fbd4836d4fa89da16367c6" }, "downloads": -1, "filename": "rdiffb-0.3.0.tar.gz", "has_sig": false, "md5_digest": "fb8ab2e9da94cd8073e3ae5ba5abb9ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7184, "upload_time": "2017-09-21T17:38:01", "url": "https://files.pythonhosted.org/packages/63/ff/be43931b5c3319324c9f6cdb9e1f615f952e4f4de12bea5942cf76ee64c1/rdiffb-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "698b5edcfe66995fdce11299b140c3fd", "sha256": "9191ddbfdf2f92ae5a591f7b80b35307ba18a901c525dcd9807ee836e3b74e0a" }, "downloads": -1, "filename": "rdiffb-0.4.0.tar.gz", "has_sig": false, "md5_digest": "698b5edcfe66995fdce11299b140c3fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7189, "upload_time": "2018-08-07T17:45:25", "url": "https://files.pythonhosted.org/packages/40/c8/7f991f77799e31a32941e45f850104593294c981ac94d1662d1c4551e54a/rdiffb-0.4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "698b5edcfe66995fdce11299b140c3fd", "sha256": "9191ddbfdf2f92ae5a591f7b80b35307ba18a901c525dcd9807ee836e3b74e0a" }, "downloads": -1, "filename": "rdiffb-0.4.0.tar.gz", "has_sig": false, "md5_digest": "698b5edcfe66995fdce11299b140c3fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7189, "upload_time": "2018-08-07T17:45:25", "url": "https://files.pythonhosted.org/packages/40/c8/7f991f77799e31a32941e45f850104593294c981ac94d1662d1c4551e54a/rdiffb-0.4.0.tar.gz" } ] }