@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/bABFn3p>
  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/b5982b4a-7661-7c66-ef97-8f9ec8f050e7"^^xsd:string ;
  schema:hasOccupation "Touwspinner"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0106g4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c83420fc-b8ca-068d-59fc-f881daa54c10> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2593352> ;
  schema:birthDate "1848-11-27"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Keizer"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

