@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/b9MUkRm>
  schema:givenName "Gerrit"^^xsd:string ;
  schema:name "Gerrit van Hofwegen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3c6522ad-6905-1b03-c2fb-c5ebeef43a65"^^xsd:string ;
  schema:hasOccupation "Schepenjager"@nl ;
  schema:familyName "van Hofwegen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00s154> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ebf677c3-0ac8-c9b3-fde3-d5b7eb840cba> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2838061> ;
  schema:birthDate "1822-11-01"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Hofwegen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

