@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/bBrsXmX>
  schema:givenName "Cornelis Henricus"^^xsd:string ;
  schema:name "Cornelis Henricus van der Lee"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/45bf770c-7797-6640-c480-54f5343425e8"^^xsd:string ;
  schema:familyName "van der Lee"^^xsd:string ;
  schema:hasOccupation "Zonder"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Aarlanderveen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00s5z5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a4b1278e-7d83-0c58-57d1-2429f4164d24> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2459602> ;
  schema:birthDate "1818-05-29"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Lee"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

