From c115cc4a2ed46a4e81325ba1371ae314303b4918 Mon Sep 17 00:00:00 2001 From: erik Date: Tue, 20 Jun 2023 13:18:33 +0200 Subject: [PATCH] Comment example, use activitystreams as showcase --- .../clj/org/domaindrivenarchitecture/activity_pub_poc/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/clj/org/domaindrivenarchitecture/activity_pub_poc/core.clj b/src/main/clj/org/domaindrivenarchitecture/activity_pub_poc/core.clj index dfe702b..049fd64 100644 --- a/src/main/clj/org/domaindrivenarchitecture/activity_pub_poc/core.clj +++ b/src/main/clj/org/domaindrivenarchitecture/activity_pub_poc/core.clj @@ -26,7 +26,7 @@ (def example-ttl (str resource-path "example.ttl")) (parse/parse-turtle activitystreams-ttl) -(parse/parse-turtle example-ttl) +;(parse/parse-turtle example-ttl) ;;(ins/inspect-tree team-ld)