| Did you know ... | Search Documentation: |
| Predicate rdf_equal_graphs/3 |
:- use_module(library(semweb/rdf_compare)).
[semidet]rdf_equal_graphs(+GraphA,
+GraphB, -Substition)| GraphA | is a list of rdf(S,P,O)
terms |
| GraphB | is a list of rdf(S,P,O)
terms |
| Substition | is a list if NodeA = NodeB terms. |