@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/bS5rwpE>
  schema:familyName "Anders"^^xsd:string ;
  schema:givenName "Antonie"^^xsd:string ;
  schema:name "Antonie Anders"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e5692f57-9f23-ecbb-0fff-e623d9835751"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b001gz7> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bhUaVMI> ;
  schema:children <https://n2t.net/ark:/60537/bKaQHzo> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2686111> .

