add the option for having [value] or value
This commit is contained in:
parent
e998fe2890
commit
73cf280ad5
1 changed files with 1 additions and 2 deletions
|
@ -33,8 +33,7 @@
|
||||||
(some? elem)
|
(some? elem)
|
||||||
(or
|
(or
|
||||||
(not (coll? elem))
|
(not (coll? elem))
|
||||||
(and (vector? elem) (= 1 (count elem)))
|
(and (sequential? elem) (= 1 (count elem))))))
|
||||||
(and (list? elem) (= 1 (count elem))))))
|
|
||||||
(s/def ::FunctionalProperty functional?)
|
(s/def ::FunctionalProperty functional?)
|
||||||
|
|
||||||
;http://www.w3.org/2002/07/owl#DeprecatedProperty
|
;http://www.w3.org/2002/07/owl#DeprecatedProperty
|
||||||
|
|
Loading…
Reference in a new issue