@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/bHGrThh>
  schema:familyName "Hooimeijer"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fa8f193f-6546-363a-fb3e-951655a4df7c"^^xsd:string ;
  schema:givenName "Jacob Marinus"^^xsd:string ;
  schema:name "Jacob Marinus Hooimeijer"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bHT83vC> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1975238> ;
  schema:birthDate "1894-08-20"^^xsd:date .

