@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/b4nHMXV>
  schema:givenName "Hendrica"^^xsd:string ;
  schema:name "Hendrica van der Kint"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/05e037cc-d737-697e-f103-ffac00910669"^^xsd:string ;
  schema:hasOccupation "Pijpmaakster"@nl ;
  schema:familyName "van der Kint"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b017jbp> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/028d0a47-7e70-19b7-9793-48efcb31a2f4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/578274> ;
  schema:birthDate "1833-12-20"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Kint"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

