@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/bTL1jSg>
  schema:givenName "Geertruij"^^xsd:string ;
  schema:name "Geertruij Polet"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1ba28148-503c-ec27-0541-b2eba11f0c6e"^^xsd:string ;
  schema:familyName "Polet"^^xsd:string ;
  schema:hasOccupation "Werkster"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00jxhq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/268e835f-4008-9313-ee29-f888596cc861> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2010271> ;
  schema:birthDate "1846-08-04"^^xsd:date .

