@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/bJY9cuc>
  ns0:deathPlace "Wijnkoopsbaai a/b s.s. Siberg" ;
  ns0:givenName "Willem"@nl ;
  ns0:name "Willem de Mol"@nl ;
  ns0:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gouda> ;
  ns0:subjectOf <https://oorlogsgravenstichting.nl/personen/105327/willem-de-mol> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2890168> ;
  ns0:birthDate "1897-10-04"^^xsd:date ;
  ns0:deathDate "1942-03-04"^^xsd:date ;
  ns0:additionalName [
    ns1:baseSurname "Mol" ;
    ns1:surnamePrefix "de"
  ] .

