updated doc
This commit is contained in:
parent
686fe41dee
commit
11c87848ca
1 changed files with 2 additions and 2 deletions
|
@ -85,10 +85,10 @@ as:id rdfs:domain [owl:unionOf (as:Link as:Object)]
|
|||
|
||||
Maps to
|
||||
```clojure
|
||||
(s/def ::Object (sh/map-spec (s/keys :opt-un [::id ...])))
|
||||
(s/def ::Object (sh/map-spec (s/keys :opt [::id ...])))
|
||||
|
||||
|
||||
(s/def ::Link (sh/map-spec (s/keys :opt-un [::id])))
|
||||
(s/def ::Link (sh/map-spec (s/keys :opt [::id])))
|
||||
```
|
||||
|
||||
## **rdfs:subClassOf**
|
||||
|
|
Loading…
Reference in a new issue