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

<https://n2t.net/ark:/60537/bxgIIK>
  ns0:givenName "Arie" ;
  ns0:name "Arie van der Waal"@nl ;
  ns0:identifier "https://www.goudatijdmachine.nl/id/persoon/a5bee2d4-d171-4159-99bc-e47b843cbcdf" ;
  ns0:familyName "van der Waal" ;
  ns0:hasOccupation "ziekenhuispredikant"@nl, <https://n2t.net/ark:/60537/bpMwX0> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/297227> ;
  ns0:additionalName [
    ns1:baseSurname "Waal" ;
    ns1:literalName "Arie van der Waal"@nl ;
    ns1:surnamePrefix "van der"
  ] .

