From f8ca3140c763a09470e8ab0181730c40b6bdbc29 Mon Sep 17 00:00:00 2001 From: erik Date: Tue, 20 Jun 2023 13:42:09 +0200 Subject: [PATCH] Use quoll.raphael.core --- .../domaindrivenarchitecture/activity_pub_poc/core.clj | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 b1baf62..4bbd6d2 100644 --- a/src/main/clj/org/domaindrivenarchitecture/activity_pub_poc/core.clj +++ b/src/main/clj/org/domaindrivenarchitecture/activity_pub_poc/core.clj @@ -23,10 +23,13 @@ (def activitystreams-ttl (str resource-path "activitystreams_2.0_owl.ttl")) (def rdf-schema-ttl (str resource-path "rdf_schema_1.1.ttl")) -(def example-ttl (str resource-path "example.ttl")) +(def rdf-syntax-ttl (str resource-path "rdf_syntax_ns_22.ttl")) + + +(def parsed-rdf-syntax (parse (slurp rdf-syntax-ttl))) + + -(parse (slurp activitystreams-ttl)) -;(parse/parse-turtle example-ttl) ;;(ins/inspect-tree team-ld)