Use quoll.raphael.core
This commit is contained in:
parent
a78d62c461
commit
f8ca3140c7
1 changed files with 6 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue