@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/bCTmQPG>
  schema:familyName "de Klerk"^^xsd:string ;
  schema:givenName "Elisabeth Catharina"^^xsd:string ;
  schema:name "Elisabeth Catharina de Klerk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/042ccbc0-11b3-9824-92fd-838e89e7f784"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Dordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b016ct7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/cc058238-f95c-3459-78f0-3b07182e8dd4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2609702> ;
  schema:birthDate "1841-10-14"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Klerk"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

