@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/bjn5jgw>
  schema:givenName "Barend Hendrik"^^xsd:string ;
  schema:name "Barend Hendrik van de Werve"@nl ;
  schema:hasOccupation "Deurwaarder"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e773753b-2598-ec60-6394-959e7630d060"^^xsd:string ;
  schema:familyName "van de Werve"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Tholen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0128v4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b857e049-790a-5449-e4dd-74b88ab27546> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2536169> ;
  schema:birthDate "1825-12-14"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Werve"^^xsd:string ;
    ns0:surnamePrefix "van de"^^xsd:string
  ] .

