Skip to content

Commit

Permalink
fix: adds bioc:Notknown as a allowed value for gender
Browse files Browse the repository at this point in the history
  • Loading branch information
sennierer authored Oct 17, 2023
1 parent 96a3bef commit d518199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IKG_shacl_shapes.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ ex:crm_P168_place_is_defined_by a sh:PropertyShape ;
ex:bioc_has_gender a sh:PropertyShape ;
sh:nodeKind sh:IRI ;
sh:path bioc:has_gender ;
sh:in (bioc:Male bioc:Female) .
sh:in (bioc:Male bioc:Female bioc:Notknown) .

ex:bioc_has_occupation a sh:PropertyShape ;
sh:nodeKind sh:IRI ;
Expand Down Expand Up @@ -268,4 +268,4 @@ ex:bioc_has_family_relation a sh:PropertyShape ;
ex:bioc_has_person_relation a sh:PropertyShape ;
sh:nodeKind sh:IRI ;
sh:class bioc:Person_Relationship_Role ;
sh:path bioc:has_person_relation .
sh:path bioc:has_person_relation .

0 comments on commit d518199

Please sign in to comment.