Compare commits

..

No commits in common. "d8874ba147bc0eb890b5695546f6ffff2a553d0e" and "5f94abcfdbb0de2f73dcd89dcb1f59473bcf95fe" have entirely different histories.

View file

@ -70,6 +70,7 @@
;http://www.w3.org/ns/activitystreams#result ;http://www.w3.org/ns/activitystreams#result
(s/def ::result (s/def ::result
(s/and (s/and
::owl/Class
::owl/ObjectProperty ::owl/ObjectProperty
::Object ::Object
::Link)) ::Link))
@ -77,8 +78,8 @@
;http://www.w3.org/ns/activitystreams#object ;http://www.w3.org/ns/activitystreams#object
(s/def ::object (s/def ::object
(s/and (s/and
::owl/ObjectProperty
::owl/Class ::owl/Class
::owl/ObjectProperty
::Object ::Object
::Link)) ::Link))