@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/bp9aVAu>
  schema:familyName "Hofstede"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/61a614ff-cb5e-3540-0866-e4b3157908b0"^^xsd:string ;
  schema:givenName "Leendert"^^xsd:string ;
  schema:name "Leendert Hofstede"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b016h9j> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b43d6614-9b10-9d5a-c299-ec83e6ed7d6e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2520100> ;
  schema:birthDate "1917-11-12"^^xsd:date .

