2023-06-21 12:06:51 +00:00
|
|
|
(ns org.domaindrivenarchitecture.activity-pub-poc.common)
|
|
|
|
|
|
|
|
(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"))
|