@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bY7ITHc>
  schema:givenName "Gerrit Gijsbert"^^xsd:string ;
  schema:name "Gerrit Gijsbert van Holten"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e7e22f7d-2b64-1718-2535-d54922e23d6a"^^xsd:string ;
  schema:familyName "van Holten"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gorinchem> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00x2jf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7bd05ffb-577a-0032-d564-b12fb87f1499> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2336476> ;
  schema:birthDate "1886-09-11"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Holten"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

