@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/b0qpWU6>
  schema:givenName "Gijsbertus"^^xsd:string ;
  schema:name "Gijsbertus Vooijs"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/cfce3f32-57b8-75c1-7ba5-7eecb98e0af4"^^xsd:string ;
  schema:familyName "Vooijs"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0110vr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/16aa065c-d61d-b3b7-f680-7b0630ed4044> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1950992> ;
  schema:birthDate "1896-04-05"^^xsd:date .

