@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/bBrsVMI>
  schema:birthPlace "Cappelle op den IJssel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/cb1c34d8-d8e5-64c6-e006-3098f65f3e0e"^^xsd:string ;
  schema:givenName "Leendert"^^xsd:string ;
  schema:name "Leendert van der Velden"@nl ;
  schema:familyName "van der Velden"^^xsd:string ;
  schema:hasOccupation "Zeevarende"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00jfpg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9d8734b2-fb4d-a150-a2fc-f67e1126a68c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2431911> ;
  schema:birthDate "1829-08-12"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Velden"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

