@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/bCGED37>
  schema:givenName "Anna Geertruida"^^xsd:string ;
  schema:name "Anna Geertruida Visch"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5b0eb246-8102-f363-616e-9d9f313f0a3c"^^xsd:string ;
  schema:hasOccupation "Particuliere"@nl ;
  schema:familyName "Visch"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bKBerS0> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bOkP8xH> ;
  schema:children <https://n2t.net/ark:/60537/buM3Ofp> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2017802> .

