@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/bS5rAI6>
  schema:givenName "Cornelis Nicolaas"^^xsd:string ;
  schema:name "Cornelis Nicolaas van Meerten"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1d27e6ec-e1a4-0db9-16d8-7ac26e5cb37b"^^xsd:string ;
  schema:familyName "van Meerten"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Fijnaart_en_Heijningen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z3kk> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/fe9821af-f5fb-53b2-53c3-2c3e82fb6ba6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2762547> ;
  schema:birthDate "1887-03-18"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Meerten"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

