@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/b5CUtWM>
  schema:givenName "Anna"^^xsd:string ;
  schema:name "Anna Bos"@nl ;
  schema:familyName "Bos"^^xsd:string ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5e965328-0321-5007-73d8-6006b5bb9eb4"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zuid-Waddinxveen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00t81g> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b7c2438e-34b6-39fd-76fa-13b6d41655d2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2534019> ;
  schema:birthDate "1869-04-23"^^xsd:date .

