@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/bsgGjZe>
  schema:familyName "Bruikman"^^xsd:string ;
  schema:givenName "Helena Maria"^^xsd:string ;
  schema:name "Helena Maria Bruikman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/06b38b6e-c856-cf19-43ea-6119668ca94f"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bbFcnMU> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bdKbave> ;
  schema:children <https://n2t.net/ark:/60537/bXV1BeF> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2747572> .

