@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/bh4ogC8>
  schema:hasOccupation "Geen"@nl ;
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Vlak"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/33a3d7c2-d7f0-a235-618a-f995d2a7e22e"^^xsd:string ;
  schema:familyName "Vlak"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00dcr5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0ebea00e-1fa9-bec2-7898-07daebc797a7> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1935911> ;
  schema:birthDate "1854-05-27"^^xsd:date .

