summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörn Hees <joernhees@users.noreply.github.com>2016-05-10 11:12:04 +0200
committerJörn Hees <joernhees@users.noreply.github.com>2016-05-10 11:12:04 +0200
commitc58ea1ca6ac669ff6af12441ced2609668cf3ff9 (patch)
tree609076fcc98bd34f895216d2ad16fc42e9fcef01
parent36095f7faab196a7ceb86535a7be9cd782805dc2 (diff)
downloadrdflib-cite_rgda1.tar.gz
properly cite RGDA1cite_rgda1
-rw-r--r--rdflib/compare.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/rdflib/compare.py b/rdflib/compare.py
index 06ba9750..c7ab6329 100644
--- a/rdflib/compare.py
+++ b/rdflib/compare.py
@@ -143,11 +143,15 @@ class _call_count(object):
class IsomorphicGraph(ConjunctiveGraph):
"""An implementation of the RGDA1 graph digest algorithm.
- An implementation of RGDA1 (publication forthcoming),
+ An implementation of RGDA1 (publication below),
a combination of Sayers & Karp's graph digest algorithm using
sum and SHA-256 <http://www.hpl.hp.com/techreports/2003/HPL-2003-235R1.pdf>
and traces <http://pallini.di.uniroma1.it>, an average case
polynomial time algorithm for graph canonicalization.
+
+ McCusker, J. P. (2015). WebSig: A Digital Signature Framework for the Web.
+ Rensselaer Polytechnic Institute, Troy, NY.
+ http://gradworks.umi.com/3727015.pdf
"""
def __init__(self, **kwargs):