@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/bu8YfOo>
  schema:familyName "Bosman"^^xsd:string ;
  schema:givenName "Gerarda Johanna"^^xsd:string ;
  schema:name "Gerarda Johanna Bosman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3cbbfc0b-a213-a25d-50eb-3c53030aa5a6"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bC3z4FQ> ;
  schema:children <https://n2t.net/ark:/60537/bmeorYg> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bRG1iun> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2548846> .

