@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/b7UBN8y>
  schema:givenName "Arisje Aaltje"^^xsd:string ;
  schema:name "Arisje Aaltje Burger"@nl ;
  schema:familyName "Burger"^^xsd:string ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b4cbb899-dade-cfa6-a1df-2a65ebb92de2"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Bodegraven> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012gnx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/81ea473c-8f8c-27e0-853f-0843bfc185e9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2360257> ;
  schema:birthDate "1882-10-26"^^xsd:date .

