@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/breah0z>
  schema:givenName "Abraham Maarten"^^xsd:string ;
  schema:name "Abraham Maarten Peute"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/dbcd1df2-5a7f-9694-2344-0650286ebc62"^^xsd:string ;
  schema:familyName "Peute"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0105dx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2e99ab28-4cab-93cb-95e3-dae7a757869e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2041734> ;
  schema:birthDate "1890-08-24"^^xsd:date .

