activity-pub-poc/tmp/org/domaindrivenarchitecture/activity_pub_poc/common.clj
2023-08-07 08:34:39 +02:00

7 lines
No EOL
290 B
Clojure

(ns org.domaindrivenarchitecture.fed-poc.common)
(def resource-path "src/main/resources/")
(def activitystreams-ttl (str resource-path "activitystreams_2.0.ttl"))
(def rdf-schema-ttl (str resource-path "rdf_schema_1.1.ttl"))
(def rdf-syntax-ttl (str resource-path "rdf_syntax_ns_22.ttl"))