Compare commits
2 commits
5f94abcfdb
...
d8874ba147
Author | SHA1 | Date | |
---|---|---|---|
d8874ba147 | |||
e4594d9391 |
1 changed files with 1 additions and 2 deletions
|
@ -70,7 +70,6 @@
|
||||||
;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))
|
||||||
|
@ -78,8 +77,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/Class
|
|
||||||
::owl/ObjectProperty
|
::owl/ObjectProperty
|
||||||
|
::owl/Class
|
||||||
::Object
|
::Object
|
||||||
::Link))
|
::Link))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue