@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix roar: <https://w3id.org/roar#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bkpBzA>
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik van der Kin"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/5719b059bf1d761a59956080c9ce40bab236a5e4e689c920ca139432ad755a4d"^^xsd:string ;
  schema:familyName "van der Kin"^^xsd:string ;
  a schema:Person ;
  schema:hasOccupation <https://iisg.amsterdam/resource/hsn/occupation/pijpmakersknegt> ;
  roar:documentedIn <https://n2t.net/ark:/60537/bzYzLq> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22813> ;
  schema:additionalName [
    ns0:baseSurname "Kin"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

