@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/bchi9OG>
  schema:familyName "Anker"^^xsd:string ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:givenName "Grietje"^^xsd:string ;
  schema:name "Grietje Anker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d74e3e0a-6c91-c88e-f79f-d20467d7df0c"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Nieuwerkerk_aan_den_IJssel> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01268b> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a8a53f7e-e4a1-e86d-19a0-778e289839b4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2474675> ;
  schema:birthDate "1883-01-18"^^xsd:date .

