@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/b2hIC7f>
  schema:familyName "Heldring"^^xsd:string ;
  schema:givenName "Henri Johan Frederik"^^xsd:string ;
  schema:name "Henri Johan Frederik Heldring"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2c31df01-d311-5e1b-9300-48fd3a0d85a6"^^xsd:string ;
  schema:hasOccupation "Leerling"@nl ;
  schema:birthPlace "Soerabaja Nederlands-Indië"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0124jw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b8e85f92-f156-c95a-b08a-f701c3d88ef5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2538261> ;
  schema:birthDate "1880-12-19"^^xsd:date .

