@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/b6sIwBS>
  ns0:givenName "Jan"@nl ;
  ns0:name "Jan Broere"@nl ;
  ns0:deathPlace "Straat van Malakka a/b Harugiku Maru" ;
  ns0:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gouda> ;
  ns0:subjectOf <https://oorlogsgravenstichting.nl/personen/21277/jan-broere> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2890074> ;
  ns0:birthDate "1892-05-03"^^xsd:date ;
  ns0:deathDate "1944-06-26"^^xsd:date ;
  ns0:additionalName [ ns1:baseSurname "Broere" ] .

