@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/bHGspqC>
  schema:familyName "Gerritsen"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/89194e2d-8d80-32c9-8b78-5826f8582436"^^xsd:string ;
  schema:givenName "Leendert"^^xsd:string ;
  schema:name "Leendert Gerritsen"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b015tp5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b659de3b-8207-fb61-9827-c438f9190f07> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2528395> ;
  schema:birthDate "1915-04-14"^^xsd:date .

