@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/bvbtCk8>
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Luitjes"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2918e241-3f99-4c08-12db-9fc21138fc63"^^xsd:string ;
  schema:familyName "Luitjes"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0195d1> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/af79bee7-5c8b-a4ea-fc45-b45722bc7cf9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2501376> ;
  schema:birthDate "1902-09-21"^^xsd:date .

