@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/b7vcQm1>
  schema:familyName "Bos"^^xsd:string ;
  schema:givenName "Heijltje"^^xsd:string ;
  schema:name "Heijltje Bos"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/873d820a-7df8-699b-4488-cf82326d23f2"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bE8z6Fc> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bkCgKaa> ;
  schema:children <https://n2t.net/ark:/60537/bwdYhRk> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2809571> .

