@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#> .

<https://n2t.net/ark:/60537/b6FpVwc>
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Visscher"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/aa0ad401-a961-224c-b0ff-4c623e6df386"^^xsd:string ;
  schema:hasOccupation "Inspecteur van Politie"@nl ;
  schema:familyName "Visscher"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Meppel> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00t2zc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c82e8ba5-545c-6d5a-5d86-5035789c21c4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2593286> ;
  schema:birthDate "1862-05-15"^^xsd:date .

