@prefix ns0: <https://schema.org/> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns1: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/b5cKdx>
  ns0:hasOccupation "boekhandelaar"@nl ;
  ns0:givenName "Jacob" ;
  ns0:name "Jacob van Bentum"@nl ;
  ns0:familyName "van Bentum" ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/296608> ;
  ns0:endDate "1822-04-04"^^xsd:date ;
  ns0:startDate "1822-04-04"^^xsd:date ;
  ns0:additionalName [
    ns1:baseSurname "Bentum" ;
    ns1:surnamePrefix "van"
  ] .

