@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/bZACSgb>
  schema:familyName "Brouwer"^^xsd:string ;
  schema:givenName "Hendrik Krijn"^^xsd:string ;
  schema:name "Hendrik Krijn Brouwer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/204adc37-30ff-66c6-ed73-f78900ed8ce5"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b7vcDo4> ;
  schema:children <https://n2t.net/ark:/60537/bfpNsbN> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bxu9quy> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2578292> .

