activity-pub-poc/tmp/org/domaindrivenarchitecture/activity_pub_poc/common.clj

7 lines
290 B
Clojure
Raw Normal View History

2023-08-07 06:34:39 +00:00
(ns org.domaindrivenarchitecture.fed-poc.common)
2023-06-21 12:06:51 +00:00
(def resource-path "src/main/resources/")
2023-07-28 15:26:53 +00:00
(def activitystreams-ttl (str resource-path "activitystreams_2.0.ttl"))
2023-06-21 12:06:51 +00:00
(def rdf-schema-ttl (str resource-path "rdf_schema_1.1.ttl"))
(def rdf-syntax-ttl (str resource-path "rdf_syntax_ns_22.ttl"))