@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/bnHhmpL>
  schema:givenName "Antonia"^^xsd:string ;
  schema:name "Antonia Belonje"@nl ;
  schema:familyName "Belonje"^^xsd:string ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e96f02f4-7c11-916e-55b7-eee7f7ecd1b0"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wvk7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f5a94874-85c6-c356-8f59-7d4180a06906> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2714877> ;
  schema:birthDate "1861-10-22"^^xsd:date .

