@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/b02qjv1>
  ns0:birthDate "20-2-1865"@nl ;
  ns0:deathDate "25-1-1954"@nl ;
  ns0:hasOccupation "architect"@nl ;
  ns0:birthPlace "Den Haag"@nl ;
  ns0:deathPlace "Den Haag"@nl ;
  ns0:identifier "https://www.goudatijdmachine.nl/id/architect/10"@nl ;
  ns0:givenName "Jan"@nl ;
  ns0:name "Jan Vrijman (1865-1954)"@nl ;
  ns0:alternateName "Johan Antoon Willem Vrijman"@nl, "Johannes Antonius Willebrordus Vrijman"@nl ;
  ns0:familyName "Vrijman"@nl ;
  rdfs:seeAlso <http://www.wikidata.org/entity/Q2050554> ;
  a pico:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/3053102> .

