@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/btJzXmI>
  schema:givenName "Antonia"^^xsd:string ;
  schema:name "Antonia Hoevelaken"@nl ;
  schema:familyName "Hoevelaken"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7e9a21b4-8ef4-33c1-0a89-99be717b3901"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bBE9M9A> ;
  schema:spouse <https://n2t.net/ark:/60537/bd760ct> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bfCupGX> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2610214> .

