@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/bj9oxDd>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9e392fd0-1f05-2e5e-b7a7-ce316d5e30c8"^^xsd:string ;
  schema:givenName "Hugo Fredrik"^^xsd:string ;
  schema:name "Hugo Fredrik van Vollenhoven"@nl ;
  schema:familyName "van Vollenhoven"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bOkPnxd> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2424653> ;
  schema:birthDate "1832-07-31"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Vollenhoven"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

