@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/bPokB8G>
  schema:givenName "Gijsbert"^^xsd:string ;
  schema:name "Gijsbert van Gent"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0b7f0ffc-fa6b-2d07-838d-22c79141486a"^^xsd:string ;
  schema:hasOccupation "Timmerman"@nl ;
  schema:familyName "van Gent"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00dm66> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c6d3afb4-d97f-e8ee-ca6b-f2bfa1b7d601> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2588172> ;
  schema:birthDate "1831-12-31"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Gent"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

