@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/bjzMHZY>
  schema:givenName "Hein"^^xsd:string ;
  schema:name "Hein Idsinga"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/bf3e1837-7e9d-96d7-a2e6-793d2d968c75"^^xsd:string ;
  schema:familyName "Idsinga"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Haarlem> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vmzs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5d77bafa-07f3-3f8b-7b40-7b24bde11908> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2219094> ;
  schema:birthDate "1888-01-03"^^xsd:date .

