From c16ac3af2b99c7cb6d79d6e89ca2a03566e746ff Mon Sep 17 00:00:00 2001 From: wbglaeser Date: Fri, 26 Apr 2024 12:59:59 +0200 Subject: [PATCH] update datatype for hasChild --- datafields.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafields.ttl b/datafields.ttl index 40c7e2e..0968706 100644 --- a/datafields.ttl +++ b/datafields.ttl @@ -237,7 +237,7 @@ ff:hasChildShape a sh:NodeShape ; sh:targetClass ff:Citizen ; sh:property [ sh:path ff:hasChild ; - sh:datatype xsd:boolean ; + sh:class ff:Child ; ] . ff:hasEmploymentStatus a ff:DataField ;