From 837f470299cd0e714add1364421ff2c12507536d Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Wed, 2 Aug 2023 18:11:47 +0200 Subject: [PATCH] fintuning --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9eaaa2..e5fda40 100644 --- a/README.md +++ b/README.md @@ -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 :-)