@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/bNIJwJu>
  schema:givenName "Adrianus Hendricus"^^xsd:string ;
  schema:name "Adrianus Hendricus de Klerck"@nl ;
  schema:familyName "de Klerck"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/85a05e87-2f20-8bf9-221d-57e30dfcdf48"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Utrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00sfj7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/095a8117-f5a3-ef76-699e-8df4e5209786> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/605899> ;
  schema:birthDate "1833-10-12"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Klerck"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

