@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/bXhVj8G>
  schema:givenName "Gerrit"^^xsd:string ;
  schema:name "Gerrit van den Hoven"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9e059304-9e52-3cb6-626d-28a1b6ece6ab"^^xsd:string ;
  schema:familyName "van den Hoven"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b5cw4i9> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bIixHvp> ;
  schema:children <https://n2t.net/ark:/60537/bPB2aO1> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2484143> ;
  schema:additionalName [
    ns0:baseSurname "Hoven"^^xsd:string ;
    ns0:surnamePrefix "van den"^^xsd:string
  ] .

