@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/bcuZNof>
  schema:givenName "Gijsbert"^^xsd:string ;
  schema:name "Gijsbert Verhaar"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f0cb1cff-e5d5-6178-e728-6bbab1d2e368"^^xsd:string ;
  schema:familyName "Verhaar"^^xsd:string ;
  schema:hasOccupation "Vleeschhouwer"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Broek> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00jfpg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9b288f66-03a3-64b4-da16-38723c2cf7e5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2422982> .

