Skip to content

Commit

Permalink
Downgrade this SHACL shape from class to nodeKind
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed May 24, 2024
1 parent 0925f71 commit b1c72f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafields.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -293,5 +293,5 @@ ff:hasCompliedRequirementProfileShape a sh:NodeShape ;
sh:targetClass ff:Citizen ;
sh:property [
sh:path ff:hasCompliedRequirementProfile ;
sh:class ff:RequirementProfile ;
sh:nodeKind sh:IRI ; # "sh:class ff:RequirementProfile ;" would be better, but would require to throw the RPs into the user profile validation because those triples are defined there, e.g.: ff:kinderzuschlag a ff:RequirementProfile
] .

0 comments on commit b1c72f8

Please sign in to comment.