updated doc

This commit is contained in:
Clemens 2023-08-02 11:11:12 +02:00
parent 686fe41dee
commit 11c87848ca

View file

@ -85,10 +85,10 @@ as:id rdfs:domain [owl:unionOf (as:Link as:Object)]
Maps to Maps to
```clojure ```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** ## **rdfs:subClassOf**