@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/bZACTdM>
  schema:givenName "Gerrit"^^xsd:string ;
  schema:name "Gerrit Schuitemaker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f54f079c-3d2e-5bf9-afe3-97814369c296"^^xsd:string ;
  schema:familyName "Schuitemaker"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0134q9> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c88cb1b6-559c-0992-17ec-93047198b837> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2594773> ;
  schema:birthDate "1883-06-06"^^xsd:date .

