@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/bFBsuLE>
  pico:hasAge "39"^^xsd:string ;
  schema:familyName "Brenders"^^xsd:string ;
  schema:givenName "Hendrina"^^xsd:string ;
  schema:name "Hendrina Brenders"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d8eb04e9-4842-7b6e-76ac-14e3279b5fc7"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bpMgR9e> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bvp9wjF> ;
  schema:children <https://n2t.net/ark:/60537/bxGRFXM> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2399139> .

