@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/b8jZZTw>
  schema:givenName "Andreas Hendricus"^^xsd:string ;
  schema:name "Andreas Hendricus Peletier"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a805db80-b1b4-8107-1654-60d5bb1b6250"^^xsd:string ;
  schema:familyName "Peletier"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w0gh> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/57caf099-0fdf-c813-5658-ce7c0d782901> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2197400> ;
  schema:birthDate "1867-07-06"^^xsd:date .

