Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
Fix diff script. Part of issue #12.
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradHoeffner committed Mar 5, 2021
1 parent 1b111ea commit 21157f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/export/diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
def query(clazz):
return """CONSTRUCT {?s ?p ?o.}
{
?s a """ + clazz + """.
?x a """ + clazz + """.
?s ?p ?o.
FILTER(?s=?x OR ?o=?x)
}"""

outputBase = "tmp/"
Expand Down

0 comments on commit 21157f3

Please sign in to comment.