Use quoll.raphael.core

This commit is contained in:
erik 2023-06-20 13:42:09 +02:00
parent a78d62c461
commit f8ca3140c7

View file

@ -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)