@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/bmEN0GP>
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Peeters"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/98e95848-94d6-9f83-29f9-477b750713fb"^^xsd:string ;
  schema:familyName "Peeters"^^xsd:string ;
  schema:hasOccupation "Scholier"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00fp4g> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/95395019-6247-6fdb-eece-491e31a7882c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2777564> .

