@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/bbFQ8x>
  ns0:givenName "Jacobus"@nl ;
  ns0:name "Jacobus Schoneveld van der Cloet"@nl ;
  ns0:hasOccupation "schilder"@nl ;
  ns0:familyName "Schoneveld van der Cloet" ;
  ns0:alternateName "Schoneveld van der Cloet, Jacobus Arie Cornelis Henri"@nl ;
  ns0:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gouda> ;
  owl:sameAs <https://data.rkd.nl/artists/231070>, <https://www.goudatijdmachine.nl/omeka/api/items/1074199> ;
  a pico:PersonObservation ;
  ns0:birthDate "1895-10-25"^^xsd:date ;
  ns0:additionalName [
    ns1:baseSurname "Schoneveld van der Cloet" ;
    ns1:literalName "Jacobus Schoneveld van der Cloet"@nl
  ] .

