fintuning

This commit is contained in:
Michael Jerger 2023-08-02 18:11:47 +02:00
parent e4230f2739
commit 837f470299

View file

@ -6,8 +6,8 @@
In order to contribute to forge federation we do here some experiments how to model the vocabulary. We choose clojure for the implementation because
1. concepts of spec & dataomic are quite close to linked data.
2. spec notation is compact
1. concepts of clojures spec & dataomic are quite close to linked data.
2. spec notation is realy compact
3. spec allows validation of models in unitest
4. spec is ways more readable compared to ttls reverse relation 'owl:domain'
5. we know clojure :-)