@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/b6FpYFw>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Verhoek"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/03826502-4c4d-a302-b9d9-0c7bd05324ee"^^xsd:string ;
  schema:hasOccupation "Pottenbakker"@nl ;
  schema:familyName "Verhoek"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00fqcr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d4753db8-091a-69af-8383-f2043eedd98f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2649190> .

