@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/bqC4A2u>
  schema:familyName "Anderson"^^xsd:string ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/85eb4527-ab29-4a2d-b3e5-6e512ffc1c0c"^^xsd:string ;
  schema:givenName "Johanna"^^xsd:string ;
  schema:name "Johanna Anderson"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rheden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00t4kk> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8ccbbbed-3da4-232e-42a8-467e4d3dc89a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2402175> ;
  schema:birthDate "1885-04-12"^^xsd:date .

