@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/b5CTUe1>
  schema:givenName "Antonie"^^xsd:string ;
  schema:name "Antonie de Vletter"@nl ;
  schema:familyName "de Vletter"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f13a866e-3010-438c-4906-c7c85582a984"^^xsd:string ;
  schema:hasOccupation "Winkelier"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00n3vs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0e894c42-fdb8-63a3-ccd1-7d7181578404> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1935093> ;
  schema:birthDate "1809-02-26"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Vletter"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

