model result spec
This commit is contained in:
parent
44862216eb
commit
d13259c2b2
1 changed files with 7 additions and 9 deletions
|
@ -20,20 +20,18 @@
|
|||
;http://www.w3.org/ns/activitystreams#attachment
|
||||
(s/def ::attachment
|
||||
(s/and
|
||||
::owl/ObjectProperty
|
||||
::Class
|
||||
::Link
|
||||
::Object
|
||||
::owl/ObjectProperty))
|
||||
::Object))
|
||||
|
||||
;http://www.w3.org/ns/activitystreams#result
|
||||
;TODO: definition in progress
|
||||
;How should we translate this?
|
||||
;rdfs:range [
|
||||
; a owl:Class ;
|
||||
; owl:unionOf ( as:Object as:Link )
|
||||
; ]
|
||||
(s/def ::result
|
||||
(s/and ::owl/ObjectProperty))
|
||||
(s/and
|
||||
::owl/ObjectProperty
|
||||
::Class
|
||||
::Object
|
||||
::Link))
|
||||
|
||||
;http://www.w3.org/ns/activitystreams#Activity
|
||||
;TODO: definition in progress
|
||||
|
|
Loading…
Reference in a new issue