@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/b4ApI6W>
  schema:familyName "de Keizer"^^xsd:string ;
  schema:givenName "Gijsbertus"^^xsd:string ;
  schema:name "Gijsbertus de Keizer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7c348bfa-ee49-635e-a932-dcf916ec9304"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0106g4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/461b0382-eaf0-29bd-22fa-949af70d02ac> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2129197> ;
  schema:birthDate "1880-02-10"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Keizer"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

