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)