@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/bpmSWD4>
  ns0:givenName "Petrus Antonius Joseph"@nl ;
  ns0:name "Petrus Antonius Joseph van Dam"@nl ;
  ns0:deathPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amsterdam> ;
  ns0:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gouda> ;
  ns0:subjectOf <https://oorlogsgravenstichting.nl/personen/225430/petrus-antonius-joseph-van-dam> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2890253> ;
  ns0:birthDate "1877-09-17"^^xsd:date ;
  ns0:deathDate "1945-05-07"^^xsd:date ;
  ns0:additionalName [
    ns1:baseSurname "Dam" ;
    ns1:surnamePrefix "van"
  ] .

