Compare commits
No commits in common. "d8874ba147bc0eb890b5695546f6ffff2a553d0e" and "5f94abcfdbb0de2f73dcd89dcb1f59473bcf95fe" have entirely different histories.
d8874ba147
...
5f94abcfdb
1 changed files with 2 additions and 1 deletions
|
@ -70,6 +70,7 @@
|
|||
;http://www.w3.org/ns/activitystreams#result
|
||||
(s/def ::result
|
||||
(s/and
|
||||
::owl/Class
|
||||
::owl/ObjectProperty
|
||||
::Object
|
||||
::Link))
|
||||
|
@ -77,8 +78,8 @@
|
|||
;http://www.w3.org/ns/activitystreams#object
|
||||
(s/def ::object
|
||||
(s/and
|
||||
::owl/ObjectProperty
|
||||
::owl/Class
|
||||
::owl/ObjectProperty
|
||||
::Object
|
||||
::Link))
|
||||
|
||||
|
|
Loading…
Reference in a new issue