@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/bg1TExO>
  schema:givenName "Anthonie"^^xsd:string ;
  schema:name "Anthonie Polet"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2492cf68-f2ee-ff86-3544-6c0fbac872ee"^^xsd:string ;
  schema:familyName "Polet"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00h25r> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/fdb98a1a-116f-9353-74cf-2aad95865797> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2756064> ;
  schema:birthDate "1831-01-02"^^xsd:date .

