@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/bLQse15>
  schema:familyName "de Visser"^^xsd:string ;
  schema:givenName "Frederik Hendrik"^^xsd:string ;
  schema:name "Frederik Hendrik de Visser"@nl ;
  schema:hasOccupation "Gepensioneerd onderwijzer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e139f0d9-b38c-d285-1b29-5d6caf9ffaf7"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Dordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0124jw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/98b7daed-65ad-90fc-3166-ff926d51403b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2791253> ;
  schema:birthDate "1820-10-24"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Visser"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

