@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/bIweVg8>
  schema:givenName "Aartje"^^xsd:string ;
  schema:name "Aartje Busscher"@nl ;
  schema:familyName "Busscher"^^xsd:string ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fb945a47-190c-ed88-6a09-208bfd54244c"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Woerden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00tmp4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/76095707-161a-3e0c-6436-b56c722ebef0> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2314410> ;
  schema:birthDate "1870-02-08"^^xsd:date .

