@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/bgshYpC>
  schema:familyName "Breuklander"^^xsd:string ;
  schema:givenName "Haagje"^^xsd:string ;
  schema:name "Haagje Breuklander"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4729fc93-c229-955f-cfc8-9ba5687b2361"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bgshYpC> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bPaCLAF> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2720172> .

