@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/bG0QWY0>
  schema:givenName "Anthonie"^^xsd:string ;
  schema:name "Anthonie van der Klein"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b06ae5ab-4429-bd56-c884-9e45a44705cd"^^xsd:string ;
  schema:familyName "van der Klein"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qgkb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b212ff12-05d5-babf-2612-8ff6b4807e41> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2511398> ;
  schema:birthDate "1868-07-10"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Klein"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

