@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/bcuZyQ3>
  schema:givenName "Gijsbert"^^xsd:string ;
  schema:name "Gijsbert van der Kint"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1c523d44-1ddd-d636-2a95-bc4df7b2037c"^^xsd:string ;
  schema:hasOccupation "Schoolleerling"@nl ;
  schema:familyName "van der Kint"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00hdxn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4f0303aa-c45b-3a0a-541a-98517a343bd9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2163662> ;
  schema:birthDate "1839-06-29"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Kint"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

