Skip to content

Commit

Permalink
edam diff
Browse files Browse the repository at this point in the history
  • Loading branch information
albangaignard committed May 31, 2024
1 parent a960929 commit a50e614
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/edamdiff.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
"""
edamdiff.py
Author: Alban Gaignard
Email: [email protected]
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
Expand Down

0 comments on commit a50e614

Please sign in to comment.