@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/bkOYLf9>
  schema:familyName "Boenink"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/43c4ee45-ff1e-da31-8301-c2c5a7b68216"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan Boenink"@nl ;
  schema:hasOccupation "Sigarenmaker"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Utrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vxrq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/56c5980f-c565-1b68-b4d0-cf6394133330> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2193629> ;
  schema:birthDate "1830-08-19"^^xsd:date .

