@prefix ns0: <https://schema.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns1: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/byK198>
  ns0:familyName "Houtman" ;
  ns0:hasOccupation "kunstenaar"@nl ;
  ns0:givenName "Toos"@nl ;
  ns0:name "Toos Houtman"@nl ;
  ns0:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gouda> ;
  owl:sameAs <https://data.rkd.nl/artists/95931>, <https://www.goudatijdmachine.nl/omeka/api/items/1074351> ;
  a pico:PersonObservation ;
  ns0:birthDate "1951"^^xsd:gYear ;
  ns0:additionalName [
    ns1:baseSurname "Houtman" ;
    ns1:literalName "Toos Houtman"@nl
  ] .

