Use common ns for paths
This commit is contained in:
parent
9af4cd0921
commit
61b2e54ded
1 changed files with 7 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
(ns org.domaindrivenarchitecture.activity-pub-poc.common)
|
||||
|
||||
(def resource-path "src/main/resources/")
|
||||
|
||||
(def activitystreams-ttl (str resource-path "activitystreams_2.0_owl.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"))
|
Loading…
Reference in a new issue