@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/bBE9Sg2>
  schema:givenName "Everdina"^^xsd:string ;
  schema:name "Everdina Oosterbroek"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1a2d88dc-f163-fc9c-5170-3c07384d2e5b"^^xsd:string ;
  schema:familyName "Oosterbroek"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bkOZeFt> ;
  schema:spouse <https://n2t.net/ark:/60537/btJA3tk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bvp9duo> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2719140> .

