@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/bUo7MPs>
  schema:familyName "de Keizer"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5f702943-69b2-903c-47ec-23a2a1bffda8"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan de Keizer"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0106g4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a5bcd0e0-3292-c6de-bf89-c24b24e4cb19> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2463578> ;
  schema:birthDate "1878-02-17"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Keizer"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

