@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/bHT99aV>
  schema:givenName "Geertruij"^^xsd:string ;
  schema:name "Geertruij Snel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d9eaef58-68e0-6b00-bb3f-c9db6ce8a2ad"^^xsd:string ;
  schema:familyName "Snel"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bPNJXWU> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bQqPfD8> ;
  schema:spouse <https://n2t.net/ark:/60537/bzYzkmR> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2604144> .

