@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/bNIJD9R>
  schema:givenName "Gerrit"^^xsd:string ;
  schema:name "Gerrit Polet"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/46320009-0fce-60e5-3cd9-20b3232bcab5"^^xsd:string ;
  schema:familyName "Polet"^^xsd:string ;
  schema:hasOccupation "Steenhouwer"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zr67> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/26ded838-951c-1d4b-2ee0-578951fb7a2a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2011455> ;
  schema:birthDate "1863-01-15"^^xsd:date .

