@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/bBdL7UE>
  schema:givenName "Anna Maria"^^xsd:string ;
  schema:name "Anna Maria Tuithof"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3d758e68-4eb7-4977-1132-cd2c4e8170be"^^xsd:string ;
  schema:familyName "Tuithof"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bI5PUaQ> ;
  schema:spouse <https://n2t.net/ark:/60537/bJ8kWIm> ;
  schema:children <https://n2t.net/ark:/60537/btwRZyt> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2299728> .

