An or-clause is written like this: (or patter1 pattern2)
, so in your case it should be:
(or (page-tags ?page #{"proj1"}) (namespace ?page "projects/proj1") )
An or-clause is written like this: (or patter1 pattern2)
, so in your case it should be:
(or (page-tags ?page #{"proj1"}) (namespace ?page "projects/proj1") )