From da74f7c0bbeb244e62d412258aa117e7d8da09e3 Mon Sep 17 00:00:00 2001 From: Benjamin Degenhart Date: Wed, 8 May 2024 22:54:16 +0200 Subject: [PATCH] Forgot min and maxCount --- shacl/dev-eauto.ttl | 2 ++ shacl/dev-solar.ttl | 2 ++ 2 files changed, 4 insertions(+) diff --git a/shacl/dev-eauto.ttl b/shacl/dev-eauto.ttl index b540b64..1a77d67 100644 --- a/shacl/dev-eauto.ttl +++ b/shacl/dev-eauto.ttl @@ -12,4 +12,6 @@ ff:MainPersonShape a sh:NodeShape ; sh:property [ sh:path ff:hasResidence ; sh:in ("Berlin") ; + sh:minCount 1 ; + sh:maxCount 1 ; ] . diff --git a/shacl/dev-solar.ttl b/shacl/dev-solar.ttl index ba8be90..3ee18dc 100644 --- a/shacl/dev-solar.ttl +++ b/shacl/dev-solar.ttl @@ -16,4 +16,6 @@ ff:MainPersonShape a sh:NodeShape ; sh:property [ sh:path ff:hasResidence ; sh:in ("Berlin") ; + sh:minCount 1 ; + sh:maxCount 1 ; ] .