@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/bi6Trcx>
  schema:hasOccupation "Bakker"@nl ;
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Remeijer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f5efacd4-9066-6205-44cf-2e9f85144d4c"^^xsd:string ;
  schema:familyName "Remeijer"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Hoogeveen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b019zbx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/faa59fff-23a1-c842-f811-2d6df51079f2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2742231> ;
  schema:birthDate "1897-11-14"^^xsd:date .

