@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/b4nIJa6>
  ns0:givenName "Andreas Wilhelmus Christiaan"@nl ;
  ns0:name "Andreas Wilhelmus Christiaan den Ouden"@nl ;
  ns0:deathPlace "Nabij Soerabaja a/b Dornier X-4" ;
  ns0:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gouda> ;
  ns0:subjectOf <https://oorlogsgravenstichting.nl/personen/113592/andreas-wilhelmus-christiaan-den-ouden> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2890316> ;
  ns0:birthDate "1906-08-16"^^xsd:date ;
  ns0:deathDate "1940-11-13"^^xsd:date ;
  ns0:additionalName [
    ns1:baseSurname "Ouden" ;
    ns1:surnamePrefix "den"
  ] .

