@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/b2hIFSQ>
  schema:givenName "Grietje"^^xsd:string ;
  schema:name "Grietje Poel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b03a731e-0909-428b-3948-bd6d9f928175"^^xsd:string ;
  schema:familyName "Poel"^^xsd:string ;
  schema:hasOccupation "Werkster"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00n0fp> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/cae31d2e-6604-d0a6-8a43-2fc1bce12f63> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2605225> ;
  schema:birthDate "1796-02-15"^^xsd:date .

