@prefix ns0: <https://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/b02qk39>
  ns0:birthDate "12-11-1888"@nl ;
  ns0:deathDate "19-12-1970"@nl ;
  ns0:hasOccupation "architect"@nl ;
  ns0:familyName "Bakker"@nl ;
  ns0:identifier "https://www.goudatijdmachine.nl/id/architect/17"@nl ;
  ns0:givenName "Wolter"@nl ;
  ns0:name "Wolter Bakker (1888-1970)"@nl ;
  rdfs:seeAlso <http://www.wikidata.org/entity/Q27894082> ;
  ns0:deathPlace <https://gemeentegeschiedenis.nl/gemeentenaam/Baarn> ;
  ns0:birthPlace <https://gemeentegeschiedenis.nl/gemeentenaam/Wanneperveen> ;
  a pico:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/3053109> .

