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

<https://n2t.net/ark:/60537/bchWcY>
  ns0:hasOccupation "auteur"@nl, "bioloog"@nl, "dichter"@nl, "illustrator"@nl, "tekenaar"@nl ;
  ns0:givenName "Leo"@nl ;
  ns0:name "Leo Vroman"@nl ;
  ns0:familyName "Vroman" ;
  ns0:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gouda> ;
  rdfs:seeAlso <https://data.bnf.fr/ark:/12148/cb122961758>, <https://viaf.org/viaf/109560473>, <https://www.wikidata.org/entity/Q4355992> ;
  owl:sameAs <https://data.rkd.nl/artists/82210>, <https://www.goudatijdmachine.nl/omeka/api/items/1074137> ;
  a pico:PersonObservation ;
  ns0:additionalName [
    ns1:baseSurname "Vroman" ;
    ns1:literalName "Leo Vroman"@nl
  ] .

