@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/b3XjjNj>
  schema:givenName "Gerrit"^^xsd:string ;
  schema:name "Gerrit van Hofwegen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/186c2ed4-2e33-f369-a977-8cbf1a2eb4b1"^^xsd:string ;
  schema:familyName "van Hofwegen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01167k> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ed6a0c57-6911-9d09-a080-fab483c0786f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2843712> ;
  schema:birthDate "1894-03-04"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Hofwegen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

