@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/bmEMYiM>
  schema:givenName "Arnoldus"^^xsd:string ;
  schema:name "Arnoldus Peeters"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/adec175a-0c5f-babb-5b37-5335fc357499"^^xsd:string ;
  schema:hasOccupation "Kuiper"@nl ;
  schema:familyName "Peeters"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00jkc8> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f9774e0f-47a2-df58-7245-43949157c02b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2734828> ;
  schema:birthDate "1830-10-30"^^xsd:date .

