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
|
||||
(s/def ::result
|
||||
(s/and
|
||||
::owl/Class
|
||||
::owl/ObjectProperty
|
||||
::Object
|
||||
::Link))
|
||||
|
@ -78,8 +77,8 @@
|
|||
;http://www.w3.org/ns/activitystreams#object
|
||||
(s/def ::object
|
||||
(s/and
|
||||
::owl/Class
|
||||
::owl/ObjectProperty
|
||||
::owl/Class
|
||||
::Object
|
||||
::Link))
|
||||
|
||||
|
|
Loading…
Reference in a new issue