@prefix pico: <https://personsincontext.org/model#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bZAD8dE>
  pico:hasAge "31"^^xsd:string ;
  schema:familyName "Boom"^^xsd:string ;
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Boom"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/17b5be99-75f8-772c-992c-1832a0723847"^^xsd:string ;
  schema:hasOccupation "Timmerman"@nl ;
  schema:children <https://n2t.net/ark:/60537/b7vcTnL> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/baCGG5f> ;
  schema:spouse <https://n2t.net/ark:/60537/bfpNIcS> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2863055> .

