@prefix ns0: <https://schema.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns1: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/b2Vtys>
  ns0:hasOccupation "apotheker"@nl, "medicus"@nl, "militair"@nl, "officier"@nl ;
  ns0:givenName "F.J."@nl ;
  ns0:name "F.J. van Leent"@nl ;
  ns0:familyName "van Leent" ;
  owl:sameAs <http://data.bibliotheken.nl/id/dbnla/leen036>, <https://www.goudatijdmachine.nl/omeka/api/items/1121464> ;
  ns0:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gouda> ;
  ns0:deathPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/s-Gravenhage> ;
  a pico:PersonObservation ;
  ns0:url <https://www.dbnl.org/auteurs/auteur.php?id=leen036> ;
  ns0:birthDate "1829"^^xsd:gYear ;
  ns0:deathDate "1895-12-04"^^xsd:date ;
  ns0:additionalName [
    ns1:baseSurname "Leent" ;
    ns1:surnamePrefix "van"
  ] .

