@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/buzn4NY>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/de44f2ea-8db8-c76c-ac74-e1a429f044f7"^^xsd:string ;
  schema:givenName "Lena"^^xsd:string ;
  schema:name "Lena van Klaveren"@nl ;
  schema:familyName "van Klaveren"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00rdkx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1b011737-5f98-3b38-4bd9-6f7070179fec> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/653206> ;
  schema:birthDate "1859-02-13"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Klaveren"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

