@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/bGdyxFJ>
  schema:givenName "Geertrui"^^xsd:string ;
  schema:name "Geertrui Rijnbeek"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0d275607-5ed8-19aa-6978-fad5d06c3e61"^^xsd:string ;
  schema:familyName "Rijnbeek"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b3KCeYC> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bIixE2m> ;
  schema:children <https://n2t.net/ark:/60537/bW2Jahw> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2409023> .

