From a50e6146214e971addc95a4d0fb3cb7234fab90d Mon Sep 17 00:00:00 2001 From: Alban Gaignard Date: Fri, 31 May 2024 15:22:34 +0200 Subject: [PATCH] edam diff --- src/edamdiff.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/edamdiff.py b/src/edamdiff.py index bf81da1..460d7e5 100644 --- a/src/edamdiff.py +++ b/src/edamdiff.py @@ -1,3 +1,12 @@ +""" +edamdiff.py +Author: Alban Gaignard +Email: alban.gaignard@univ-nantes.fr +Date: 2023-05-31 +Description: This script compares two RDF files and outputs the differences. + +The MIT License (MIT) +""" from rdflib import ConjunctiveGraph from rdflib.compare import to_isomorphic, graph_diff, to_canonical_graph